MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / ConsistencyDecoderVAE

Class ConsistencyDecoderVAE

diffusers/src/diffusers/utils/dummy_pt_objects.py:125–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125class ConsistencyDecoderVAE(metaclass=DummyObject):
126 _backends = ["torch"]
127
128 def __init__(self, *args, **kwargs):
129 requires_backends(self, ["torch"])
130
131 @classmethod
132 def from_config(cls, *args, **kwargs):
133 requires_backends(cls, ["torch"])
134
135 @classmethod
136 def from_pretrained(cls, *args, **kwargs):
137 requires_backends(cls, ["torch"])
138
139
140class ControlNetModel(metaclass=DummyObject):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected