Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
43
class
PRXDCAE(PRXBase):
44
in_channels: int = 32
45
patch_size: int = 1
46
47
48
def
build_config(vae_type: str) -> Tuple[dict, int]:
Callers
1
build_config
Function · 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…