Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -107,8 +107,9 @@ 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.git ./models/controlnet
|
111 |
|
|
|
112 |
|
113 |
|
114 |
|
|
|
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 |
+
# CMD ["git lfs install", "git clone https://huggingface.co/lllyasviel/sd_control_collection.git ./models/controlnet/"]
|
113 |
|
114 |
|
115 |
|