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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -106,10 +106,10 @@ COPY ./badhandv4.pt ./models/embedding/badhandv4.pt
106
 
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
 
 
106
 
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