Skip to content

Commit 7a5fc3b

Browse files
committed
{xpu-cn} Update gh-proxy URL
1 parent d57f82f commit 7a5fc3b

File tree

5 files changed

+80
-80
lines changed

5 files changed

+80
-80
lines changed

xpu-cn/builder-scripts/generate-pak5.sh

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@ set -eu
44
echo '#' > pak5.txt
55

66
array=(
7-
https://gh-proxy.com/https://github.com/comfyanonymous/ComfyUI/raw/refs/heads/master/requirements.txt
8-
https://gh-proxy.com/https://github.com/Comfy-Org/ComfyUI-Manager/raw/refs/heads/main/requirements.txt
7+
https://gh-proxy.org/https://github.com/comfyanonymous/ComfyUI/raw/refs/heads/master/requirements.txt
8+
https://gh-proxy.org/https://github.com/Comfy-Org/ComfyUI-Manager/raw/refs/heads/main/requirements.txt
99
# 性能
10-
https://gh-proxy.com/https://github.com/openvino-dev-samples/comfyui_openvino/raw/refs/heads/main/requirements.txt
11-
https://gh-proxy.com/https://github.com/welltop-cn/ComfyUI-TeaCache/raw/refs/heads/main/requirements.txt
12-
https://gh-proxy.com/https://github.com/city96/ComfyUI-GGUF/raw/refs/heads/main/requirements.txt
10+
https://gh-proxy.org/https://github.com/openvino-dev-samples/comfyui_openvino/raw/refs/heads/main/requirements.txt
11+
https://gh-proxy.org/https://github.com/welltop-cn/ComfyUI-TeaCache/raw/refs/heads/main/requirements.txt
12+
https://gh-proxy.org/https://github.com/city96/ComfyUI-GGUF/raw/refs/heads/main/requirements.txt
1313
# 工作空间
14-
https://gh-proxy.com/https://github.com/crystian/ComfyUI-Crystools/raw/refs/heads/main/requirements.txt
14+
https://gh-proxy.org/https://github.com/crystian/ComfyUI-Crystools/raw/refs/heads/main/requirements.txt
1515
# 综合
16-
https://gh-proxy.com/https://github.com/ltdrdata/was-node-suite-comfyui/raw/refs/heads/main/requirements.txt
17-
https://gh-proxy.com/https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
18-
https://gh-proxy.com/https://github.com/jags111/efficiency-nodes-comfyui/raw/refs/heads/main/requirements.txt
19-
https://gh-proxy.com/https://github.com/yolain/ComfyUI-Easy-Use/raw/refs/heads/main/requirements.txt
16+
https://gh-proxy.org/https://github.com/ltdrdata/was-node-suite-comfyui/raw/refs/heads/main/requirements.txt
17+
https://gh-proxy.org/https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
18+
https://gh-proxy.org/https://github.com/jags111/efficiency-nodes-comfyui/raw/refs/heads/main/requirements.txt
19+
https://gh-proxy.org/https://github.com/yolain/ComfyUI-Easy-Use/raw/refs/heads/main/requirements.txt
2020
# 控制
21-
https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Impact-Pack/raw/refs/heads/Main/requirements.txt
22-
https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Impact-Subpack/raw/refs/heads/main/requirements.txt
23-
https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Inspire-Pack/raw/refs/heads/main/requirements.txt
24-
https://gh-proxy.com/https://github.com/Fannovel16/comfyui_controlnet_aux/raw/refs/heads/main/requirements.txt
25-
https://gh-proxy.com/https://github.com/Gourieff/ComfyUI-ReActor/raw/refs/heads/main/requirements.txt
26-
https://gh-proxy.com/https://github.com/huchenlei/ComfyUI-layerdiffuse/raw/refs/heads/main/requirements.txt
27-
https://gh-proxy.com/https://github.com/kijai/ComfyUI-Florence2/raw/refs/heads/main/requirements.txt
21+
https://gh-proxy.org/https://github.com/ltdrdata/ComfyUI-Impact-Pack/raw/refs/heads/Main/requirements.txt
22+
https://gh-proxy.org/https://github.com/ltdrdata/ComfyUI-Impact-Subpack/raw/refs/heads/main/requirements.txt
23+
https://gh-proxy.org/https://github.com/ltdrdata/ComfyUI-Inspire-Pack/raw/refs/heads/main/requirements.txt
24+
https://gh-proxy.org/https://github.com/Fannovel16/comfyui_controlnet_aux/raw/refs/heads/main/requirements.txt
25+
https://gh-proxy.org/https://github.com/Gourieff/ComfyUI-ReActor/raw/refs/heads/main/requirements.txt
26+
https://gh-proxy.org/https://github.com/huchenlei/ComfyUI-layerdiffuse/raw/refs/heads/main/requirements.txt
27+
https://gh-proxy.org/https://github.com/kijai/ComfyUI-Florence2/raw/refs/heads/main/requirements.txt
2828
# 视频
29-
https://gh-proxy.com/https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/raw/refs/heads/main/requirements.txt
30-
https://gh-proxy.com/https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/raw/refs/heads/main/requirements-no-cupy.txt
31-
https://gh-proxy.com/https://github.com/melMass/comfy_mtb/raw/refs/heads/main/requirements.txt
29+
https://gh-proxy.org/https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/raw/refs/heads/main/requirements.txt
30+
https://gh-proxy.org/https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/raw/refs/heads/main/requirements-no-cupy.txt
31+
https://gh-proxy.org/https://github.com/melMass/comfy_mtb/raw/refs/heads/main/requirements.txt
3232
# 待删除
33-
https://gh-proxy.com/https://github.com/cubiq/ComfyUI_essentials/raw/refs/heads/main/requirements.txt
33+
https://gh-proxy.org/https://github.com/cubiq/ComfyUI_essentials/raw/refs/heads/main/requirements.txt
3434
)
3535

