Replies: 1 comment 9 replies
-
There is no way to do what you want to do at the moment. The code on the side of the extension is written so that you can specify as many as you like, so in theory this would be unnecessary, only a limitation in the user interface. In some situations you can use as many controlnet models as you wish. However at the moment a limitation in the implementation of the webui api makes it impossible to specify a different number of units than the max. See AUTOMATIC1111/stable-diffusion-webui#9130 for a fix. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change the multi controlnet max models setting through the api, but can't seem to figure out how. I tried using override_settings with "setting_control_net_max_models_num" as the key, but I got a keyerror. Any idea how I go about doing this correctly?
Was able to find the setting using the GET /config route
Beta Was this translation helpful? Give feedback.
All reactions