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

Class CosmosPredict2

tools/convert.py:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 ]
63
64class CosmosPredict2(ModelTemplate):
65 arch = "cosmos"
66 keys_detect = [
67 (
68 "blocks.0.mlp.layer1.weight",
69 "blocks.0.adaln_modulation_cross_attn.1.weight",
70 )
71 ]
72 keys_hiprec = ["pos_embedder"]
73 keys_ignore = ["_extra_state", "accum_"]
74
75class ModelHyVid(ModelTemplate):
76 arch = "hyvid"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected