Keltezaa commited on
Commit
6171fd6
·
verified ·
1 Parent(s): ec0ff47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ def remove_custom_lora(selected_indices, current_loras, gallery):
293
  lora_image_2
294
  )
295
 
296
- def generate_images(prompt_mash, steps, cfg_scale, width, height, progress):
297
  print("Generating multiple images...")
298
  pipe.to("cuda")
299
  images = []
 
293
  lora_image_2
294
  )
295
 
296
+ def generate_images(prompt_mash, steps, seed, cfg_scale, width, height, progress):
297
  print("Generating multiple images...")
298
  pipe.to("cuda")
299
  images = []