Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +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://
|
48 |
|
49 |
EXPOSE 7860
|
50 |
|
|
|
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://civitai.com/api/download/models/105157 /content/stable-diffusion-webui/models/Stable-diffusion/anything-v3-vae-swapped.ckpt
|
48 |
|
49 |
EXPOSE 7860
|
50 |
|