Spaces:
Running
on
A100
Running
on
A100
Commit
•
85fa60e
1
Parent(s):
26f4c39
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def run_lora(prompt, negative, lora_scale, selected_state, sdxl_loras, progress=
|
|
196 |
width=1024,
|
197 |
height=1024,
|
198 |
num_inference_steps=20,
|
199 |
-
cross_attention_kwargs = {"scale" : lora_scale}
|
200 |
guidance_scale=7.5,
|
201 |
).images[0]
|
202 |
last_lora = repo_name
|
|
|
196 |
width=1024,
|
197 |
height=1024,
|
198 |
num_inference_steps=20,
|
199 |
+
cross_attention_kwargs = {"scale" : lora_scale},
|
200 |
guidance_scale=7.5,
|
201 |
).images[0]
|
202 |
last_lora = repo_name
|