Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
9c8feab
1
Parent(s):
19dc0a3
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ pipe = AuraFlowPipeline.from_pretrained(
|
|
35 |
MAX_SEED = np.iinfo(np.int32).max
|
36 |
MAX_IMAGE_SIZE = 1024
|
37 |
|
38 |
-
@spaces.GPU(duration=
|
39 |
def infer(prompt, negative_prompt="", seed=42, randomize_seed=False, width=1024, height=1024, guidance_scale=5.0, num_inference_steps=28, model_version="0.2", comparison_mode=False, progress=gr.Progress(track_tqdm=True)):
|
40 |
|
41 |
if randomize_seed:
|
|
|
35 |
MAX_SEED = np.iinfo(np.int32).max
|
36 |
MAX_IMAGE_SIZE = 1024
|
37 |
|
38 |
+
@spaces.GPU(duration=95)
|
39 |
def infer(prompt, negative_prompt="", seed=42, randomize_seed=False, width=1024, height=1024, guidance_scale=5.0, num_inference_steps=28, model_version="0.2", comparison_mode=False, progress=gr.Progress(track_tqdm=True)):
|
40 |
|
41 |
if randomize_seed:
|