ComfyUI Node
AddConvLayer
A ComfyUI node in ETK/pytorch with 10 inputs and 1 output.
AddConvLayer
- model
- TORCH_MODEL
◄one_dfalse►
◄in_channels—►
◄out_channels—►
◄kernel_size—►
◄stride—►
◄padding(0,0)►
◄bias▾►
◄initialization▾►
◄dtype▾►
CategoryETK/pytorch
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| model | TORCH_MODEL | — | |
| one_d | BOOLEAN | false | — |
| in_channels | INT | — | |
| out_channels | INT | — | |
| kernel_size | INT | — | |
| stride | INT | — | |
| padding | STRING | (0,0) | — |
| bias | COMBO | 2 options: true, false | |
| initialization | COMBO | 3 options: default, xavier_uniform, xavier_normal | |
| dtype | COMBO | 8 options: float32, float64, float16, int32, int64, int16, +2 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| TORCH_MODEL | TORCH_MODEL | — |