aboutsummaryrefslogtreecommitdiff
path: root/Stable Diffusion Docker.md
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2024-11-12 16:11:45 +0100
committerLeonard Kugis <leonard@kug.is>2024-11-12 16:11:45 +0100
commitc12f662b652a81ffda349e70c8f7ed00a4bd763d (patch)
tree734e59a856ebf71d7834d28d6b6b5927464106a2 /Stable Diffusion Docker.md
parentbc1674f316dab96bd944a7a46a8b9d014466732c (diff)
Diffstat (limited to 'Stable Diffusion Docker.md')
-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`.