Skip to content

Commit

Permalink
mgpu is working well but needs work on the logs all. The model locati…
Browse files Browse the repository at this point in the history
…on yaml file needs to be rethought. I think it is best to just keep that up to date on a repo and pull when new models get added. We have an issue with nested folders like checkpoints/SD15/LCM. This is causing a failure in vid2vid
  • Loading branch information
the-dusky committed Dec 22, 2024
1 parent 9f4bbf9 commit 2cfb910
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 45 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM pytorch/pytorch:latest AS start

RUN apt update && apt-get install -y \
git git-lfs rsync nginx wget curl nano net-tools lsof ffmpeg libsm6 libxext6 \
git git-lfs rsync nginx wget curl nano net-tools lsof nvtop ffmpeg libsm6 libxext6 \
cron sudo ssh zstd jq build-essential cmake ninja-build \
gcc g++ openssh-client libx11-dev libxrandr-dev libxinerama-dev \
libxcursor-dev libxi-dev libgl1-mesa-dev libglfw3-dev software-properties-common \
Expand Down Expand Up @@ -43,8 +43,9 @@ RUN pip install --upgrade pip && \

RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${COMFY_DIR} && \
cd ${COMFY_DIR} && \
pip uninstall onnxruntime && \
pip install --upgrade pip && \
pip install --upgrade onnxruntime-gpu mmengine opencv-python imgui-bundle && \
pip install --upgrade onnxruntime-gpu mmengine opencv-python imgui-bundle pyav && \
pip install -r requirements.txt

FROM middle AS shared
Expand Down
Loading

0 comments on commit 2cfb910

Please sign in to comment.