Skip to content

Commit

Permalink
git fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RageshAntonyHM committed Dec 26, 2023
1 parent 60a413d commit d876bb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN apt-get update --yes && \
rm -rf /var/lib/apt/lists/* && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen

RUN apt install git-lfs -y
RUN git-lfs install

RUN echo "base Packages installed "

# Set up Python and pip
Expand Down Expand Up @@ -100,7 +103,6 @@ RUN pip install opencv-python==4.7.0.72 gitpython segment_anything
RUN echo "GIT packs installed"

#download models
RUN git lfs install
RUN cd ComfyUI/models/controlnet && git clone https://huggingface.co/lllyasviel/ControlNet-v1-1
RUN cd ComfyUI/models && mkdir ipadapter && cd ipadapter && wget https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors
RUN cd ComfyUI/models/ipadapter && wget https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-full-face_sd15.safetensors
Expand Down

0 comments on commit d876bb2

Please sign in to comment.