ComfyUI-native DF11 models
Collection
Note: Only Flux-dev based models work with the official DF11 custom node out-of-the-box. The rest require my custom fork, or patching to work. • 47 items • Updated • 10
For more information (including how to compress models yourself), check out https://huggingface.co/DFloat11 and https://github.com/LeanModels/DFloat11
Feel free to request for other models for compression as well, although models whose architecture I am unfamiliar with might be slightly tricky for me.
Install the ComfyUI DFloat11 Extended node via the ComfyUI manager. After installing, simply replace the "Load Diffusion Model" node of an existing workflow with the "Load Diffusion Model" node. If you run into any issues, feel free to leave a comment.
diffusers
Refer to this model instead.
This is the pattern_dict for compression:
pattern_dict_comfyui = {
r"double_blocks\.\d+": (
"img_mod.lin",
"img_attn.qkv",
"img_attn.proj",
"img_mlp.gate_proj",
"img_mlp.up_proj",
"img_mlp.down_proj",
"txt_mod.lin",
"txt_attn.qkv",
"txt_attn.proj",
"txt_mlp.gate_proj",
"txt_mlp.up_proj",
"txt_mlp.down_proj",
),
r"single_blocks\.\d+": (
"linear1",
"linear2",
"modulation.lin",
),
}
Base model
meituan-longcat/LongCat-Image