@@ -327,28 +327,20 @@ if exist comfyui_controlnet_aux (
327327 )
328328)
329329
330- REM --- ComfyUI-GGUF ---
330+ REM --- ComfyUI-GGUF-XPU ---
331331echo .
332- echo Installing ComfyUI-GGUF...
333- set " GGUF_COMMIT = 6ea2651e7df66d7585f6ffee804b20e92fb38b8a"
334- set " GGUF_PATCH = %PATCHES_DIR% \comfyui_gguf_xpu.patch"
332+ echo Installing ComfyUI-GGUF-XPU...
333+ set " GGUF_COMMIT = 4b8a633e8434036820a2bb9d18cb77ae691e788c"
335334
336- if exist ComfyUI-GGUF (
337- echo ComfyUI-GGUF already exists, skipping...
335+ if exist ComfyUI-GGUF-XPU (
336+ echo ComfyUI-GGUF-XPU already exists, skipping...
338337) else (
339- git clone https://github.com/city96 /ComfyUI-GGUF.git
338+ git clone https://github.com/analytics-zoo /ComfyUI-GGUF-XPU .git
340339 if errorlevel 1 (
341- echo WARNING: Failed to clone ComfyUI-GGUF
340+ echo WARNING: Failed to clone ComfyUI-GGUF-XPU
342341 ) else (
343- cd ComfyUI-GGUF
342+ cd ComfyUI-GGUF-XPU
344343 git checkout %GGUF_COMMIT%
345- if exist " %GGUF_PATCH% " (
346- echo Applying XPU patch to ComfyUI-GGUF...
347- git apply " %GGUF_PATCH% "
348- if errorlevel 1 (
349- echo WARNING: Failed to apply GGUF patch
350- )
351- )
352344 " %PYTHON_EXE% " -m pip install -r requirements.txt
353345 cd ..
354346 )
@@ -485,7 +477,7 @@ echo ^| +-- comfyui-manager
485477echo ^ | +-- comfyui-videohelpersuite
486478echo ^ | +-- comfyui-easy-use
487479echo ^ | +-- comfyui_controlnet_aux
488- echo ^ | +-- ComfyUI-GGUF
480+ echo ^ | +-- ComfyUI-GGUF-XPU
489481echo ^ | +-- ComfyUI-KJNodes
490482echo ^ | +-- ComfyUI-CacheDiT
491483echo +-- run_comfyui.bat (Launcher)
0 commit comments