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

Class AutoencoderKLCosmos

src/diffusers/utils/dummy_pt_objects.py:543–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543class AutoencoderKLCosmos(metaclass=DummyObject):
544 _backends = ["torch"]
545
546 def __init__(self, *args, **kwargs):
547 requires_backends(self, ["torch"])
548
549 @classmethod
550 def from_config(cls, *args, **kwargs):
551 requires_backends(cls, ["torch"])
552
553 @classmethod
554 def from_pretrained(cls, *args, **kwargs):
555 requires_backends(cls, ["torch"])
556
557
558class AutoencoderKLFlux2(metaclass=DummyObject):

Callers 3

convert_vaeFunction · 0.90
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…