ComfyUI Node
Apply Circular Padding Model
A ComfyUI node in pytorch360convert/models with 3 inputs and 1 output.
Apply Circular Padding Model
- model
- MODEL
◄inplacetrue►
◄x_axis_onlytrue►
Categorypytorch360convert/models
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | Model to add circular x-axis conv2d padding to. | |
| inplace | BOOLEAN | true | Modify 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_only | BOOLEAN | true | Apply circular padding only to the x-axis or to both the x and y axes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |