From 44abb5015397fb6b81624a6379ac3953a6971a75 Mon Sep 17 00:00:00 2001 From: lumir-mrkva Date: Thu, 25 Aug 2022 19:59:03 +0200 Subject: [PATCH] use HTTPS for repo clone instead --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fccedc4a..bfe8a5d6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ All the processing will happen on your local computer, it does not transmit your **Important:** If you're using Windows, please install docker inside your [WSL](https://docs.microsoft.com/en-us/windows/wsl/install)'s Linux. Install docker for the Linux distro in your WSL. **Don't install Docker for Windows.** # Installation -1. Clone this repository: `git clone git@github.com:cmdr2/stable-diffusion-ui.git` or [download the zip file](https://github.com/cmdr2/stable-diffusion-ui/archive/refs/heads/main.zip) and unzip. +1. Clone this repository: `git clone https://github.com/cmdr2/stable-diffusion-ui.git` or [download the zip file](https://github.com/cmdr2/stable-diffusion-ui/archive/refs/heads/main.zip) and unzip. 2. Open your terminal, and in the project directory run: `docker-compose up &` (warning: this will take some time during the first run, since it'll download Stable Diffusion's [docker image](https://replicate.com/stability-ai/stable-diffusion), nearly 17 GiB) 3. Open http://localhost:8000 in your browser. That's it! @@ -63,4 +63,4 @@ Also, please feel free to submit a pull request, if you have any code contributi # Disclaimer The authors of this project are not responsible for any content generated using this interface. -This license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please read [the license](LICENSE). \ No newline at end of file +This license of this software forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please read [the license](LICENSE).