-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I'm running a Wan 2.2 I2V workflow, using a new installation of ComfyUI v 0.8.2 (pytorch version: 2.9.1+cu130, Python 3.13.9), with Sage Attenuation on and installed ComfyUI-MultiGPU 2.5.11 or 2.5.10.
When loading the clip model to cuda:1, I can see it working and the VRAM getting used as usual. I can see two different things happening. On the first run after a restart, I get all black but no error messages. Running a second time after the failure with the same seed, I get a video but there is essentially no controlled movement. Basically, the video I get is almost the same as supplying a blank prompt. There are no error messages.
When loading the clip model to cuda:0 (still using the MultiGPU Node) after a restart I get a video as expected, and the character moves as prompted.
Edit: This is happening on MultiGPU 2.5.11 or 2.5.10 using ComfyUI v0.8.2 but it is fine on ComfyUI v0.3.76.
Edit2: The same effect is seen without Sage Attenuation.
Edit3: Sorry for all the additions, but I traced this back and the failure began in ComfyUI v0.4.0 portable (Dec 9, 2025).
TLDR: Something in ComfyUI v0.4.0 caused CLIPLoaderMultiGPU to cuda:1 to give completely different results compared to cuda:0 on an otherwise stock Wan 2.2 I2V workflow.