Update stable_cascade.py
Browse files- 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=
|
| 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 |
|