Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ To optimize image results:
|
|
35 |
|
36 |
# Image Editor
|
37 |
pipe_edit = StableDiffusionXLInstructPix2PixPipeline.from_pretrained( "vinesmsuic/magicbrush-jul7", torch_dtype=torch.float16, vae=vae ).to("cuda")
|
38 |
-
|
39 |
|
40 |
# Generator
|
41 |
@spaces.GPU(duration=30, queue=False)
|
|
|
35 |
|
36 |
# Image Editor
|
37 |
pipe_edit = StableDiffusionXLInstructPix2PixPipeline.from_pretrained( "vinesmsuic/magicbrush-jul7", torch_dtype=torch.float16, vae=vae ).to("cuda")
|
38 |
+
|
39 |
|
40 |
# Generator
|
41 |
@spaces.GPU(duration=30, queue=False)
|