KSampler Info (No CFG):
The Sage_SamplerInfoNoCFG node is designed to extract and provide essential information about the sampler being used in a generative process, specifically when the configuration guidance (CFG) is set to a default value of 1.0. This node is particularly useful for AI artists who want to understand the underlying parameters of their sampling process without the complexity introduced by varying CFG values. By focusing on a fixed CFG, it simplifies the process of routing sampler information to other nodes, such as the Construct Metadata node and the KSampler with Sampler Info node. This node is part of the Sage Utils/sampler category, emphasizing its role in utility and support for sampling tasks. Its primary goal is to streamline the workflow by providing a consistent set of sampler parameters, making it easier to manage and understand the sampling process.
KSampler Info (No CFG) Input Parameters:
seed
The seed parameter is an integer input that determines the starting point for the random number generation used in the sampling process. It plays a crucial role in ensuring the reproducibility of results, as using the same seed will yield the same output across different runs. The minimum value is 0, and the maximum value is 0xffffffffffffffff, with a default value of 0. This wide range allows for a vast number of unique seeds, providing flexibility and variety in the generated outputs.
steps
The steps parameter is an integer input that specifies the number of iterations the sampler will perform. It directly impacts the quality and detail of the generated output, with more steps generally leading to finer results. The minimum value is 1, and the maximum value is 10,000, with a default value of 20. Adjusting this parameter allows you to balance between computational efficiency and output quality.
sampler_name
The sampler_name parameter is a combo input that lets you select the specific sampler algorithm to be used. It offers various options, with "dpmpp_2m" as the default choice. The selection of a sampler can affect the style and characteristics of the generated output, allowing you to tailor the process to your artistic needs.
scheduler
The scheduler parameter is a combo input that determines the scheduling strategy for the sampling process. It provides different options, with "beta" as the default. The scheduler influences how the sampling steps are distributed over time, which can affect the convergence and stability of the output.
advanced_info
The advanced_info parameter is an optional input that allows you to provide additional advanced settings for the sampler. This input is designed for users who wish to fine-tune the sampling process beyond the basic parameters, offering greater control over the final output.
KSampler Info (No CFG) Output Parameters:
sampler_info
The sampler_info output provides a comprehensive summary of the sampler's configuration and settings. This output is crucial for understanding the parameters that were used during the sampling process, enabling you to document and replicate the results. It serves as a bridge to other nodes that require detailed sampler information, ensuring a seamless integration within your workflow.
KSampler Info (No CFG) Usage Tips:
- Use a consistent
seedvalue when you want to reproduce specific results across different sessions or projects. - Experiment with different
stepsvalues to find the optimal balance between output quality and processing time for your specific use case. - Explore various
sampler_nameoptions to discover different artistic styles and effects that each sampler can produce. - Adjust the
schedulersetting to see how different scheduling strategies impact the convergence and stability of your outputs.
KSampler Info (No CFG) Common Errors and Solutions:
Invalid seed value
- Explanation: The seed value provided is outside the acceptable range.
- Solution: Ensure the seed value is between 0 and 0xffffffffffffffff.
Steps value too high
- Explanation: The number of steps exceeds the maximum allowed limit.
- Solution: Reduce the steps value to be within the range of 1 to 10,000.
Unsupported sampler_name
- Explanation: The selected sampler name is not recognized or supported.
- Solution: Choose a sampler name from the available options provided in the node's settings.
Missing advanced_info
- Explanation: Advanced information is required but not provided.
- Solution: If advanced settings are necessary, ensure to provide the required advanced_info input; otherwise, leave it optional if not needed.
