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

Class AutoencoderKLMochi

src/diffusers/utils/dummy_pt_objects.py:723–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721
722
723class AutoencoderKLMochi(metaclass=DummyObject):
724 _backends = ["torch"]
725
726 def __init__(self, *args, **kwargs):
727 requires_backends(self, ["torch"])
728
729 @classmethod
730 def from_config(cls, *args, **kwargs):
731 requires_backends(cls, ["torch"])
732
733 @classmethod
734 def from_pretrained(cls, *args, **kwargs):
735 requires_backends(cls, ["torch"])
736
737
738class AutoencoderKLQwenImage(metaclass=DummyObject):

Callers 2

mainFunction · 0.90
get_dummy_componentsMethod · 0.90

Calls

no outgoing calls

Tested by 1

get_dummy_componentsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…