Deadwalker0
commited on
Commit
•
7201b33
1
Parent(s):
b2dc799
Update Dockerfile.Private.A10G
Browse files- Dockerfile.Private.A10G +1 -0
Dockerfile.Private.A10G
CHANGED
@@ -43,6 +43,7 @@ COPY --chown=user ui-config.json /content/ui-config.json
|
|
43 |
|
44 |
ADD --chown=user https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/anything-v4.5-pruned.ckpt
|
45 |
ADD --chown=user https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0.vae.pt /content/stable-diffusion-webui/models/Stable-diffusion/anything-v4.5-pruned.vae.pt
|
|
|
46 |
|
47 |
EXPOSE 7860
|
48 |
|
|
|
43 |
|
44 |
ADD --chown=user https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.5-pruned.ckpt /content/stable-diffusion-webui/models/Stable-diffusion/anything-v4.5-pruned.ckpt
|
45 |
ADD --chown=user https://huggingface.co/andite/anything-v4.0/resolve/main/anything-v4.0.vae.pt /content/stable-diffusion-webui/models/Stable-diffusion/anything-v4.5-pruned.vae.pt
|
46 |
+
ADD --chown=user https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned.ckpt
|
47 |
|
48 |
EXPOSE 7860
|
49 |
|