git / comfy.bat
happyneishon's picture
Upload 3 files
f9be40c verified
raw
history blame
No virus
208 Bytes
@echo off
setlocal
cd /d %~dp0
set target_dir=%~dp0
set PATH=%PATH%;%target_dir%git\git\bin;%target_dir%git\git\libexec;
%target_dir%git\git\bin\git clone https://github.com/comfyanonymous/ComfyUI
pause