Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ torch_device = "cuda" if torch.cuda.is_available() else "mps" if torch.ba
|
|
13 |
height, width = 256,256
|
14 |
guidance_scale = 7
|
15 |
loss_scale = 200
|
16 |
-
num_inference_steps =
|
17 |
|
18 |
|
19 |
model_path = "CompVis/stable-diffusion-v1-4"
|
|
|
13 |
height, width = 256,256
|
14 |
guidance_scale = 7
|
15 |
loss_scale = 200
|
16 |
+
num_inference_steps = 50
|
17 |
|
18 |
|
19 |
model_path = "CompVis/stable-diffusion-v1-4"
|