Earngenix Logo
Skip to main content

Glossary · ComfyUI Basics

What Is a Sampler in ComfyUI?

By Earngenix Team ·

⚡ Quick Answer

A sampler is the algorithm ComfyUI's KSampler node uses to remove noise from a latent image, step by step, until a finished picture appears. Different samplers — euler, dpmpp_2m, and others — take different mathematical routes to get there, which changes speed, detail, and sometimes composition.

Every image ComfyUI generates starts as random noise. The sampler is what decides, at each step, exactly how that noise gets predicted and removed. Same prompt, same checkpoint, different sampler — and you can still end up with a noticeably different result.

Where You'll See It

The sampler_name dropdown sits inside the KSampler node, right next to scheduler. They're two separate settings that work as a pair — the sampler is the algorithm, the scheduler is the pacing that algorithm follows across your steps.

Quick Example

euler is fast and simple — a solid default for testing prompts quickly. dpmpp_2m is slower but often produces sharper, more refined detail. dpmpp_2m_sde adds a touch of extra texture and variation, even at the same seed.

Not every sampler works well with every scheduler. If your output suddenly looks muddy or broken after switching one of the two, revert the change and adjust them one at a time.

Frequently Asked Questions

euler or dpmpp_2m are safe, well-tested starting points for most checkpoints. Both are stable, widely documented, and work with common schedulers like normal or karras.

Yes. Some samplers (like euler) compute one pass per step, while others (like dpmpp_2m_sde) do more work per step. More accurate samplers are often slower.

At low step counts (under 15–20), yes — different samplers can produce noticeably different compositions. At higher step counts, results usually converge and look more similar.

See It In Action

Ready to run your first workflow?

Our text-to-image guide walks through every KSampler setting, including sampler and scheduler pairing.

Published: 2026-08-25 · Last updated: 2026-08-25

Discussion

Join the discussion

Sign in to leave a comment or reply

💬

No comments yet

Be the first to share your thoughts!