Spaces:
Running
on
Zero
Running
on
Zero
update app (#16)
Browse files- update app (871e0684e239363ebe3511a11b934d891f7ebeb3)
app.py
CHANGED
@@ -2183,7 +2183,7 @@ def generate_image_to_image(prompt_mash, image_input_path, image_strength, steps
|
|
2183 |
).images[0]
|
2184 |
return final_image
|
2185 |
|
2186 |
-
@spaces.GPU(duration=
|
2187 |
def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_index, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
|
2188 |
if selected_index is None:
|
2189 |
raise gr.Error("You must select a LoRA before proceeding.🧨")
|
|
|
2183 |
).images[0]
|
2184 |
return final_image
|
2185 |
|
2186 |
+
@spaces.GPU(duration=99)
|
2187 |
def run_lora(prompt, image_input, image_strength, cfg_scale, steps, selected_index, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
|
2188 |
if selected_index is None:
|
2189 |
raise gr.Error("You must select a LoRA before proceeding.🧨")
|