Nodes/ComfyUI_pytorch360convert/Apply Circular Padding VAE
ComfyUI Node

Apply Circular Padding VAE

A ComfyUI node in pytorch360convert/models with 3 inputs and 1 output.

By ProGamerGov·Created 2 years ago·Updated 11 months ago· 37
Apply Circular Padding VAE
  • vae
  • VAE
inplacetrue
x_axis_onlytrue
Categorypytorch360convert/models

Inputs (3)

NameTypeDefaultDescription
vaeVAEVAE to add circular x-axis conv2d padding to.
inplaceBOOLEANtrueModify 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_onlyBOOLEANtrueApply circular padding only to the x-axis or to both the x and y axes.

Outputs (1)

NameTypeDescription
VAEVAE