Outdated controlnet how to update?
how to update controlnet to its latest version? i cant find it on updates and when i use the link from the official page it says its installed but on the ui it still shows the old interface without the new options,
Solution:Jump to solution
```
cd /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet
git pull
source /workspace/venv/bin/activate
pip3 install -r requirements.txt...
5 Replies
Solution
Then reset your pod for the changes to take effect.
thx worked good
Why is not possible to update directly from the extensions option? Thanks.
Because it comes pre-installed in the template.
Also this question was already marked as solved, so please don't add more questions to it.