From a88b9f4d2deb55f12a49e98193d642301e247f42 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 24 Aug 2022 02:19:20 +0530 Subject: [PATCH] Update screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b47a2c78..72bd29f9 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) +![Screenshot of tool](shot1.jpeg?raw=true&v=2) # 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`.