Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
b013e4f
1
Parent(s):
f98f6b7
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,6 @@ def generate_image(prompt_mash, steps, seed, cfg_scale, width, height, lora_scal
|
|
81 |
joint_attention_kwargs={"scale": lora_scale},
|
82 |
):
|
83 |
yield img, seed
|
84 |
-
return image
|
85 |
|
86 |
def run_lora(prompt, cfg_scale, steps, selected_index, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
|
87 |
if selected_index is None:
|
|
|
81 |
joint_attention_kwargs={"scale": lora_scale},
|
82 |
):
|
83 |
yield img, seed
|
|
|
84 |
|
85 |
def run_lora(prompt, cfg_scale, steps, selected_index, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
|
86 |
if selected_index is None:
|