fountai commited on
Commit
e51b54c
·
1 Parent(s): 94da72e

adjusting cotta

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def run_xflux_pipeline(
95
 
96
  return images
97
 
98
- @spaces.GPU(duration=500)
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,