I have a previous workflow for creating text effect images with ControlNet. It works well but takes quite some work. With the advance in Stable Diffusion, you can now generate text effects directly with text-to-image! Here are a few samples. You will get a downloadable ComfyUI workflow with a step-by-step guide to use it. You…
Blog
How to install SD Forge
Stable Diffusion WebUI Forge (SD Forge) is an alternative version of Stable Diffusion WebUI that features faster image generation for low-VRAM GPUs, among other improvements. This tutorial is for installing SD Forge, an advanced GUI for Stable Diffusion. Check out the Quick Start Guide and consider taking the Stable Diffusion Courses if you are new to Stable Diffusion. This…
Behind a fabric
A Redditor recently asked how to create an image of a person behind a fabric. This can be easily done with ControlNet. The images look like these: You can lay out the fabric any way you want. In this article, you will get:
How to use InstantID to copy faces
Looking for a way to put someone in Stable Diffusion? InstantID is a Stable Diffusion addon for copying a face and add style. No model-training is required! Below is an example. In this post, I will cover: Table of ContentsWhat is InstantID?Alternative to InstantIDUsing InstantID in AUTOMATIC1111Software setupInstall ControlNet ExtensionUpdating the ControlNet extensionInstall InstantID modelsHow…
Add film grain and vignette to images (ComfyUI)
Do you want your AI images to look realistic? This ComfyUI workflow adds film grains and vignettes to an upscaled photo. It includes detailed instructions to control the amount of film grains and vignettes added. This ComfyUI workflow does the following: You must be a member of this site to download the JSON workflow. Table…
Golden animal bracelet
This is a beginner’s workflow for creating a luxury bracelet with animal crafting in AUTOMATIC1111. You should be able to use this workflow on other AI generator support inpainting. The images look like these:
IP-Adapters: All you need to know
IP-adapter (Image Prompt adapter) is a Stable Diffusion add-on for using images as prompts, similar to Midjourney and DaLLE 3. You can use it to copy the style, composition, or a face in the reference image. The post will cover: Table of ContentsIP-adapter modelsThe Original IP-adapterIP adapter PlusIP-Adapter Plus FaceIP-Adapter SDXLIP-Adapter Plus SDXLIP-Adapter Plus Face…
Instant LoRA workflow (ComfyUI)
We can put a face in Stable Diffusion using LoRA and dreambooth checkpoint models. But both require training a new model, which can be time-consuming. What if you can inject a face instantly at sampling without training? This ComfyUI workflow copies the face of a person from input images. It can be used like a…
What is CFG Scale in Stable Diffusion?
The Classifier-Free Guidance (CFG) scale controls how closely a prompt should be followed during sampling in Stable Diffusion. It is a setting available in nearly all Stable Diffusion AI image generators. This post will teach you everything about the CFG scale in Stable Diffusion. Table of ContentsWhat does the CFG scale do?CFG scale for LCM…
What is denoising strength?
Denoising strength determines how much noise is added to an image before the sampling steps. It is a common setting in image-to-image applications in Stable Diffusion. The value of denoising strength ranges from 0 to 1. 0 means no noise is added to the input image. 1 means the input image is completely replaced with…