How To Turn Yourself Into Pixar Character Using Stable Diffusion AI
3 min readOct 23, 2022
Whether you want to be the next Woody, the next Buzz Lightyear, or turn your fish into the next Nemo, Stable Diffusion can make it happen. With this latent text-to-image diffusion model, you can turn yourself into any Pixar character's look with just a simple text prompt.
In this article, I’m going to show you how you can run Stable Diffusion on your local PC and perform fun experiments with the AI model completely free.
What You’ll Need
- Nvidia GPU with at least 4GB of VRAM
- Stable Diffusion Web UI — Download the project from GitHub
- Stable Diffusion v1.5 checkpoint file — Download from Hugging Face
- A portrait photo of you
Setup The Environment
- Extract the downloaded Stable Diffusion project file to your local disk. The file list should look like this.
2. Rename the checkpoint file to “model.ckpt” and paste it inside the models\Stable-diffusion folder.