Sign In

Manual Comfyui Setup(win)

1
Manual Comfyui Setup(win)

Windows

(plz πŸ‘ if you success)

  • Install Python

    Ensure that you have Python 3.10 or later installed. You can download it from Python's official website.(or from microsoft store)

  • Download Git: Visit the official Git for Windows download page.

  • Run the Installer: Once downloaded, run the installer.(go with default setup)

  • choose any folder then Open in Terminal

  • type the following git clone https://github.com/comfyanonymous/ComfyUI.git

  • then cd ComfyUI

  • python -m venv venv

  • venv\Scripts\activate

  • now for NVIDIA

    Nvidia users should install stable pytorch using this command:

    pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu124

    This is the command to install pytorch nightly instead which might have performance improvements:

    pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124

  • now pip install -r requirements.txt

  • now lets setup comfyui manager

  • cd custom_nodes

  • git clone https://github.com/ltdrdata/ComfyUI-Manager.git

  • return to comfyui main folder cd ..

  • then run python main.py

  • for cpu users python main.py --cpu

  • copy this ip at your browser

  • now go to manager

  • click model manager

  • now search for your favorite model ..... Enjoy!

1

Comments