Spaces:
Paused
Paused
added controlnet
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -64,4 +64,9 @@ ENV COMMANDLINE_ARGS=--api
|
|
64 |
|
65 |
# # CMD python webui.py --api --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
RUN ./webui.sh --opt-sdp-no-mem-attention --no-half-vae --opt-channelslast --api
|
|
|
64 |
|
65 |
# # CMD python webui.py --api --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
|
66 |
|
67 |
+
|
68 |
+
RUN git clone https://github.com/Mikubill/sd-webui-controlnet.git /stable-diffusion-webui/stable-diffusion-webui/extensions/controlnet
|
69 |
+
RUN git clone https://huggingface.co/lllyasviel/ControlNet-v1-1 /stable-diffusion-webui/stable-diffusion-webui/extensions/controlnet/models/tree
|
70 |
+
RUN mv -f /stable-diffusion-webui/stable-diffusion-webui/extensions/controlnet/models/tree/* /stable-diffusion-webui/stable-diffusion-webui/extensions/controlnet/models
|
71 |
+
|
72 |
RUN ./webui.sh --opt-sdp-no-mem-attention --no-half-vae --opt-channelslast --api
|