3636
for line in "${array[@]}";

xpu-cn/builder-scripts/pak7-cn.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dlib
22
facexlib
33
insightface
4-
git+https://gh-proxy.com/https://github.com/facebookresearch/sam2.git
5-
git+https://gh-proxy.com/https://github.com/ltdrdata/cstr.git
6-
git+https://gh-proxy.com/https://github.com/ltdrdata/ffmpy.git
7-
git+https://gh-proxy.com/https://github.com/ltdrdata/img2texture.git
4+
git+https://gh-proxy.org/https://github.com/facebookresearch/sam2.git
5+
git+https://gh-proxy.org/https://github.com/ltdrdata/cstr.git
6+
git+https://gh-proxy.org/https://github.com/ltdrdata/ffmpy.git
7+
git+https://gh-proxy.org/https://github.com/ltdrdata/img2texture.git

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

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -12,84 +12,84 @@ echo "[INFO] 下载 ComfyUI & Manager..."
1212
echo "########################################"
1313

1414
cd /default-comfyui-bundle
15-
git clone 'https://gh-proxy.com/https://github.com/comfyanonymous/ComfyUI.git'
15+
git clone 'https://gh-proxy.org/https://github.com/comfyanonymous/ComfyUI.git'
1616
cd /default-comfyui-bundle/ComfyUI
1717
# 使用稳定版 ComfyUI(GitHub 上有发布标签)
1818
git reset --hard "$(git tag | grep -e '^v' | sort -V | tail -1)"
1919

2020
cd /default-comfyui-bundle/ComfyUI/custom_nodes
21-
gcs 'https://gh-proxy.com/https://github.com/Comfy-Org/ComfyUI-Manager.git'
21+
gcs 'https://gh-proxy.org/https://github.com/Comfy-Org/ComfyUI-Manager.git'
2222

2323
# 使用镜像站点替换 ComfyUI-Manager 默认仓库地址,避免卡 UI
2424
# 治标但不治本,使用 Manager 全部功能仍需挂代理或魔改
2525
mkdir -p /default-comfyui-bundle/ComfyUI/user/__manager
2626

2727
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/__manager/config.ini
2828
[default]
29-
channel_url = https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
29+
channel_url = https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
3030
use_uv = False
3131
EOF
3232

3333
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/__manager/channels.list
34-
default::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
35-
recent::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
36-
legacy::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
37-
forked::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked
38-
dev::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/dev
39-
tutorial::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/tutorial
34+
default::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
35+
recent::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
36+
legacy::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
37+
forked::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked
38+
dev::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/dev
39+
tutorial::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/tutorial
4040
EOF
4141

4242
echo "########################################"
4343
echo "[INFO] 下载扩展组件(自定义节点)……"
4444
echo "########################################"
4545

4646
# 性能
47-
gcs https://gh-proxy.com/https://github.com/openvino-dev-samples/comfyui_openvino.git
48-
gcs https://gh-proxy.com/https://github.com/welltop-cn/ComfyUI-TeaCache.git
49-
gcs https://gh-proxy.com/https://github.com/city96/ComfyUI-GGUF.git
47+
gcs https://gh-proxy.org/https://github.com/openvino-dev-samples/comfyui_openvino.git
48+
gcs https://gh-proxy.org/https://github.com/welltop-cn/ComfyUI-TeaCache.git
49+
gcs https://gh-proxy.org/https://github.com/city96/ComfyUI-GGUF.git
5050

