MCPcopy Index your code
hub / github.com/huggingface/diffusers / CosmosControlNetModel

Class CosmosControlNetModel

src/diffusers/utils/dummy_pt_objects.py:1068–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066
1067
1068class CosmosControlNetModel(metaclass=DummyObject):
1069 _backends = ["torch"]
1070
1071 def __init__(self, *args, **kwargs):
1072 requires_backends(self, ["torch"])
1073
1074 @classmethod
1075 def from_config(cls, *args, **kwargs):
1076 requires_backends(cls, ["torch"])
1077
1078 @classmethod
1079 def from_pretrained(cls, *args, **kwargs):
1080 requires_backends(cls, ["torch"])
1081
1082
1083class CosmosTransformer3DModel(metaclass=DummyObject):

Callers 2

convert_controlnetFunction · 0.90
get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 1

get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…