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

Class AutoencoderKL

src/diffusers/utils/dummy_pt_objects.py:20–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class AutoencoderKL(metaclass=DummyObject):
21 _backends = ["torch"]
22
23 def __init__(self, *args, **kwargs):
24 requires_backends(self, ["torch"])
25
26 @classmethod
27 def from_config(cls, *args, **kwargs):
28 requires_backends(cls, ["torch"])
29
30 @classmethod
31 def from_pretrained(cls, *args, **kwargs):
32 requires_backends(cls, ["torch"])
33
34
35class AutoencoderKLTemporalDecoder(metaclass=DummyObject):

Calls

no outgoing calls

Tested by 15

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