Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -107,7 +107,7 @@ COPY ./badhandv4.pt ./models/embedding/badhandv4.pt
|
|
107 |
# T2I-Adapter
|
108 |
|
109 |
RUN git lfs install
|
110 |
-
RUN git clone https://huggingface.co/lllyasviel/sd_control_collection ./models/controlnet/
|
111 |
|
112 |
|
113 |
|
|
|
107 |
# T2I-Adapter
|
108 |
|
109 |
RUN git lfs install
|
110 |
+
RUN git clone https://huggingface.co/lllyasviel/sd_control_collection.git ./models/controlnet/
|
111 |
|
112 |
|
113 |
|