AlekseyCalvin commited on
Commit
c0f5325
·
verified ·
1 Parent(s): 3c864f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -120,6 +120,7 @@ def generate_image(prompt, negative_prompt, trigger_word, steps, seed, cfg_scale
120
  negative_prompt=negative_prompt,
121
  num_inference_steps=steps,
122
  guidance_scale=cfg_scale,
 
123
  width=width,
124
  height=height,
125
  generator=generator,
 
120
  negative_prompt=negative_prompt,
121
  num_inference_steps=steps,
122
  guidance_scale=cfg_scale,
123
+ lora_scale=joint_attention_kwargs,
124
  width=width,
125
  height=height,
126
  generator=generator,