Hey,
Thanks a lot for ComfyUI-MultiGPU, great work!
I'm the author of ComfyUI-Multi-Route-Tools where I made some Bypass Route nodes.
I'm trying to create a switch between the native checkpoint CLIP and a GGUF CLIP using my routers. The problem is that it gets complicated when the models have different dimensions.
I’d like to create a new node called CheckpointDualCLIPLoaderGGUFDisTorch2MultiGPU — an altered version of your CheckpointLoaderAdvancedDisTorch2MultiGPU merged with DualCLIPLoaderGGUFDisTorch2MultiGPU — loading checkpoint like CheckpointLoaderAdvancedDisTorch2MultiGPU and merge the CLIP from checkpoint and with an other CLIP like DualCLIPLoaderGGUFDisTorch2MultiGPU do it.
It would depend on your MultiGPU extension. Would you be okay if I reuse and adapt part of your code for this?
I'll properly credit you and link your repo of course.
Thanks in advance!
JuPillet
Hey,
Thanks a lot for ComfyUI-MultiGPU, great work!
I'm the author of ComfyUI-Multi-Route-Tools where I made some Bypass Route nodes.
I'm trying to create a switch between the native checkpoint CLIP and a GGUF CLIP using my routers. The problem is that it gets complicated when the models have different dimensions.
I’d like to create a new node called CheckpointDualCLIPLoaderGGUFDisTorch2MultiGPU — an altered version of your CheckpointLoaderAdvancedDisTorch2MultiGPU merged with DualCLIPLoaderGGUFDisTorch2MultiGPU — loading checkpoint like CheckpointLoaderAdvancedDisTorch2MultiGPU and merge the CLIP from checkpoint and with an other CLIP like DualCLIPLoaderGGUFDisTorch2MultiGPU do it.
It would depend on your MultiGPU extension. Would you be okay if I reuse and adapt part of your code for this?
I'll properly credit you and link your repo of course.
Thanks in advance!
JuPillet