Spaces:
Runtime error
Runtime error
adjusting cotta
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ def run_xflux_pipeline(
|
|
| 95 |
|
| 96 |
return images
|
| 97 |
|
| 98 |
-
@spaces.GPU(duration=
|
| 99 |
def process_image(image, prompt, steps, use_lora, use_controlnet, use_depth, use_hed, use_ip, lora_name, lora_path, lora_weight, negative_image, neg_prompt, true_gs, guidance, cfg):
|
| 100 |
return run_xflux_pipeline(
|
| 101 |
prompt=prompt,
|
|
|
|
| 95 |
|
| 96 |
return images
|
| 97 |
|
| 98 |
+
@spaces.GPU(duration=300)
|
| 99 |
def process_image(image, prompt, steps, use_lora, use_controlnet, use_depth, use_hed, use_ip, lora_name, lora_path, lora_weight, negative_image, neg_prompt, true_gs, guidance, cfg):
|
| 100 |
return run_xflux_pipeline(
|
| 101 |
prompt=prompt,
|