zac commited on
Commit
e456736
1 Parent(s): ee38f82

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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