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

Class AutoencoderOobleck

diffusers/src/diffusers/utils/dummy_pt_objects.py:80–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80class AutoencoderOobleck(metaclass=DummyObject):
81 _backends = ["torch"]
82
83 def __init__(self, *args, **kwargs):
84 requires_backends(self, ["torch"])
85
86 @classmethod
87 def from_config(cls, *args, **kwargs):
88 requires_backends(cls, ["torch"])
89
90 @classmethod
91 def from_pretrained(cls, *args, **kwargs):
92 requires_backends(cls, ["torch"])
93
94
95class AutoencoderTiny(metaclass=DummyObject):

Callers 2

get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 1

get_dummy_componentsMethod · 0.72