Not able to update controlnet to newer version
I uninstall the controlnet extension and reinstalled in this path /workspace/stable-diffusion-webui/extensions
the controlnet (diffusers xl depth) model is working for me now
how to install controlnet extension >> git clone https://github.com/Mikubill/sd-webui-controlnet
how to install controlnet models >> wget https://huggingface.co./lllyasviel/sd_control_collection/resolve/main/diffusers_xl_depth_full.safetensors
Hi, I have the exact issue, also on runpod. Same automatic 1111 v1.6.0 version and unable to update controlnet past v1.1.313.
If you ever see this, how did you uninstall controlnet? did u just dele the folder? deleted any other dependencies or venvs?
Thank god you posted this!
Heyy bro... after struggling for days with this on Runpod- I finally found the solution. You go to "./stable-diffusion-webui/extensions/" and delete the ControlNet extension folder- it's named "sd-webui-controlnet". Inside this same directory- you run "git clone https://github.com/Mikubill/sd-webui-controlnet" to get the latest version of ControlNet.
THEN INSIDE THE NEW "sd-webui-controlnet" folder and run "pip -r requirements.txt" to install all the new requirements for the newer version of ControlNet. Then once that's done- you restart the Pod. And boom. Done.
NB: I DID THIS USING THE WEB TERMINAL. WHEN YOU PRESS CONNECT TO YOUR RUNPOD POD, THERE'S AN OPTION TO START A WEB TERMINAL. THEN ONCE IT'S STARTED YOU CLICK CONNECT TO TERMINAL. THEN YOU DO THIS.