Update app.py
Browse files
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 = []
|