5151
# 工作空间
52-
gcs https://gh-proxy.com/https://github.com/crystian/ComfyUI-Crystools.git
52+
gcs https://gh-proxy.org/https://github.com/crystian/ComfyUI-Crystools.git
5353

5454
# 综合
55-
gcs https://gh-proxy.com/https://github.com/ltdrdata/was-node-suite-comfyui.git
56-
gcs https://gh-proxy.com/https://github.com/kijai/ComfyUI-KJNodes.git
57-
gcs https://gh-proxy.com/https://github.com/bash-j/mikey_nodes.git
58-
gcs https://gh-proxy.com/https://github.com/chrisgoringe/cg-use-everywhere.git
59-
gcs https://gh-proxy.com/https://github.com/jags111/efficiency-nodes-comfyui.git
60-
gcs https://gh-proxy.com/https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git
61-
gcs https://gh-proxy.com/https://github.com/rgthree/rgthree-comfy.git
62-
gcs https://gh-proxy.com/https://github.com/shiimizu/ComfyUI_smZNodes.git
55+
gcs https://gh-proxy.org/https://github.com/ltdrdata/was-node-suite-comfyui.git
56+
gcs https://gh-proxy.org/https://github.com/kijai/ComfyUI-KJNodes.git
57+
gcs https://gh-proxy.org/https://github.com/bash-j/mikey_nodes.git
58+
gcs https://gh-proxy.org/https://github.com/chrisgoringe/cg-use-everywhere.git
59+
gcs https://gh-proxy.org/https://github.com/jags111/efficiency-nodes-comfyui.git
60+
gcs https://gh-proxy.org/https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git
61+
gcs https://gh-proxy.org/https://github.com/rgthree/rgthree-comfy.git
62+
gcs https://gh-proxy.org/https://github.com/shiimizu/ComfyUI_smZNodes.git
6363

6464
# 控制
65-
gcs https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
66-
gcs https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Impact-Subpack.git
67-
gcs https://gh-proxy.com/https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git
68-
gcs https://gh-proxy.com/https://github.com/Fannovel16/comfyui_controlnet_aux.git
69-
gcs https://gh-proxy.com/https://github.com/florestefano1975/comfyui-portrait-master.git
70-
gcs https://gh-proxy.com/https://github.com/Gourieff/ComfyUI-ReActor.git
71-
gcs https://gh-proxy.com/https://github.com/huchenlei/ComfyUI-layerdiffuse.git
72-
gcs https://gh-proxy.com/https://github.com/kijai/ComfyUI-Florence2.git
73-
gcs https://gh-proxy.com/https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
74-
gcs https://gh-proxy.com/https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git
75-
gcs https://gh-proxy.com/https://github.com/twri/sdxl_prompt_styler.git
65+
gcs https://gh-proxy.org/https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
66+
gcs https://gh-proxy.org/https://github.com/ltdrdata/ComfyUI-Impact-Subpack.git
67+
gcs https://gh-proxy.org/https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git
68+
gcs https://gh-proxy.org/https://github.com/Fannovel16/comfyui_controlnet_aux.git
69+
gcs https://gh-proxy.org/https://github.com/florestefano1975/comfyui-portrait-master.git
70+
gcs https://gh-proxy.org/https://github.com/Gourieff/ComfyUI-ReActor.git
71+
gcs https://gh-proxy.org/https://github.com/huchenlei/ComfyUI-layerdiffuse.git
72+
gcs https://gh-proxy.org/https://github.com/kijai/ComfyUI-Florence2.git
73+
gcs https://gh-proxy.org/https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
74+
gcs https://gh-proxy.org/https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git
75+
gcs https://gh-proxy.org/https://github.com/twri/sdxl_prompt_styler.git
7676

7777
# 视频
78-
gcs https://gh-proxy.com/https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git
79-
gcs https://gh-proxy.com/https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git
80-
gcs https://gh-proxy.com/https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
78+
gcs https://gh-proxy.org/https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git
79+
gcs https://gh-proxy.org/https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git
80+
gcs https://gh-proxy.org/https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
8181

8282
# 其他
83-
gcs https://gh-proxy.com/https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git
84-
gcs https://gh-proxy.com/https://github.com/SLAPaper/ComfyUI-Image-Selector.git
83+
gcs https://gh-proxy.org/https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git
84+
gcs https://gh-proxy.org/https://github.com/SLAPaper/ComfyUI-Image-Selector.git
8585

