Fix missing NunchakuQwenImageDiTLoader node (Windows 11)

Опубликовано: 25 Август 2026
на канале: Savius94
152
2

NunchakuQwenImageDITLoader not working?

Here is the solution that worked for me!

YOU NEED PYTHON 3.11 !!!

##################################################

First, I'm assuming you've watched Prompting Pixels' video, so I'll only cover the solution to the problem and not everything else involved in making ComfyUI work.

You can also use whatever you want, but know that I'm basing this on his video. If any information is missing, it's either in the description or in his video.

Also note that what made my solution work was largely due to choosing specific versions of each tool; you can try with different ones, but I can't guarantee anything.

##################################################

Versions:

Python: 3.11.9
ComfyUI: v0.21.0
Nunchaku: 1.2.1
Torch: 2.11
Cuda: cu128

##################################################

Links:

Prompting Pixels' video:    • Run Qwen Image Edit (2509) LOCALLY  
Nunchaku 1.2.1: https://github.com/nunchaku-ai/nuncha...
ComfyUI Portable: https://github.com/Comfy-Org/ComfyUI/...

##################################################

Commands:

py -3.11 -m venv venv_comfy

venv_comfy\Scripts\activate

python.exe -m pip install --upgrade pip

pip install torch --index-url https://download.pytorch.org/whl/cu128

pip install torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128

pip list

cd .\venv_comfy\

pip install nunchaku-1.2.1+cu12.8torch2.11-cp311-cp311-win_amd64

cd ..

cd .\ComfyUI\

pip install -r requirements.txt

cd .\custom_nodes\

git clone https://github.com/ltdrdata/ComfyUI-M...

##################################################

Custom launcher:

@echo off
set PATH=%CD%\venv_comfy\Scripts;%PATH%
.\venv_comfy\Scripts\python.exe ComfyUI\main.py --windows-standalone-build
pause

§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§

French/Français

NunchakuQwenImageDITLoader ne fonctionne pas?

Voici la solution qui a fonctionné pour moi !

VOUS AVEZ BESOIN DE PYTHON 3.11 !!!

##################################################

Tout d'abord, je part du principe que vous avez regardé la vidéo de Prompting Pixel, je ne traiterai donc que de la solution au problème et non de tout ce qui est impliqué dans le fonctionnement de ComfyUI.

Vous pouvez utiliser ce que vous voulez comme tuto ou autres, mais sachez que je me base sur sa vidéo. Si des informations sont manquantes, elles se trouvent soit dans la description, soit dans sa vidéo.

Notez également que le succès de ma solution repose en grande partie sur le choix de versions spécifiques de chaque outil, vous pouvez essayer avec différentes versions, mais je ne peux rien garantir.

##################################################

Versions:

Python: 3.11.9
ComfyUI: v0.21.0
Nunchaku: 1.2.1
Torch: 2.11
Cuda: cu128

##################################################

Liens:

La vidéo de Prompting Pixels:    • Run Qwen Image Edit (2509) LOCALLY  
Nunchaku 1.2.1: https://github.com/nunchaku-ai/nuncha...
ComfyUI Portable: https://github.com/Comfy-Org/ComfyUI/...

##################################################

Commandes:

py -3.11 -m venv venv_comfy

venv_comfy\Scripts\activate

python.exe -m pip install --upgrade pip

pip install torch --index-url https://download.pytorch.org/whl/cu128

pip install torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128

pip list

cd .\venv_comfy\

pip install nunchaku-1.2.1+cu12.8torch2.11-cp311-cp311-win_amd64

cd ..

cd .\ComfyUI\

pip install -r requirements.txt

cd .\custom_nodes\

git clone https://github.com/ltdrdata/ComfyUI-M...

##################################################

Lanceur Custom:

@echo off
set PATH=%CD%\venv_comfy\Scripts;%PATH%
.\venv_comfy\Scripts\python.exe ComfyUI\main.py --windows-standalone-build
pause