Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def run_lora(prompt, negative_prompt, cfg_scale, steps, randomize_seed, seed, wi
|
|
58 |
width=width,
|
59 |
height=height,
|
60 |
generator=generator,
|
61 |
-
joint_attention_kwargs={"scale": lora_scale}
|
62 |
).images[0]
|
63 |
|
64 |
# Save the image to a file with a unique name in /tmp directory
|
|
|
58 |
width=width,
|
59 |
height=height,
|
60 |
generator=generator,
|
61 |
+
joint_attention_kwargs={"scale": lora_scale}
|
62 |
).images[0]
|
63 |
|
64 |
# Save the image to a file with a unique name in /tmp directory
|