by Anita Kirkovska | Join my Newsletter | Updated 22 Feb 2023
With Stable Diffusion & DreamBooth, you can now create your AI-avatars using your own images.
- Stable Diffusion is a text-to-image AI model that lets you generate images from text.
- Dreambooth is a technique that gets you to “teach” Stable Diffusion to generate augmented images from your photos.
In this tutorial I’ll show you how to generate your own AI-avatars with Google Colab, which is like Google Docs but for executing python code in your browser.
Don't worry, you won't have to code; you will just run some code.
That’s it. Let’s get to it
💪🏻 Training a new model in 10 steps (~1hour 15 mins)
- Step 1 → Open the Google Colab document
- Step 2 → Enable GPU power (<1min)
- Step 3 → Connect your Google Drive with the Colab document (<1min)
- Step 4 → Set up your environment (<1min)
- Step 5 → Download Stable Diffusion (<5min)
- Step 6 → Set up DreamBooth (<5min)
- Step 7 → Upload your images (<5min)