ComfyUI Node
Apply Circular Padding VAE
A ComfyUI node in pytorch360convert/models with 3 inputs and 1 output.
Apply Circular Padding VAE
- vae
- VAE
◄inplacetrue►
◄x_axis_onlytrue►
Categorypytorch360convert/models
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| vae | VAE | VAE to add circular x-axis conv2d padding to. | |
| inplace | BOOLEAN | true | Modify the already loaded VAE (True) or a copy of the VAE (False). If True, VAE will have to be reloaded to restore padding to the original values. Modifying inplace will use less memory. |
| x_axis_only | BOOLEAN | true | Apply circular padding only to the x-axis or to both the x and y axes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| VAE | VAE | — |