Keltezaa commited on
Commit
b8a249d
·
verified ·
1 Parent(s): b6c7dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -365,6 +365,7 @@ def run_lora(prompt, cfg_scale, steps, selected_indices, lora_scale_1, lora_scal
365
  with calculateDuration("Randomizing seed"):
366
  if randomize_seed:
367
  seed = random.randint(0, MAX_SEED)
 
368
 
369
  image_generator = generate_image(prompt_mash, steps, seed, cfg_scale, width, height, progress)
370
 
 
365
  with calculateDuration("Randomizing seed"):
366
  if randomize_seed:
367
  seed = random.randint(0, MAX_SEED)
368
+ print("Seed:", seed)
369
 
370
  image_generator = generate_image(prompt_mash, steps, seed, cfg_scale, width, height, progress)
371