Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- REM Clone the ComfyUI repository
- git clone https://github.com/comfyanonymous/ComfyUI.git
- REM Navigate to the ComfyUI directory
- cd ComfyUI
- REM Create the virtual environment
- python -m venv venv
- REM Activate the virtual environment
- call venv\scripts\activate
- REM Install PyTorch with CUDA support
- pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
- REM Install other dependencies from requirements.txt
- pip install -r requirements.txt
- REM Open a new command prompt for custom nodes installation
- start cmd /k "cd custom_nodes & git clone https://github.com/ltdrdata/ComfyUI-Manager.git"
- REM Wait for the user to close the second command prompt before continuing
- pause
- REM Install other dependencies from requirements.txt
- pip install numpy==1.26.4
- REM Start the ComfyUI server
- python main.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement