Nodes/ComfyUI_pytorch360convert/Apply Circular Padding Model
ComfyUI Node

Apply Circular Padding Model

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 Model
  • model
  • MODEL
inplacetrue
x_axis_onlytrue
Categorypytorch360convert/models

Inputs (3)

NameTypeDefaultDescription
modelMODELModel to add circular x-axis conv2d padding to.
inplaceBOOLEANtrueModify the already loaded model (True) or a copy of the model (False). If True, model 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
MODELMODEL