Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def generate_image(prompt_mash, steps, seed, cfg_scale, width, height, lora_scal
|
|
| 76 |
width=width,
|
| 77 |
height=height,
|
| 78 |
guidance_scale=cfg_scale,
|
| 79 |
-
generator=generator,
|
| 80 |
output_type="pil",
|
| 81 |
joint_attention_kwargs={"scale": lora_scale},
|
| 82 |
):
|
|
|
|
| 76 |
width=width,
|
| 77 |
height=height,
|
| 78 |
guidance_scale=cfg_scale,
|
| 79 |
+
#generator=generator,
|
| 80 |
output_type="pil",
|
| 81 |
joint_attention_kwargs={"scale": lora_scale},
|
| 82 |
):
|