git / packages.bat
happyneishon's picture
Upload packages.bat
4bb398c verified
raw
history blame
No virus
321 Bytes
@echo off
setlocal
cd /d %~dp0
set target_dir=%~dp0
chcp 65001 > nul
set custom_n=%target_dir%ComfyUI\custom_nodes
set py=%target_dir%python\
%py%python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
%py%python -m pip install -r %target_dir%ComfyUI\requirements.txt