Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
|
|
63 |
# "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
|
64 |
pipe = pipe.to(device)
|
65 |
pipe.enable_vae_tiling()
|
66 |
-
|
67 |
|
68 |
@spaces.GPU(duration=25) #[uncomment to use ZeroGPU]
|
69 |
def infer(
|
|
|
63 |
# "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
|
64 |
pipe = pipe.to(device)
|
65 |
pipe.enable_vae_tiling()
|
66 |
+
|
67 |
|
68 |
@spaces.GPU(duration=25) #[uncomment to use ZeroGPU]
|
69 |
def infer(
|