ComfyUI/.ci/windows_intel_base_files/run_intel_gpu.bat

9 lines
168 B
Batchfile
Executable File

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