Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Oct 13, 2024
1 parent 3a0bb92 commit 9b3274a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Binary file added jax-0.4.35.dev20241012+44cfbbe-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion packages/diffusion/comfyui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git && \
RUN cd /opt/ComfyUI/custom_nodes && \
git clone --recursive https://github.com/ltdrdata/ComfyUI-Manager.git && \
git clone https://github.com/discus0434/comfyui-flux-accelerator.git && \
cd comfyui-flux-accelerator && \
chmod +x scripts/download_taef1.sh && \
bash /scripts/download_taef1.sh
bash /scripts/download_taef1.sh && \
cd /opt/ComfyUI/

WORKDIR /opt/ComfyUI/

RUN pip3 install --no-cache-dir torchao triton xformers
Expand Down

0 comments on commit 9b3274a

Please sign in to comment.