ComfyUI Node

OCS Param

Overly Complicated Sampling parameter definition node. Used to set parameters like custom noise types that require an input.

By blepping·Created 2 years ago·Updated 25 days ago· 30
OCS Param
  • value
  • params_opt
  • OCS_PARAMS
key
parameters
Categorysampling/custom_sampling/OCS

Inputs (4)

NameTypeDefaultDescription
keyCOMBOUsed to set the type of custom parameter.
valueSIGMAS,OCS_NOISE,VAE,SONAR_CUSTOM_NOISE,SAMPLER,IMAGE,UPSCALE_MODELConnect 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_optoptOCS_PARAMSYou may optionally connect the output from other OCS Param or OCS MultiParam nodes here to set multiple parameters.
parametersoptSTRINGThe text parameter block allows setting custom parameters using YAML (recommended) or JSON. Optional, may be left blank.

Outputs (1)

NameTypeDescription
OCS_PARAMSOCS_PARAMSCan be connected to another OCS Param or OCS MultiParam node or any other OCS node that takes OCS_PARAMS as an input.