Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def load_message(height, width, seed, prompt, args, stage_a_tiled):
|
|
| 41 |
args.prompt = prompt + ' rich detail, 4k, high quality'
|
| 42 |
args.stage_a_tiled = stage_a_tiled
|
| 43 |
return args
|
| 44 |
-
@spaces.GPU(duration=
|
| 45 |
def get_image(height, width, seed, prompt, cfg, timesteps, stage_a_tiled):
|
| 46 |
global args
|
| 47 |
args = load_message(height, width, seed, prompt, args, stage_a_tiled)
|
|
|
|
| 41 |
args.prompt = prompt + ' rich detail, 4k, high quality'
|
| 42 |
args.stage_a_tiled = stage_a_tiled
|
| 43 |
return args
|
| 44 |
+
@spaces.GPU(duration=120)
|
| 45 |
def get_image(height, width, seed, prompt, cfg, timesteps, stage_a_tiled):
|
| 46 |
global args
|
| 47 |
args = load_message(height, width, seed, prompt, args, stage_a_tiled)
|