diff --git a/README.md b/README.md index 72bd29f9..79112e8f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ All the processing will happen on your local computer, it does not transmit your This project runs Stable Diffusion in a docker container behind the scenes, using Stable Diffusion's [official Docker image](https://replicate.com/stability-ai/stable-diffusion) on replicate.com. -![Screenshot of tool](shot1.jpeg?raw=true&v=2) +![Screenshot of tool](shot1.jpg?raw=true) # System Requirements 1. Requires `docker` and `python3.6` (or higher). For e.g. install using `sudo apt install docker.io` or `brew install --cask docker`. diff --git a/shot1.jpeg b/shot1.jpg similarity index 100% rename from shot1.jpeg rename to shot1.jpg