Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > Sage Utils > KSampler Info

ComfyUI Node: KSampler Info

Class Name

Sage_SamplerInfo

Category
Sage Utils/sampler
Author
arcum42 (Account age: 6442days)
Extension
Sage Utils
Latest Updated
2026-05-17
Github Stars
0.03K

How to Install Sage Utils

Install this extension via the ComfyUI Manager by searching for Sage Utils
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Sage Utils in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

KSampler Info Description

Gathers and provides metadata on sampler settings for AI art, aiding documentation and reproducibility.

KSampler Info:

The Sage_SamplerInfo node is designed to gather and provide essential information about the sampler settings used in AI art generation processes. This node plays a crucial role in capturing metadata related to the sampling process, which is vital for both documentation and reproducibility of results. By collecting details such as the sampler type, scheduler, number of steps, and configuration settings, it ensures that you have a comprehensive understanding of the parameters influencing the output. This node is particularly beneficial for artists and developers who need to maintain consistency across different runs or share their settings with others. Its primary function is to serve as a bridge between the sampler settings and other nodes that require this metadata, such as the Construct Metadata node and the KSampler with Sampler Info node.

KSampler Info Input Parameters:

seed

The seed parameter is an integer that initializes the random number generator used in the sampling process. It plays a critical role in ensuring the reproducibility of results, as using the same seed will produce the same output given the same settings. The minimum value is 0, and the maximum value is 0xffffffffffffffff, with a default value of 0.

steps

The steps parameter determines 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 10000, with a default value of 20.

cfg

The cfg (configuration) parameter is a floating-point value that influences the strength of the guidance applied during sampling. It affects how closely the output adheres to the input conditions or prompts. The minimum value is 0.0, the maximum value is 100.0, with a default value of 5.5, and it can be adjusted in increments of 0.1.

sampler_name

The sampler_name parameter is a selection from a predefined list of available samplers. It specifies the algorithm used for sampling, which can affect the style and characteristics of the output. The default option is "dpmpp_2m".

scheduler

The scheduler parameter allows you to choose from a list of available scheduling algorithms. It determines the order and timing of the sampling steps, which can influence the dynamics of the generation process. The default option is "beta".

advanced_info

The advanced_info parameter is an optional input that accepts advanced sampler settings. It provides additional metadata that can be used to fine-tune the sampling process beyond the basic parameters.

KSampler Info Output Parameters:

sampler_info

The sampler_info output is a dictionary containing metadata about the sampler settings. This includes key information such as the sampler type, scheduler, number of steps, configuration settings, and seed. This output is crucial for documenting the sampling process and ensuring that the settings can be replicated or shared with others.

KSampler Info Usage Tips:

  • To ensure reproducibility of your art generation, always note the seed value used, as it allows you to recreate the same output under identical conditions.
  • Experiment with different cfg values to find the right balance between adherence to input prompts and creative variation in the output.
  • Use the advanced_info parameter to explore additional settings that might enhance the quality or style of your generated art.

KSampler Info 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 out of range

  • Explanation: The number of steps specified is either too low or exceeds the maximum allowed.
  • Solution: Adjust the steps to be within the range of 1 to 10000.

Unsupported sampler_name

  • Explanation: The sampler name provided is not recognized or supported.
  • Solution: Choose a sampler name from the list of available options.

Invalid cfg value

  • Explanation: The cfg value is outside the permissible range or not a valid float.
  • Solution: Ensure the cfg value is a float between 0.0 and 100.0, and adjust in increments of 0.1 if necessary.

KSampler Info Related Nodes

Go back to the extension to check out more related nodes.
Sage Utils
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

KSampler Info