Skip to content

Commit

Permalink
temporary disable reactor node (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jan 17, 2025
1 parent 9c5f480 commit e60ab19
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ and select Git Bash (default).
|link:https://github.com/cubiq/PuLID_ComfyUI[PuLID by cubiq]
|link:https://github.com/huchenlei/ComfyUI-layerdiffuse[LayerDiffuse]
|link:https://github.com/florestefano1975/comfyui-portrait-master[Portrait Master]
|link:https://github.com/Gourieff/comfyui-reactor-node[ReActor Node]
// |link:https://github.com/Gourieff/comfyui-reactor-node[ReActor Node]
|link:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding[SD Dynamic Thresholding]
|link:https://github.com/twri/sdxl_prompt_styler[SDXL Prompt Styler]
|
Expand Down
2 changes: 1 addition & 1 deletion README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ https://git-scm.com/download/win[Git for Windows],
|link:https://github.com/cubiq/PuLID_ComfyUI[PuLID by cubiq]
|link:https://github.com/huchenlei/ComfyUI-layerdiffuse[LayerDiffuse]
|link:https://github.com/florestefano1975/comfyui-portrait-master[Portrait Master]
|link:https://github.com/Gourieff/comfyui-reactor-node[ReActor Node]
// |link:https://github.com/Gourieff/comfyui-reactor-node[ReActor Node]
|link:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding[SD Dynamic Thresholding]
|link:https://github.com/twri/sdxl_prompt_styler[SDXL Prompt Styler]
|
Expand Down
2 changes: 1 addition & 1 deletion builder/generate-pak5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://github.com/cubiq/PuLID_ComfyUI/raw/refs/heads/main/requirements.txt
https://github.com/Fannovel16/comfyui_controlnet_aux/raw/refs/heads/main/requirements.txt
https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/raw/refs/heads/main/requirements-no-cupy.txt
https://github.com/FizzleDorf/ComfyUI_FizzNodes/raw/refs/heads/main/requirements.txt
https://github.com/Gourieff/comfyui-reactor-node/raw/refs/heads/main/requirements.txt
# https://github.com/Gourieff/comfyui-reactor-node/raw/refs/heads/main/requirements.txt
https://github.com/huchenlei/ComfyUI-layerdiffuse/raw/refs/heads/main/requirements.txt
https://github.com/jags111/efficiency-nodes-comfyui/raw/refs/heads/main/requirements.txt
https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
Expand Down
14 changes: 7 additions & 7 deletions builder/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ cp taesd/*_decoder.pth \
rm -rf taesd

# Download models for ReActor
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/models
curl -sSL https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth \
--create-dirs -o facerestore_models/codeformer-v0.1.0.pth
curl -sSL https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth \
--create-dirs -o facerestore_models/GFPGANv1.4.pth
curl -sSL https://huggingface.co/datasets/Gourieff/ReActor/resolve/main/models/inswapper_128_fp16.onnx \
--create-dirs -o insightface/inswapper_128_fp16.onnx
# cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/models
# curl -sSL https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth \
# --create-dirs -o facerestore_models/codeformer-v0.1.0.pth
# curl -sSL https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth \
# --create-dirs -o facerestore_models/GFPGANv1.4.pth
# curl -sSL https://huggingface.co/datasets/Gourieff/ReActor/resolve/main/models/inswapper_128_fp16.onnx \
# --create-dirs -o insightface/inswapper_128_fp16.onnx

# Download models for Impact-Pack & Impact-Subpack
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
Expand Down
1 change: 0 additions & 1 deletion docs/debug-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ https://github.com/cubiq/PuLID_ComfyUI/raw/refs/heads/main/requirements.txt
https://github.com/Fannovel16/comfyui_controlnet_aux/raw/refs/heads/main/requirements.txt
https://github.com/Fannovel16/ComfyUI-Frame-Interpolation/raw/refs/heads/main/requirements-no-cupy.txt
https://github.com/FizzleDorf/ComfyUI_FizzNodes/raw/refs/heads/main/requirements.txt
https://github.com/Gourieff/comfyui-reactor-node/raw/refs/heads/main/requirements.txt
https://github.com/huchenlei/ComfyUI-layerdiffuse/raw/refs/heads/main/requirements.txt
https://github.com/jags111/efficiency-nodes-comfyui/raw/refs/heads/main/requirements.txt
https://github.com/kijai/ComfyUI-KJNodes/raw/refs/heads/main/requirements.txt
Expand Down

0 comments on commit e60ab19

Please sign in to comment.