From c12f662b652a81ffda349e70c8f7ed00a4bd763d Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Tue, 12 Nov 2024 16:11:45 +0100 Subject: . --- Stable Diffusion Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stable Diffusion Docker.md') diff --git a/Stable Diffusion Docker.md b/Stable Diffusion Docker.md index 62ac4ff..521f654 100644 --- a/Stable Diffusion Docker.md +++ b/Stable Diffusion Docker.md @@ -7,6 +7,6 @@ 1. Identify exited container: `docker container ls -a`. 2. Restart the container: `docker container restart `. 3. Attach to it with bash: `docker exec -it bash`. -3. Cd into the `stable-diffusion-webui` folder. +3. Cd into the `stable-diffusion-webui-gfx803` folder, if you are not already in it. 4. Source the venv: `source venv/bin/activate`. 5. Launch the main script: `python launch.py --precision full --no-half`. -- cgit v1.2.1