Spaces:
Running
on
Zero
Running
on
Zero
Update app_local.py
Browse files- app_local.py +1 -1
app_local.py
CHANGED
|
@@ -483,7 +483,7 @@ def infer(
|
|
| 483 |
num_inference_steps=num_inference_steps,
|
| 484 |
generator=generator,
|
| 485 |
true_cfg_scale=varied_guidance,
|
| 486 |
-
num_images_per_prompt=
|
| 487 |
).images
|
| 488 |
edited_images.extend(result)
|
| 489 |
print(f"Generated image {i+1}/{len(batch_prompts)} with prompt: {current_prompt}...")
|
|
|
|
| 483 |
num_inference_steps=num_inference_steps,
|
| 484 |
generator=generator,
|
| 485 |
true_cfg_scale=varied_guidance,
|
| 486 |
+
num_images_per_prompt=num_images_per_prompt
|
| 487 |
).images
|
| 488 |
edited_images.extend(result)
|
| 489 |
print(f"Generated image {i+1}/{len(batch_prompts)} with prompt: {current_prompt}...")
|