[Instructions] Reverting to previous version / Installing specific commit #210
Replies: 2 comments 3 replies
-
Thanks, every tagged release also contains a zipped archive with the complete source of that version. For example here is the latest v3.0.5 which could just be unzipped into the roop-unleashed folder if you're annoyed about version v6.6.6 sometime in the future. |
Beta Was this translation helpful? Give feedback.
-
Do you know what was the last commit before you swapped codeformer to ONNX? I pretty much always used codeformer once I had dialed in my settings and source headshot because it offered best quality for videos but ever since the change it's actually the worst option and GFPGAN tends to give back results with teeth in videos. I'd rather wait 5x longer with the older codeformer implementation that run the new variant. |
Beta Was this translation helpful? Give feedback.
-
Since this is asked all the time for various reasons, here's how to revert to a previous version:
IMPORTANT: I've installed Python and use venv (virtual enviroment), cloning the github repository manually, instead of using the windows_run.bat, which uses anaconda/miniconda to create the enviroment. I don't know, if the following "git reset --hard" command works in an anaconda/miniconda enviroment. Additions on if and how are very welcome.
So I'll take you through the WHOLE process.
Basic install:
Now you've installed the newest version. Here's how to revert to a previous version:
That's it. You have reverted to the version from Aug 12. Enter "python run.py", have fun.
Substitute for windows_run.bat:
Additions, simplifications or corrections are very welcome. Sorry if I'm overcomplicating / overexplaining things. I'm having a really bad adhd-day :/
Beta Was this translation helpful? Give feedback.
All reactions