MCPcopy Create free account
hub / github.com/city96/ComfyUI-GGUF / ModelFlux

Class ModelFlux

tools/convert.py:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 raise NotImplementedError(f"Tensor detected that exceeds dims supported by C++ code! ({key} @ {data.shape})")
25
26class ModelFlux(ModelTemplate):
27 arch = "flux"
28 keys_detect = [
29 ("transformer_blocks.0.attn.norm_added_k.weight",),
30 ("double_blocks.0.img_attn.proj.weight",),
31 ]
32 keys_banned = ["transformer_blocks.0.attn.norm_added_k.weight",]
33
34class ModelSD3(ModelTemplate):
35 arch = "sd3"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected