API result for canny is much less useful than from webui result. #2659
-
I am trying to use the api to pass an image to be processed by canny and used in generation. Any idea what am i doing wrong? I am using the ultraspice_xlturbo model. and the api payload like this: int stepsLoad = 5; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are missing control mode param in ControlNet unit. The default is balanced, but in UI you are using prompt is more important. You can use this extension to dump out API payload from WebUI generation: https://github.com/huchenlei/sd-webui-api-payload-display |
Beta Was this translation helpful? Give feedback.
You are missing control mode param in ControlNet unit. The default is balanced, but in UI you are using prompt is more important. You can use this extension to dump out API payload from WebUI generation: https://github.com/huchenlei/sd-webui-api-payload-display