diff --git a/README.adoc b/README.adoc index fea4899..b5f83ee 100644 --- a/README.adoc +++ b/README.adoc @@ -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] | diff --git a/README.zh.adoc b/README.zh.adoc index 75b965c..2c107a7 100644 --- a/README.zh.adoc +++ b/README.zh.adoc @@ -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] | diff --git a/builder/generate-pak5.sh b/builder/generate-pak5.sh index 8000d5d..d5f28b3 100644 --- a/builder/generate-pak5.sh +++ b/builder/generate-pak5.sh @@ -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 diff --git a/builder/stage2.sh b/builder/stage2.sh index d80a2ae..430c57b 100644 --- a/builder/stage2.sh +++ b/builder/stage2.sh @@ -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 diff --git a/docs/debug-list.sh b/docs/debug-list.sh index c1181de..626f85e 100644 --- a/docs/debug-list.sh +++ b/docs/debug-list.sh @@ -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