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

Class ModelSD1

tools/convert.py:131–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 ]
130
131class ModelSD1(ModelTemplate):
132 arch = "sd1"
133 shape_fix = True
134 keys_detect = [
135 ("down_blocks.0.downsamplers.0.conv.weight",),
136 (
137 "input_blocks.3.0.op.weight", "input_blocks.6.0.op.weight", "input_blocks.9.0.op.weight",
138 "output_blocks.2.1.conv.weight", "output_blocks.5.2.conv.weight", "output_blocks.8.2.conv.weight"
139 ), # Non-diffusers
140 ]
141
142class ModelLumina2(ModelTemplate):
143 arch = "lumina2"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected