MCPcopy Index your code
hub / github.com/huggingface/diffusers / AutoencoderOobleck

Class AutoencoderOobleck

src/diffusers/utils/dummy_pt_objects.py:783–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781
782
783class AutoencoderOobleck(metaclass=DummyObject):
784 _backends = ["torch"]
785
786 def __init__(self, *args, **kwargs):
787 requires_backends(self, ["torch"])
788
789 @classmethod
790 def from_config(cls, *args, **kwargs):
791 requires_backends(cls, ["torch"])
792
793 @classmethod
794 def from_pretrained(cls, *args, **kwargs):
795 requires_backends(cls, ["torch"])
796
797
798class AutoencoderRAE(metaclass=DummyObject):

Callers 3

get_dummy_componentsMethod · 0.90
get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 2

get_dummy_componentsMethod · 0.72
get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…