Spaces:
Running
on
Zero
Running
on
Zero
kaytoo2022
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ pipe.to("cuda")
|
|
26 |
|
27 |
MAX_SEED = 2**32-1
|
28 |
|
29 |
-
@spaces.GPU(duration=
|
30 |
def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, lora_scale_ghibsky, progress=gr.Progress(track_tqdm=True)):
|
31 |
# Set random seed for reproducibility
|
32 |
if randomize_seed:
|
|
|
26 |
|
27 |
MAX_SEED = 2**32-1
|
28 |
|
29 |
+
@spaces.GPU(duration=80)
|
30 |
def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, lora_scale_ghibsky, progress=gr.Progress(track_tqdm=True)):
|
31 |
# Set random seed for reproducibility
|
32 |
if randomize_seed:
|