matteomarjanovic commited on
Commit
4daf755
·
1 Parent(s): 9853e8c

guidance scale = 3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def generate_description_fn(
159
  image = pipe(
160
  prompt=prompt,
161
  control_image=control_image,
162
- guidance_scale=2.,
163
  num_inference_steps=4,
164
  width=width,
165
  height=height,
 
159
  image = pipe(
160
  prompt=prompt,
161
  control_image=control_image,
162
+ guidance_scale=3.,
163
  num_inference_steps=4,
164
  width=width,
165
  height=height,