Anwar786 commited on
Commit
6b0e1b1
1 Parent(s): 74ae5b1

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -102,7 +102,7 @@ class EndpointHandler():
102
 
103
  # process image
104
  image = self.decode_base64_image(image)
105
- control_image = CONTROLNET_MAPPING[self.control_type]["hinter"](image)
106
 
107
  # run inference pipeline
108
  out = self.pipe(
 
102
 
103
  # process image
104
  image = self.decode_base64_image(image)
105
+ #control_image = CONTROLNET_MAPPING[self.control_type]["hinter"](image)
106
 
107
  # run inference pipeline
108
  out = self.pipe(