Skip to content

Commit

Permalink
Add more nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Apr 2, 2024
1 parent c544428 commit 3d621e6
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 20 deletions.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,22 @@ If you need to use the corresponding nodes, please pay attention to the respecti
|link:https://github.com/jags111/efficiency-nodes-comfyui[Efficiency Nodes by jags111]
|link:https://github.com/FizzleDorf/ComfyUI_FizzNodes[FizzNodes]
|link:https://github.com/Fannovel16/ComfyUI-Frame-Interpolation[Frame Interpolation (VFI)]
|link:https://github.com/chrisgoringe/cg-image-picker[Image Chooser]
|link:https://github.com/SLAPaper/ComfyUI-Image-Selector[Image Selector]
|link:https://github.com/ltdrdata/ComfyUI-Impact-Pack[Impact Pack]
|link:https://github.com/ltdrdata/ComfyUI-Inspire-Pack[Inspire Pack]
|link:https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID[InstantID by -Zho-]
|link:https://github.com/cubiq/ComfyUI_IPAdapter_plus[IPAdapter plus]
|link:https://github.com/kijai/ComfyUI-KJNodes[KJNodes]
|link:https://github.com/huchenlei/ComfyUI-layerdiffuse[LayerDiffuse]
|link:https://github.com/bash-j/mikey_nodes[Mikey Nodes]
|link:https://github.com/melMass/comfy_mtb[MTB Nodes]
|link:https://github.com/florestefano1975/comfyui-portrait-master[Portrait Master]
|link:https://github.com/Gourieff/comfyui-reactor-node[ReActor Node]
|link:https://github.com/rgthree/rgthree-comfy[rgthree Nodes]
|link:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding[SD Dynamic Thresholding]
|link:https://github.com/twri/sdxl_prompt_styler[SDXL Prompt Styler]
|link:https://github.com/storyicon/comfyui_segment_anything[Segment Anything]
|link:https://github.com/shiimizu/ComfyUI_smZNodes[smZ(shiimizu) Nodes]
|link:https://github.com/chrisgoringe/cg-use-everywhere[Use Everywhere]
|link:https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite[Video Helper Suite]
Expand Down
4 changes: 4 additions & 0 deletions README.zh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,22 @@ https://huggingface.co/stabilityai/TripoSR/blob/main/model.ckpt[TripoSR]
|link:https://github.com/jags111/efficiency-nodes-comfyui[Efficiency Nodes by jags111]
|link:https://github.com/FizzleDorf/ComfyUI_FizzNodes[FizzNodes]
|link:https://github.com/Fannovel16/ComfyUI-Frame-Interpolation[Frame Interpolation (VFI)]
|link:https://github.com/chrisgoringe/cg-image-picker[Image Chooser]
|link:https://github.com/SLAPaper/ComfyUI-Image-Selector[Image Selector]
|link:https://github.com/ltdrdata/ComfyUI-Impact-Pack[Impact Pack]
|link:https://github.com/ltdrdata/ComfyUI-Inspire-Pack[Inspire Pack]
|link:https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID[InstantID by -Zho-]
|link:https://github.com/cubiq/ComfyUI_IPAdapter_plus[IPAdapter plus]
|link:https://github.com/kijai/ComfyUI-KJNodes[KJNodes]
|link:https://github.com/huchenlei/ComfyUI-layerdiffuse[LayerDiffuse]
|link:https://github.com/bash-j/mikey_nodes[Mikey Nodes]
|link:https://github.com/melMass/comfy_mtb[MTB Nodes]
|link:https://github.com/florestefano1975/comfyui-portrait-master[Portrait Master]
|link:https://github.com/Gourieff/comfyui-reactor-node[ReActor Node]
|link:https://github.com/rgthree/rgthree-comfy[rgthree Nodes]
|link:https://github.com/mcmonkeyprojects/sd-dynamic-thresholding[SD Dynamic Thresholding]
|link:https://github.com/twri/sdxl_prompt_styler[SDXL Prompt Styler]
|link:https://github.com/storyicon/comfyui_segment_anything[Segment Anything]
|link:https://github.com/shiimizu/ComfyUI_smZNodes[smZ(shiimizu) Nodes]
|link:https://github.com/chrisgoringe/cg-use-everywhere[Use Everywhere]
|link:https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite[Video Helper Suite]
Expand Down
43 changes: 24 additions & 19 deletions generate-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,30 @@ torchdiffeq
torchmetrics
EOF

