killwithabass commited on
Commit
77181d8
·
verified ·
1 Parent(s): a3c9af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def run_lora(prompt, negative_prompt, cfg_scale, steps, randomize_seed, seed, wi
58
  width=width,
59
  height=height,
60
  generator=generator,
61
- joint_attention_kwargs={"scale": lora_scale},
62
  ).images[0]
63
 
64
  # Save the image to a file with a unique name in /tmp directory
 
58
  width=width,
59
  height=height,
60
  generator=generator,
61
+ joint_attention_kwargs={"scale": lora_scale}
62
  ).images[0]
63
 
64
  # Save the image to a file with a unique name in /tmp directory