Downgrading A1111 Version #14577
-
How do I downgrade from v1.7.0 to v1.6.1 or v1.6.0-2 without breaking anything? Are there git commands for it or do I need to reinstall the whole thing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
And delete the venv folder. |
Beta Was this translation helpful? Give feedback.
-
Hi, I also have the same issue. mov2mov doesn't work for the latest version, so I wanted to downgrade to 1.7.0 and found your post. Followed the instruction, and everything is messed up. I'm using Stability Matrix and it gives me tons of errors when it rolls back. |
Beta Was this translation helpful? Give feedback.
git reset --hard v1.6.0
https://github.com/AUTOMATIC1111/stable-diffusion-webui/tags
And delete the venv folder.