Spaces:
Running
on
A10G
Running
on
A10G
darkstorm2150
commited on
Commit
•
e50f3e1
1
Parent(s):
13a615c
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -44,8 +44,9 @@ RUN rm -rfv /content/stable-diffusion-webui/scripts/
|
|
44 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/shared-config.json /content/shared-config.json
|
45 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/shared-ui-config.json /content/shared-ui-config.json
|
46 |
|
47 |
-
ADD --chown=user https://huggingface.co/
|
|
|
48 |
|
49 |
EXPOSE 7860
|
50 |
|
51 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file /content/shared-ui-config.json --ui-settings-file /content/shared-config.json
|
|
|
44 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/shared-config.json /content/shared-config.json
|
45 |
ADD --chown=user https://github.com/camenduru/webui-docker/raw/main/shared-ui-config.json /content/shared-ui-config.json
|
46 |
|
47 |
+
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
|
48 |
+
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
|
49 |
|
50 |
EXPOSE 7860
|
51 |
|
52 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file /content/shared-ui-config.json --ui-settings-file /content/shared-config.json
|