ComfyUI/.ci/windows_amd_base_files/run_amd_gpu.bat
2026-05-18 13:10:28 +09:00

9 lines
182 B
Batchfile
Executable File

set "BASE=%~dp0"
set "PYTHONNOUSERSITE=1"
set "PYTHONPATH="
set "PYTHONHOME="
"%BASE%python_embeded\python.exe" -s "%BASE%ComfyUI\main.py" --windows-standalone-build
pause