Skip to main content

Automatic to Comfy: Intro

AlexiMonke

Whether you're reading this guide as a complete newbie to AI Imagine Generation, or trying to make the transition from Automatic1111 WebUI, it's awesome you're giving ComfyUI a shot!

This guide's going to act as the basic how-to guide for setting up ComfyUI to do exactly what the typically seen as "standard" webUI can.

Keep in mind that as you go through this guide, it's to help act as the baby-step for getting into ComfyUI. There may be better ways to do things, but this is intended to help you reach the bare basics


Basic txt2img

Nodes you'll need:
• Load Checkpoint
• Clip Text Encode (Prompt) x 2
• Empty Latent Image
• Sampler
• VAE Decode
• Save Image


Basic img2img

Nodes you'll need:
• Load Checkpoint
• Clip Text Encode (Prompt) x 2
• Load Image
• VAE Encode
• Sampler
• VAE Decode
• Save Image


I've arranged these workflows to be a bit more spaced out so you can get an idea for where everything connects. But by no means does yours workflow need to look exactly like this.