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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def infer(image_in, prompt):
52
  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
 
 
52
  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