ComfyUI Node

OCS Group

Over Complicated Sampling group definition node.

By blepping·Created 2 years ago·Updated 25 days ago· 30
OCS Group
  • substeps
  • groups_opt
  • params_opt
  • OCS_GROUPS
merge_method
time_mode
time_start0.0
time_end999.0
parameters
Categorysampling/custom_sampling/OCS

Inputs (8)

NameTypeDefaultDescription
merge_methodCOMBOThe merge method determines how multiple substeps are combined together during sampling.
time_modeCOMBOThe time mode controls how the time_start and time_end parameters are interpreted. The default of step is generally easiest to use.
time_startFLOAT0.0The start time this group will be active (inclusive).
time_endFLOAT999.0The group will become inactive when the current time is GREATER than the specified end time.
substepsOCS_SUBSTEPSConnect output from an OCS Substeps node here.
groups_optoptOCS_GROUPSYou may optionally connect the output from another OCS Group node here. Only one group per step is used, matching (based on time or other constraints) starts with the OCS Group node furthest from the OCS Sampler.
params_optoptOCS_PARAMSOptionally connect parameters like custom noise here. Output from the OCS Param or OCS MultiParam nodes.
parametersoptSTRINGThe text parameter block allows setting custom parameters using YAML (recommended) or JSON. Optional, may be left blank.

Outputs (1)

NameTypeDescription
OCS_GROUPSOCS_GROUPSThis output can be connect to another OCS Group node or an OCS Sampler node.