Spaces:
Runtime error
Runtime error
darkstorm2150
commited on
Commit
•
1f9287d
1
Parent(s):
42b12da
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -44,8 +44,7 @@ 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 |
-
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 |
|
|
|
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/darkstorm2150/OpenGen/resolve/main/OpenGen%20v1.0.safetensors /content/stable-diffusion-webui/models/Stable-diffusion/OpenGen%20v1.0.safetensors
|
|
|
48 |
|
49 |
EXPOSE 7860
|
50 |
|