prithivMLmods commited on
Commit
dd86f76
·
verified ·
1 Parent(s): 1a430fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,8 +126,7 @@ def generate_qwen(
126
  negative_prompt=negative_prompt if negative_prompt else "",
127
  height=height,
128
  width=width,
129
- guidance_scale=1.0,
130
- true_guidance_scale=guidance_scale,
131
  num_inference_steps=num_inference_steps,
132
  num_images_per_prompt=num_images,
133
  generator=generator,
 
126
  negative_prompt=negative_prompt if negative_prompt else "",
127
  height=height,
128
  width=width,
129
+ guidance_scale=guidance_scale,
 
130
  num_inference_steps=num_inference_steps,
131
  num_images_per_prompt=num_images,
132
  generator=generator,