ruslanmv commited on
Commit
32268a1
·
1 Parent(s): beec98c

Update frontend.py

Browse files
Files changed (1) hide show
  1. flux_app/frontend.py +1 -1
flux_app/frontend.py CHANGED
@@ -103,7 +103,7 @@ class Frontend:
103
  print("Warning: lora.py not found, using placeholder LoRAs.")
104
  pass
105
 
106
- @spaces.GPU(duration=300)
107
  def run_lora(self, prompt, image_input, image_strength, cfg_scale, steps, selected_index,
108
  randomize_seed, seed, width, height, lora_scale, use_enhancer,
109
  progress=gr.Progress(track_tqdm=True)):
 
103
  print("Warning: lora.py not found, using placeholder LoRAs.")
104
  pass
105
 
106
+ @spaces.GPU(duration=100)
107
  def run_lora(self, prompt, image_input, image_strength, cfg_scale, steps, selected_index,
108
  randomize_seed, seed, width, height, lora_scale, use_enhancer,
109
  progress=gr.Progress(track_tqdm=True)):