Nodes/ComfyUI_StoryDiffusion/StoryDiffusion_KSampler
ComfyUI Node

StoryDiffusion_KSampler

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

By smthemex·Created 2 years ago·Updated 10 months ago· 513
StoryDiffusion_KSampler
  • model
  • positive
  • negative
  • condition
  • latent_image
  • LATENT
seed0
steps20
cfg8.0
sampler_name
scheduler
sa32_degree0.5
sa64_degree0.5
denoise1.00
CategoryStorydiffusion

Inputs (13)

NameTypeDefaultDescription
modelMODELThe model used for denoising the input latent.
seedINT00–2147483647The 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.
conditionDIFFINFOSwitch infer mode witch your chocie.
latent_imageLATENTThe latent image to denoise.
sa32_degreeFLOAT0.50–1
sa64_degreeFLOAT0.50–1
denoiseFLOAT1.000–1The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling.

Outputs (1)

NameTypeDescription
LATENTLATENTThe denoised latent.