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

Class PRXDCAE

scripts/convert_prx_to_diffusers.py:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42@dataclass(frozen=True)
43class PRXDCAE(PRXBase):
44 in_channels: int = 32
45 patch_size: int = 1
46
47
48def build_config(vae_type: str) -> Tuple[dict, int]:

Callers 1

build_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…