ComfyUI Node
Apply Circular Padding VAE
A ComfyUI node in DiT360/vae with 3 inputs and 1 output.
Apply Circular Padding VAE
- vae
- vae
◄inplacetrue►
◄x_axis_onlytrue►
CategoryDiT360/vae
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| vae | VAE | Connect the VAE to patch (from VAELoader). If used, set 360° VAE Decode circular_padding to 0 to avoid double-padding. | |
| inplace | BOOLEAN | true | Modify the loaded VAE (True) or a deep-copied VAE (False). Recommended: True (faster/less memory). Use False only if you need both patched and unpatched VAEs in one workflow. |
| x_axis_only | BOOLEAN | true | Apply circular padding only on X (recommended for equirectangular) or on both X and Y (generally not recommended). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| vae | VAE | — |