ComfyUI/.ci/windows_intel_base_files/run_intel_gpu.bat
2026-05-27 22:57:40 -07:00

9 lines
174 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