Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,5 +9,5 @@ RUN apt install git-lfs
|
|
| 9 |
USER toor
|
| 10 |
RUN cd /stable-diffusion-webui/extensions && git clone https://github.com/Mikubill/sd-webui-controlnet.git
|
| 11 |
RUN mkdir /stable-diffusion-webui/models/ControlNet
|
| 12 |
-
RUN
|
| 13 |
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|
|
|
|
| 9 |
USER toor
|
| 10 |
RUN cd /stable-diffusion-webui/extensions && git clone https://github.com/Mikubill/sd-webui-controlnet.git
|
| 11 |
RUN mkdir /stable-diffusion-webui/models/ControlNet
|
| 12 |
+
RUN cd /stable-diffusion-webui/models/ControlNet && git clone https://huggingface.co/lllyasviel/ControlNet-v1-1
|
| 13 |
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|