There are many ways to fine-tune stable diffusion to your specific styles or images. This time we run it locally on a Windows machine using smy20011 / dreambooth-gui (link).
In our previous posts, we wrote how to do the same using third-party services like astria.ai (post link) or how to run it on a rented cloud GPU (post link).
Installation
Installing Docker
The first step is to install one of the two prerequisites, called Docker.
Go to docker.com and click “Download Docker Desktop”.
Once downloaded, run it, click ok, and wait.
Once finished, click close, and the first step is done.
Installing WSL (Windows Subsystem for Linux)
The second prerequisite is WSL2.
Run CMD as admin by clicking the Windows icon, typing CMD, right-clicking on the icon, and selecting “Run as Administrator. A black window will pop up.
In the window, type “wsl --install”, hit enter, and wait.
Launching Docker
Launch the Docker we just installed and click accept.
At this point, it’s common to encounter an error. Here is a fix if you see it: