sagar007 commited on
Commit
0e59359
·
verified ·
1 Parent(s): 9f37675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ torch_device = "cuda" if torch.cuda.is_available() else "mps" if torch.ba
13
  height, width = 512, 512
14
  guidance_scale = 8
15
  loss_scale = 200
16
- num_inference_steps = 20
17
 
18
 
19
  model_path = "CompVis/stable-diffusion-v1-4"
 
13
  height, width = 512, 512
14
  guidance_scale = 8
15
  loss_scale = 200
16
+ num_inference_steps = 10
17
 
18
 
19
  model_path = "CompVis/stable-diffusion-v1-4"