{
curl -w "\n" https://raw.githubusercontent.com/comfyanonymous/ComfyUI/master/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/crystian/ComfyUI-Crystools/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/cubiq/ComfyUI_essentials/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/cubiq/ComfyUI_FaceAnalysis/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/Fannovel16/comfyui_controlnet_aux/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/Fannovel16/ComfyUI-Frame-Interpolation/main/requirements-no-cupy.txt
curl -w "\n" https://raw.githubusercontent.com/FizzleDorf/ComfyUI_FizzNodes/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/jags111/efficiency-nodes-comfyui/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/kijai/ComfyUI-KJNodes/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/Kosinkadink/ComfyUI-VideoHelperSuite/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/ltdrdata/ComfyUI-Impact-Pack/Main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/ltdrdata/ComfyUI-Impact-Subpack/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/ltdrdata/ComfyUI-Inspire-Pack/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/MrForExample/ComfyUI-3D-Pack/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/storyicon/comfyui_segment_anything/main/requirements.txt
curl -w "\n" https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/main/requirements.txt
} >> requirements.txt
array=(
https://raw.githubusercontent.com/comfyanonymous/ComfyUI/master/requirements.txt
https://raw.githubusercontent.com/crystian/ComfyUI-Crystools/main/requirements.txt
https://raw.githubusercontent.com/cubiq/ComfyUI_essentials/main/requirements.txt
https://raw.githubusercontent.com/cubiq/ComfyUI_FaceAnalysis/main/requirements.txt
https://raw.githubusercontent.com/Fannovel16/comfyui_controlnet_aux/main/requirements.txt
https://raw.githubusercontent.com/Fannovel16/ComfyUI-Frame-Interpolation/main/requirements-no-cupy.txt
https://raw.githubusercontent.com/FizzleDorf/ComfyUI_FizzNodes/main/requirements.txt
https://raw.githubusercontent.com/jags111/efficiency-nodes-comfyui/main/requirements.txt
https://raw.githubusercontent.com/kijai/ComfyUI-KJNodes/main/requirements.txt
https://raw.githubusercontent.com/Kosinkadink/ComfyUI-VideoHelperSuite/main/requirements.txt
https://raw.githubusercontent.com/ltdrdata/ComfyUI-Impact-Pack/Main/requirements.txt
https://raw.githubusercontent.com/ltdrdata/ComfyUI-Impact-Subpack/main/requirements.txt
https://raw.githubusercontent.com/ltdrdata/ComfyUI-Inspire-Pack/main/requirements.txt
https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/requirements.txt
https://raw.githubusercontent.com/melMass/comfy_mtb/main/requirements.txt
https://raw.githubusercontent.com/MrForExample/ComfyUI-3D-Pack/main/requirements.txt
https://raw.githubusercontent.com/storyicon/comfyui_segment_anything/main/requirements.txt
https://raw.githubusercontent.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/main/requirements.txt
)

for line in "${array[@]}";
do curl -w "\n" "${line}" >> requirements.txt
done

sed -i '/^#/d' requirements.txt
sed -i 's/[[:space:]]*$//' requirements.txt
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ packaging
pandas
piexif
pilgram
pixeloe
plyfile
psutil
py-cpuinfo
Expand All @@ -58,8 +59,12 @@ python-dateutil
python-ffmpeg
pytorch-msssim
pyyaml
qrcode[pil]
regex
rembg
requirements-parser
rich
rich-argparse
roma
safetensors
scikit-image
Expand Down
6 changes: 6 additions & 0 deletions stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ ls -lahF

mkdir -p "$workdir"/ComfyUI_Windows_portable

# ComfyUI main app
$gcs https://github.com/comfyanonymous/ComfyUI.git \
"$workdir"/ComfyUI_Windows_portable/ComfyUI

# TAESD model for image on-the-fly preview
$gcs https://github.com/madebyollin/taesd.git
cp taesd/*.pth \
"$workdir"/ComfyUI_Windows_portable/ComfyUI/models/vae_approx/
Expand All @@ -22,6 +24,7 @@ rm -rf taesd
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/custom_nodes
$gcs https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git
$gcs https://github.com/bash-j/mikey_nodes.git
$gcs https://github.com/chrisgoringe/cg-image-picker.git
$gcs https://github.com/chrisgoringe/cg-use-everywhere.git
$gcs https://github.com/crystian/ComfyUI-Crystools.git
$gcs https://github.com/cubiq/ComfyUI_essentials.git
Expand All @@ -33,20 +36,23 @@ $gcs https://github.com/florestefano1975/comfyui-portrait-master.git
$gcs https://github.com/Gourieff/comfyui-reactor-node.git
$gcs https://github.com/huchenlei/ComfyUI-layerdiffuse.git
$gcs https://github.com/jags111/efficiency-nodes-comfyui.git
$gcs https://github.com/kijai/ComfyUI-KJNodes.git
$gcs https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
$gcs https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git
$gcs https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
$gcs https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
$gcs https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git
$gcs https://github.com/ltdrdata/ComfyUI-Manager.git
$gcs https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git
$gcs https://github.com/melMass/comfy_mtb.git
$gcs https://github.com/MrForExample/ComfyUI-3D-Pack.git
$gcs https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved.git
$gcs https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git
$gcs https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git
$gcs https://github.com/rgthree/rgthree-comfy.git
$gcs https://github.com/shiimizu/ComfyUI_smZNodes.git
$gcs https://github.com/SLAPaper/ComfyUI-Image-Selector.git
$gcs https://github.com/storyicon/comfyui_segment_anything.git
$gcs https://github.com/twri/sdxl_prompt_styler.git
$gcs https://github.com/WASasquatch/was-node-suite-comfyui.git
$gcs https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID.git
Expand Down
2 changes: 1 addition & 1 deletion stage3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ls -lahF

du -hd1

# LZMA2 is ~75% faster than LZMA, but consumes more RAM
# LZMA2 is ~75% faster than LZMA, but consumes significant more RAM
# Use 2140000000b as volume size just because GitHub think 2147483648b is "larger than 2GB"
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=7 -mfb=64 -md=32m -ms=on -mf=BCJ2 -v2140000000b ComfyUI_Windows_portable_cu121.7z ComfyUI_Windows_portable

Expand Down

0 comments on commit 3d621e6

Please sign in to comment.