ComfyUI Node
OCS Param
Overly Complicated Sampling parameter definition node. Used to set parameters like custom noise types that require an input.
OCS Param
- value
- params_opt
- OCS_PARAMS
◄key▾►
◄parameters►
Categorysampling/custom_sampling/OCS
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| key | COMBO | Used to set the type of custom parameter. | |
| value | SIGMAS,OCS_NOISE,VAE,SONAR_CUSTOM_NOISE,SAMPLER,IMAGE,UPSCALE_MODEL | Connect the type of value expected by the key. Allows connecting output from any type of node HOWEVER if it is the wrong type expected by the key you will get an error when you run the workflow. The following input types are supported: SIGMAS, OCS_NOISE, VAE, SONAR_CUSTOM_NOISE, SAMPLER, IMAGE, UPSCALE_MODEL | |
| params_optopt | OCS_PARAMS | You may optionally connect the output from other OCS Param or OCS MultiParam nodes here to set multiple parameters. | |
| parametersopt | STRING | The text parameter block allows setting custom parameters using YAML (recommended) or JSON. Optional, may be left blank. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| OCS_PARAMS | OCS_PARAMS | Can be connected to another OCS Param or OCS MultiParam node or any other OCS node that takes OCS_PARAMS as an input. |