ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

How to install comfyUI on macos m3 without a virtual environment? Similar to windows python_embed setup.

Open dkampien opened this issue 1 year ago • 3 comments

Your question

I used the windows version of comfyui and I want to use a similar environment for mac. I don't want to use vevns as they are generally slower and the startup process is tedious with the terminal. And I don't want to install globally. Is there any way to create a python_embedded setup like on windows? Im using python3.11 installed via homebrew. Thanks

Logs

No response

Other

No response

dkampien avatar Aug 10 '24 12:08 dkampien

the embedded python is really just a venv so there should be no performance difference. you could write a shell script to activate the venv and run main.py to make startup easier

kanttouchthis avatar Aug 11 '24 06:08 kanttouchthis

You can pretend your brew env is your python venv. It's not an issue unless you need different sets of python modules for different versions of python.

srcc-chekh avatar Aug 13 '24 20:08 srcc-chekh

Are venvs generally slower? They work with PATH manipulation so shouldn't be.

Creating a venv inside your Comfy install directory sounds exactly like what you want.

I have the same setup as you. Check out pyenv.

alfl avatar Aug 20 '24 22:08 alfl

This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically.

github-actions[bot] avatar Mar 05 '25 11:03 github-actions[bot]