Update handler.py
Browse files- 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(
|