ComfyUI Node
Apply Circular Padding VAE
Apply circular padding to VAE Conv2d layers (x-axis only by default) for seam-safe generation.
Apply Circular Padding VAE
- vae
- vae
◄inplacetrue►
◄x_axis_onlytrue►
CategoryLatLong/Models
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| vae | VAE | VAE to add circular x-axis Conv2d padding to. | |
| inplace | BOOLEAN | true | Modify the loaded VAE (True) or a copy (False). If True, reload VAE to restore original padding. |
| x_axis_only | BOOLEAN | true | Apply circular padding only on x-axis (recommended) or on both axes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| vae | VAE | — |