Flourish commited on
Commit
73368dc
·
verified ·
1 Parent(s): 43f8f34

Update app_diffusers.py

Browse files
Files changed (1) hide show
  1. app_diffusers.py +1 -1
app_diffusers.py CHANGED
@@ -37,7 +37,7 @@ def generate(prompt, img_height=1024, img_width=1024, seed=42, steps=50, guidanc
37
  height=img_height,
38
  width=img_width,
39
  num_inference_steps=steps,
40
- true_cfg_scale=guidance_scale,
41
  generator=generator,
42
  ).images[0]
43
  return image
 
37
  height=img_height,
38
  width=img_width,
39
  num_inference_steps=steps,
40
+ guidance_scale=guidance_scale,
41
  generator=generator,
42
  ).images[0]
43
  return image