Uninstall isn't clean #9386
TenaciousJai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a heads-up, if you uninstall the windows version of the desktop app, it doesn't remove really any of the app directories or files, which are pretty buried. %localappdir%\Programs@comfyui-electron and %appdata%\ComfyUI were both untouched after uninstall. I had already removed a lot of the files in the folder I chose when I installed it, including the .venv uv cache folder, prior to uninstalling, so I'm not sure if those are left behind or not. .venv is the largest folder, so definitely check it. Mine was 10gb. Word to the wise, don't do what I mistakenly did and run uv pip sync in that folder. It'll wipe all your dependency files since the uv.lock file doesn't update with each node installation. I should have thought about that, but live and learn I guess.
At any rate, you'll have to sweep after uninstalling if you want to do a clean install with no leftover config files from the previous installation like I needed to do.
Beta Was this translation helpful? Give feedback.
All reactions