MCPcopy Index your code
hub / github.com/YesianRohn/TextSSR / AutoencoderKL

Class AutoencoderKL

diffusers/src/diffusers/utils/dummy_pt_objects.py:35–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35class AutoencoderKL(metaclass=DummyObject):
36 _backends = ["torch"]
37
38 def __init__(self, *args, **kwargs):
39 requires_backends(self, ["torch"])
40
41 @classmethod
42 def from_config(cls, *args, **kwargs):
43 requires_backends(cls, ["torch"])
44
45 @classmethod
46 def from_pretrained(cls, *args, **kwargs):
47 requires_backends(cls, ["torch"])
48
49
50class AutoencoderKLCogVideoX(metaclass=DummyObject):

Calls

no outgoing calls

Tested by 15

dummy_vaeMethod · 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
get_dummy_componentsMethod · 0.72