fffiloni commited on
Commit
a66a72b
·
1 Parent(s): d29a642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def infer(image_in, prompt):
53
  negative_prompt=negative_prompt,
54
  image=image,
55
  #controlnet_conditioning_scale=controlnet_conditioning_scale,
56
- #guidance_scale = 10.0,
57
  num_inference_steps=50
58
  ).images
59
 
 
53
  negative_prompt=negative_prompt,
54
  image=image,
55
  #controlnet_conditioning_scale=controlnet_conditioning_scale,
56
+ guidance_scale = 5.0,
57
  num_inference_steps=50
58
  ).images
59