Nodes/Advanced Latent Control/TSampler (Latent Control)
ComfyUI Node

TSampler (Latent Control)

Uses the provided model, positive and negative conditioning to denoise the latent image.

By kuschanow·Created 2 years ago·Updated about a year ago· 23
TSampler (Latent Control)
  • model
  • positive
  • negative
  • latent_image
  • transform_optional
  • LATENT
seed0
steps20
cfg8.0
sampler_name
scheduler
denoise1.00
Categorymodel/sampling

Inputs (11)

NameTypeDefaultDescription
modelMODELThe model used for denoising the input latent.
seedINT00–18446744073709550000The random seed used for creating the noise.
stepsINT201–10000The number of steps used in the denoising process.
cfgFLOAT8.00–100The Classifier-Free Guidance scale balances creativity and adherence to the prompt. Higher values result in images more closely matching the prompt however too high values will negatively impact quality.
sampler_nameCOMBOThe algorithm used when sampling, this can affect the quality, speed, and style of the generated output.
schedulerCOMBOThe scheduler controls how noise is gradually removed to form the image.
positiveCONDITIONINGThe conditioning describing the attributes you want to include in the image.
negativeCONDITIONINGThe conditioning describing the attributes you want to exclude from the image.
latent_imageLATENTThe latent image to denoise.
denoiseFLOAT1.000–1The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling.
transform_optionaloptTRANSFORM

Outputs (1)

NameTypeDescription
LATENTLATENTThe denoised latent.