R
RunPod5mo ago
Raios

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,
No description
Solution:
``` cd /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet git pull source /workspace/venv/bin/activate pip3 install -r requirements.txt...
Jump to solution
5 Replies
Raios
Raios5mo ago
No description
Solution
ashleyk
ashleyk5mo ago
cd /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet
git pull
source /workspace/venv/bin/activate
pip3 install -r requirements.txt
cd /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet
git pull
source /workspace/venv/bin/activate
pip3 install -r requirements.txt
Then reset your pod for the changes to take effect.
Raios
Raios5mo ago
thx worked good
ricardo_neurona
ricardo_neurona3mo ago
Why is not possible to update directly from the extensions option? Thanks.
ashleyk
ashleyk3mo ago
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.