charleselena commited on
Commit
58bc658
·
verified ·
1 Parent(s): 61100dc

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -99,7 +99,7 @@ class EndpointHandler():
99
  negative_prompt = data.pop("negative_prompt", None)
100
  height = data.pop("height", None)
101
  width = data.pop("width", None)
102
- controlnet_conditioning_scale = data.pop("controlnet_conditioning_scale", 0.1)
103
 
104
  # process image
105
  image = self.decode_base64_image(image)
 
99
  negative_prompt = data.pop("negative_prompt", None)
100
  height = data.pop("height", None)
101
  width = data.pop("width", None)
102
+ controlnet_conditioning_scale = data.pop("controlnet_conditioning_scale", 0.6)
103
 
104
  # process image
105
  image = self.decode_base64_image(image)