Visit ComfyUI Online for ready-to-use ComfyUI environment
Define custom noise types and specific parameters for AI artists to fine-tune sampling processes, enhancing art quality and uniqueness.
The OCS Param node is designed to define parameters for the Overly Complicated Sampling (OCS) process, allowing you to set custom noise types and other specific parameters that require input. This node is particularly useful for AI artists who need to fine-tune their sampling processes by specifying detailed configurations. By using the OCS Param node, you can ensure that your sampling methods are tailored to your specific needs, enhancing the quality and uniqueness of your generated art. The node supports setting multiple parameters simultaneously, making it a versatile tool in your workflow.
These parameters represent the keys for setting custom parameters in the OCS process. Each key corresponds to a specific type of parameter that you can define, such as custom noise or sampler types. The keys are used to identify the type of parameter you are setting, and they must match the expected types defined in the OCS_PARAM_TYPES dictionary. The function of these keys is to allow you to specify detailed configurations for your sampling process, ensuring that each aspect of the sampling is precisely controlled. There are no specific minimum, maximum, or default values for these keys, as they depend on the type of parameter being set.
This optional parameter allows you to connect the output from other OCS MultiParam or OCS Param nodes. By doing so, you can set multiple parameters at once, streamlining your workflow and ensuring that all necessary configurations are applied. This parameter is particularly useful when you need to combine several custom settings into a single node.
This optional text parameter block allows you to set custom parameters using YAML (recommended) or JSON. It provides a flexible way to define additional configurations that may not be covered by the predefined keys. The default value is a template for YAML or JSON parameters, and it supports multiline input. This parameter is useful for advanced users who need to specify complex configurations in a structured format.
These optional parameters allow you to connect the type of value expected by the corresponding key. They enable you to link the output from any type of node, provided the value matches the expected type for the corresponding key. This flexibility allows you to integrate various nodes into your sampling process, but you must ensure that the connected values are of the correct type to avoid errors.
The output parameter OCS_PARAMS
represents the defined parameters for the Overly Complicated Sampling process. This output can be connected to another OCS Param or OCS MultiParam node, or any other OCS node that takes OCS_PARAMS
as an input. The function of this output is to pass the configured parameters to subsequent nodes in your workflow, ensuring that the specified settings are applied throughout the sampling process.
params_opt
parameter to combine multiple parameter settings from different nodes, streamlining your workflow and ensuring consistency.parameters
text block to define complex configurations using YAML or JSON, especially for advanced settings that require detailed specifications.value_opt_1
through value_opt_5
are of the correct type to avoid errors during execution.value_opt_1
through value_opt_5
is of the wrong type.© Copyright 2024 RunComfy. All Rights Reserved.