ComfyUI Node
StoryDiffusion_KSampler
Uses the provided model, positive and negative conditioning to denoise the latent image.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model used for denoising the input latent. | |
| seed | INT | 00–2147483647 | The random seed used for creating the noise. |
| steps | INT | 201–10000 | The number of steps used in the denoising process. |
| cfg | FLOAT | 8.00–100 | The 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_name | COMBO | The algorithm used when sampling, this can affect the quality, speed, and style of the generated output. | |
| scheduler | COMBO | The scheduler controls how noise is gradually removed to form the image. | |
| positive | CONDITIONING | The conditioning describing the attributes you want to include in the image. | |
| negative | CONDITIONING | The conditioning describing the attributes you want to exclude from the image. | |
| condition | DIFFINFO | Switch infer mode witch your chocie. | |
| latent_image | LATENT | The latent image to denoise. | |
| sa32_degree | FLOAT | 0.50–1 | — |
| sa64_degree | FLOAT | 0.50–1 | — |
| denoise | FLOAT | 1.000–1 | The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | The denoised latent. |