sagar007 commited on
Commit
84e6a7c
·
verified ·
1 Parent(s): 9acda30

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 = 256,256
14
  guidance_scale = 7
15
  loss_scale = 200
16
- num_inference_steps = 20
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"