-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: PlugableControlModel.__init__() got an unexpected keyword argument 'base_model' #88
Comments
Restart webui instead of reload it. |
I did that. Twice. Now when I click Generate I get this: ControlNet model control_sd15_openpose [fef5e48e] loaded. I've noticed on startup I now get this. 90% sure I didn't get it before adding ControlNet Warning: caught exception 'Torch not compiled with CUDA enabled', memory monitor disabled |
Maybe same issue as #68 and #87. #68 (comment) this may help but slow, xformers shouldn't have any impact since mps device not depends on it. |
I was having this too. I updated the extension and fully restarted webui and it's working now. |
I've done a fresh install, now get: ControlNet model control_sd15_openpose [fef5e48e] loaded. |
Use sdv1 model with sdv1//sd15 pretrained controlnet. |
Doh! Sorry, bit of a SD n00b here. It would help. v1.4 model downloaded, it's all working now. Slow on my 8GB Mini M1, but working. Thanks! |
Just updated ControlNet via Automatic GUI, it now bombs out when trying to generate an image:
`Loading preprocessor: openpose, model: control_sd15_openpose [fef5e48e]
Error running process: /Users/emerym/Downloads/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py
Traceback (most recent call last):
File "/Users/emerym/Downloads/stable-diffusion-webui/modules/scripts.py", line 386, in process
script.process(p, *script_args)
File "/Users/emerym/Downloads/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py", line 280, in process
TypeError: PlugableControlModel.init() got an unexpected keyword argument 'base_model'`
The text was updated successfully, but these errors were encountered: