Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ pipe.fuse_lora()
|
|
20 |
|
21 |
MAX_SEED = 2**32-1
|
22 |
|
23 |
-
@spaces.GPU(
|
24 |
def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
|
25 |
# Set random seed for reproducibility
|
26 |
if randomize_seed:
|
|
|
20 |
|
21 |
MAX_SEED = 2**32-1
|
22 |
|
23 |
+
@spaces.GPU(duration=120)
|
24 |
def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora_scale, progress=gr.Progress(track_tqdm=True)):
|
25 |
# Set random seed for reproducibility
|
26 |
if randomize_seed:
|