Skip to content

Commit

Permalink
fix bugs for 'comfy3d-pt25'
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 16, 2024
1 parent 2d3c6e1 commit 4ffc0fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions comfy3d-pt25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ x265 \
google-noto-sans-fonts \
google-noto-sans-cjk-fonts \
google-noto-coloremoji-fonts \
unzip 7zip \
&& zypper remove --no-confirm libQt5Core5 # Temp fix for PyMeshLab

################################################################################
Expand Down
5 changes: 2 additions & 3 deletions comfy3d-pt25/runner-scripts/build-deps.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euo pipefail
set -eo pipefail

echo "########################################"
echo "[INFO] Building Dependencies for 3D-Pack..."
Expand All @@ -24,8 +24,7 @@ aria2c \
unzip -q /tmp/Comfy3D_Pre_Builds-main.zip -d /tmp ;
rm /tmp/Comfy3D_Pre_Builds-main.zip ;

cd /tmp/Comfy3D_Pre_Builds-main/_Libs
for D in *; do
for D in /tmp/Comfy3D_Pre_Builds-main/_Libs/*; do
if [ -d "${D}" ] ; then
pip install --force-reinstall "${D}"
fi
Expand Down

0 comments on commit 4ffc0fa

Please sign in to comment.