randomtable commited on
Commit
495ca59
·
verified ·
1 Parent(s): 69be369

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,4 +10,5 @@ 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
 
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
+ RUN cd /stable-diffusion-webui/extensions && git clone https://github.com/Coyote-A/ultimate-upscale-for-automatic1111
14
  ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen