ComfyUI Node
OCS Group
Over Complicated Sampling group definition node.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| merge_method | COMBO | The merge method determines how multiple substeps are combined together during sampling. | |
| time_mode | COMBO | The time mode controls how the time_start and time_end parameters are interpreted. The default of step is generally easiest to use. | |
| time_start | FLOAT | 0.0 | The start time this group will be active (inclusive). |
| time_end | FLOAT | 999.0 | The group will become inactive when the current time is GREATER than the specified end time. |
| substeps | OCS_SUBSTEPS | Connect output from an OCS Substeps node here. | |
| groups_optopt | OCS_GROUPS | You 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_optopt | OCS_PARAMS | Optionally connect parameters like custom noise here. Output from the OCS Param or OCS MultiParam nodes. | |
| 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_GROUPS | OCS_GROUPS | This output can be connect to another OCS Group node or an OCS Sampler node. |