zac commited on
Commit
7aa59c1
1 Parent(s): e456736

Update Dockerfile

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