Skip to content

Commit 01758ab

Browse files
committed
All images force ComfyUI-Manager to use PIP instead of UV
#120
1 parent 2f98405 commit 01758ab

File tree

10 files changed

+66
-0
lines changed

10 files changed

+66
-0
lines changed

cpu/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
1919
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2020
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2121

22+
# Force ComfyUI-Manager to use PIP instead of UV
23+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
24+
25+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
26+
[default]
27+
use_uv = False
28+
EOF
29+
2230
# Performance
2331
gcs https://github.com/welltop-cn/ComfyUI-TeaCache.git
2432
gcs https://github.com/city96/ComfyUI-GGUF.git

cu126-megapak/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2121
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2222

23+
# Force ComfyUI-Manager to use PIP instead of UV
24+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
25+
26+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
27+
[default]
28+
use_uv = False
29+
EOF
30+
2331
# Performance
2432
gcs https://github.com/welltop-cn/ComfyUI-TeaCache.git
2533
gcs https://github.com/city96/ComfyUI-GGUF.git

cu126-slim/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2121
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2222

23+
# Force ComfyUI-Manager to use PIP instead of UV
24+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
25+
26+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
27+
[default]
28+
use_uv = False
29+
EOF
30+
2331
echo "########################################"
2432
echo "[INFO] Downloading Models..."
2533
echo "########################################"

cu128-megapak/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2121
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2222

23+
# Force ComfyUI-Manager to use PIP instead of UV
24+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
25+
26+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
27+
[default]
28+
use_uv = False
29+
EOF
30+
2331
# Performance
2432
gcs https://github.com/welltop-cn/ComfyUI-TeaCache.git
2533
gcs https://github.com/city96/ComfyUI-GGUF.git

cu128-slim/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2121
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2222

23+
# Force ComfyUI-Manager to use PIP instead of UV
24+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
25+
26+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
27+
[default]
28+
use_uv = False
29+
EOF
30+
2331
echo "########################################"
2432
echo "[INFO] Downloading Models..."
2533
echo "########################################"

cu130-slim/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2121
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2222

23+
# Force ComfyUI-Manager to use PIP instead of UV
24+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
25+
26+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
27+
[default]
28+
use_uv = False
29+
EOF
30+
2331
echo "########################################"
2432
echo "[INFO] Downloading Models..."
2533
echo "########################################"

rocm/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2121
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2222

23+
# Force ComfyUI-Manager to use PIP instead of UV
24+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
25+
26+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
27+
[default]
28+
use_uv = False
29+
EOF
30+
2331
# General
2432
gcs https://github.com/ltdrdata/was-node-suite-comfyui.git
2533
gcs https://github.com/chrisgoringe/cg-use-everywhere.git

xpu-cn/builder-scripts/preload-cache-cn.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
2727
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
2828
[default]
2929
channel_url = https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
30+
use_uv = False
3031
EOF
3132

3233
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/channels.list

xpu-cn/builder-scripts/preload-cache.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
3636
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
3737
[default]
3838
channel_url = https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
39+
use_uv = False
3940
EOF
4041

4142
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/channels.list

xpu/builder-scripts/preload-cache.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
1919
cd /default-comfyui-bundle/ComfyUI/custom_nodes
2020
gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
2121

22+
# Force ComfyUI-Manager to use PIP instead of UV
23+
mkdir -p /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager
24+
25+
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/default/ComfyUI-Manager/config.ini
26+
[default]
27+
use_uv = False
28+
EOF
29+
2230
# Performance
2331
gcs https://github.com/openvino-dev-samples/comfyui_openvino.git
2432
gcs https://github.com/welltop-cn/ComfyUI-TeaCache.git

0 commit comments

Comments
 (0)