jbilcke-hf commited on
Commit
ccc1fbe
·
verified ·
1 Parent(s): ba5b2d3

Update stable_cascade.py

Browse files
Files changed (1) hide show
  1. stable_cascade.py +1 -1
stable_cascade.py CHANGED
@@ -67,7 +67,7 @@ def generate_images(
67
  width=width,
68
  negative_prompt=negative_prompt,
69
  guidance_scale=guidance_scale,
70
- num_images_per_prompt=num_images_per_prompt,
71
  num_inference_steps=prior_inference_steps
72
  )
73
 
 
67
  width=width,
68
  negative_prompt=negative_prompt,
69
  guidance_scale=guidance_scale,
70
+ num_images_per_prompt=1,
71
  num_inference_steps=prior_inference_steps
72
  )
73