How are you loading the model in ComfyUI?

#1
by nymical - opened

The official node doesn't support it yet and I couldn't find any custom node for it either.
Are you using any custom scripts? If yes, can you please share them as well?

Official node? Are you talking about the original BF16 model uploaded by Comfy-Org or this DF11 version?

For the original BF16 safetensors file, you simply need to update ComfyUI and it will work. This is the PR that adds support specifically for the XL model: https://github.com/Comfy-Org/ComfyUI/pull/13317/changes. You simply need to swap out the smaller non-XL model for the XL version.

But for this DF11 model, you need to update both ComfyUI and my DFloat11 custom node (you can find my custom node in the manager, called ComfyUI DFloat11 Extended). Then you need to replace the stock "Load Diffusion Model" node with my "DFloat11 Model Loader" node, and it should work.

Please let me know if you still experience any issues.

Thank you @mingyi456 and @Taithrah , for some reason my ComfyUI didn't update properly even through the .bat file, even though I used nightly update, so I manually updated the relevant files and it works now! πŸ˜„

nymical changed discussion status to closed

Sign up or log in to comment