aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Stable Diffusion Docker.md2
1 files changed, 1 insertions, 1 deletions
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 <container-id>`.
3. Attach to it with bash: `docker exec -it <container-id> 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`.