Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhances AI model performance through skimming technique for CFG guidance, refining output quality and control.
The Skimmed CFG node is designed to enhance the performance of AI models by applying a skimming technique to the classifier-free guidance (CFG) process. This node modifies the CFG by selectively adjusting the influence of conditional and unconditional outputs based on a skimming mask. The primary goal is to improve the quality of generated outputs by fine-tuning the balance between the original input and the guided outputs. This technique can help in achieving more refined and controlled results, making it particularly useful for AI artists looking to optimize their models for specific creative tasks.
This parameter represents the AI model that will be modified by the Skimmed CFG node. It is essential for the node to have a model to apply the skimming technique.
This parameter controls the skimming scale for the CFG process. It determines the extent to which the skimming technique is applied to the model's outputs. The value can range from 0.0 to 10.0, with a default value of 5.0. Adjusting this parameter can significantly impact the balance between the original input and the guided outputs, allowing for more precise control over the generated results.
This boolean parameter, with a default value of False, determines whether the skimming should be fully applied to the negative (unconditional) outputs. When set to True, it can help in scenarios where a stronger influence of the original input is desired.
This boolean parameter, with a default value of False, controls whether the flipping filter is disabled during the skimming process. Disabling the flipping filter can affect the skimming mask's behavior, potentially leading to different results in the generated outputs.
The output is the modified AI model with the skimming technique applied. This model is now optimized to produce more refined and controlled results based on the specified Skimming_CFG parameters.
ValueError: cond_scale must be greater than 1
RuntimeError: CUDA out of memory
TypeError: 'NoneType' object is not subscriptable
© Copyright 2024 RunComfy. All Rights Reserved.