MCPcopy Create free account
hub / github.com/TencentARC/BrushNet / MotionAdapter

Class MotionAdapter

src/diffusers/utils/dummy_pt_objects.py:140–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140class MotionAdapter(metaclass=DummyObject):
141 _backends = ["torch"]
142
143 def __init__(self, *args, **kwargs):
144 requires_backends(self, ["torch"])
145
146 @classmethod
147 def from_config(cls, *args, **kwargs):
148 requires_backends(cls, ["torch"])
149
150 @classmethod
151 def from_pretrained(cls, *args, **kwargs):
152 requires_backends(cls, ["torch"])
153
154
155class MultiAdapter(metaclass=DummyObject):

Calls

no outgoing calls

Tested by 4

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72