8686
# 已停更,待删除
87-
gcs https://gh-proxy.com/https://github.com/cubiq/ComfyUI_essentials.git
87+
gcs https://gh-proxy.org/https://github.com/cubiq/ComfyUI_essentials.git
8888

8989
# 这些节点需要额外克隆 Git 子模块(GitHub 仓库),可能下载失败,故不在 CN 脚本中下载
90-
#gcs https://gh-proxy.com/https://github.com/yolain/ComfyUI-Easy-Use.git
91-
#gcs https://gh-proxy.com/https://github.com/melMass/comfy_mtb.git
92-
#gcs https://gh-proxy.com/https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git
90+
#gcs https://gh-proxy.org/https://github.com/yolain/ComfyUI-Easy-Use.git
91+
#gcs https://gh-proxy.org/https://github.com/melMass/comfy_mtb.git
92+
#gcs https://gh-proxy.org/https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git
9393

9494

9595
echo "########################################"
@@ -99,8 +99,8 @@ echo "########################################"
9999
# TAESD 模型(用于生成时预览)
100100
cd /default-comfyui-bundle/ComfyUI/models/vae
101101

102-
# gh-proxy.com 屏蔽了 aria2,这里改用 curl 下载
103-
curl -LO 'https://gh-proxy.com/https://github.com/madebyollin/taesd/raw/refs/heads/main/taesdxl_decoder.pth'
104-
curl -LO 'https://gh-proxy.com/https://github.com/madebyollin/taesd/raw/refs/heads/main/taesd_decoder.pth'
105-
curl -LO 'https://gh-proxy.com/https://github.com/madebyollin/taesd/raw/refs/heads/main/taesd3_decoder.pth'
106-
curl -LO 'https://gh-proxy.com/https://github.com/madebyollin/taesd/raw/refs/heads/main/taef1_decoder.pth'
102+
# gh-proxy.org 屏蔽了 aria2,这里改用 curl 下载
103+
curl -LO 'https://gh-proxy.org/https://github.com/madebyollin/taesd/raw/refs/heads/main/taesdxl_decoder.pth'
104+
curl -LO 'https://gh-proxy.org/https://github.com/madebyollin/taesd/raw/refs/heads/main/taesd_decoder.pth'
105+
curl -LO 'https://gh-proxy.org/https://github.com/madebyollin/taesd/raw/refs/heads/main/taesd3_decoder.pth'
106+
curl -LO 'https://gh-proxy.org/https://github.com/madebyollin/taesd/raw/refs/heads/main/taef1_decoder.pth'

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function set_repo () {
1212

1313
if [[ $git_remote_url =~ ^(https:\/\/github\.com\/)(.*)(\.git)$ ]]; then
1414
echo "正在替换为 GitHub 代理地址: $1" ;
15-
git -C "$1" remote set-url origin "https://gh-proxy.com/$git_remote_url" ;
15+
git -C "$1" remote set-url origin "https://gh-proxy.org/$git_remote_url" ;
1616
fi ;
1717
}
1818

@@ -35,17 +35,17 @@ mkdir -p /default-comfyui-bundle/ComfyUI/user/__manager
3535

3636
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/__manager/config.ini
3737
[default]
38-
channel_url = https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
38+
channel_url = https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
3939
use_uv = False
4040
EOF
4141

4242
cat <<EOF > /default-comfyui-bundle/ComfyUI/user/__manager/channels.list
43-
default::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
44-
recent::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
45-
legacy::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
46-
forked::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked
47-
dev::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/dev
48-
tutorial::https://gh-proxy.com/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/tutorial
43+
default::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
44+
recent::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/new
45+
legacy::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/legacy
46+
forked::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/forked
47+
dev::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/dev
48+
tutorial::https://gh-proxy.org/https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/node_db/tutorial
4949
EOF
5050

5151
echo "########################################"

xpu-cn/runner-scripts/set-proxy.sh.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -eu
1515
#172.21.*,172.22.*,172.23.*,172.24.*,172.25.*,172.26.*,172.27.*,
1616
#172.28.*,172.29.*,172.30.*,172.31.*,172.32.*,192.168.*,
1717
#*.cn,ghproxy.com,*.ghproxy.com,ghproxy.org,*.ghproxy.org,
18-
#gh-proxy.com,*.gh-proxy.com,ghproxy.net,*.ghproxy.net"
18+
#gh-proxy.org,*.gh-proxy.org,ghproxy.net,*.ghproxy.net"
1919
#export no_proxy=$NO_PROXY
2020
#echo "[INFO] 代理设置为 $HTTP_PROXY"
2121

0 commit comments

Comments
 (0)