This commit is contained in:
James Devine 2024-04-22 13:26:58 +02:00 committed by GitHub
parent 7abb18e25c
commit 3714f11afb

View file

@ -76,7 +76,7 @@ When it's finished loading, you will be able to access it via the web at http://
# Demo #2. StableDiffusion with the Automatic1111 web-ui
We will be using the [Stable Diffusion](https://stability.ai/stable-image) GenAI image generator.
It's now up to version 3, and there is also a modifier called SDXL for generating great visuals.
It's now up to version 3 which is much better, and there is also a version called SDXL for generating great visuals.
But we won't be using that today, just the very basic V1.5 model to get started.
sudo apt-get install wget python3 python3-venv libgl1 libglib2.0-0 -y