Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
9640ef2
1
Parent(s):
1c15549
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def run_lora(prompt, cfg_scale, steps, selected_index, seed, width, height, lora
|
|
50 |
width=width,
|
51 |
height=height,
|
52 |
generator=generator,
|
53 |
-
cross_attention_kwargs={"scale": lora_scale},
|
54 |
).images[0]
|
55 |
|
56 |
# Unload LoRA weights
|
|
|
50 |
width=width,
|
51 |
height=height,
|
52 |
generator=generator,
|
53 |
+
#cross_attention_kwargs={"scale": lora_scale},
|
54 |
).images[0]
|
55 |
|
56 |
# Unload LoRA weights
|