Process

Stable Diffusion Animation for Characters with ControlNet

Since we’ve seen how to make a consistent character, we can now try animating them. I said this was an area I wanted to delve into in my follow up to the consistent character post. I had a lot of fun animating stable diffusion characters, as you can see below in these stable diffusion animations. Results The Flow I made a script that would work with ControlNet. This script does several things. First it takes…

Continue reading

Process

Unity Integration for Stable Diffusion & ChatGPT for AI Image + Speech Generation

There are other tools out there that allow the integration of Stable Diffusion, ChatGPT, and Text to Speech (TTS) into Unity, but this guide is intended to make integrating them all very simple. The below script doesn’t have the best coding practices, but it is an easy place to start with Unity AI integrations. Start By Getting All the Service Keys You of course will have to get your own keys from each service: Get…

Continue reading

Process

Guide: What Denoising Strength Does and How to Use It in Stable Diffusion

When doing research to write my Ultimate Guide to All Inpaint Settings, I noticed there is quite a lot of misinformation and confusion over what denoising strength actually does. To help clear things up, I’ve put together these visual aids to help people understand what Stable Diffusion does for different Denoising Strength values, and how you can use it to get the AI generated images you want. What is Denoising Strength? When a user asks…

Continue reading

Process

Tutorial: How to Set Up ControlNet in Stable Diffusion Web UI

So maybe you’ve heard about ControlNet, or maybe you haven’t but have seen some of the truly amazing images that it has been able to achieve, but what is it? How can you set up ControlNet and start using it yourself in Stable Diffusion? Well luckily this guide is here to help you get started! What is ControlNet and why use it? ControlNet takes the standard img2img tool in Stable Diffusion and ratchets it up…

Continue reading