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

Class MotionAdapter

diffusers/src/diffusers/utils/dummy_pt_objects.py:350–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348
349
350class MotionAdapter(metaclass=DummyObject):
351 _backends = ["torch"]
352
353 def __init__(self, *args, **kwargs):
354 requires_backends(self, ["torch"])
355
356 @classmethod
357 def from_config(cls, *args, **kwargs):
358 requires_backends(cls, ["torch"])
359
360 @classmethod
361 def from_pretrained(cls, *args, **kwargs):
362 requires_backends(cls, ["torch"])
363
364
365class MultiAdapter(metaclass=DummyObject):

Calls

no outgoing calls

Tested by 10

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72