Replies: 1 comment 1 reply
-
It already uses a virtual environment. Other programs shouldn't interfere with it. You're not running launch.py/webui.py directly, are you? Run it with webui-user.bat (windows) or webui.sh (linux/mac). Windows (webui-user.bat): set PYTHON=python3.10.exe Linux/Mac (webui-user.sh): python_cmd="python3.10" |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
How can I migrate my existing Automatic111 from Python 3 to Conda? I have several software applications such as CodeFormer and ComfyUI that rely on Python 3. However, each time they are updated, the versions of the site-packages in Python 3 change, causing errors when running Automatic111. I'm not sure how to isolate Automatic111 and run it in a Conda virtual environment without being affected by other software. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions