Anwar786 commited on
Commit
a36b3bd
·
verified ·
1 Parent(s): 6b0e1b1

Update handler.py

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