赞
踩
ComfyUI常见插件安装说明以及地址
root_path=/workspace/code/github/ComfyUI # 翻译软件 cd $root_path/custom_nodes && git clone https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Translation.git && cd AIGODLIKE-ComfyUI-Translation && pip install . # 角色换脸 cd $root_path/custom_nodes && git clone https://github.com/ArtBot2023/CharacterFaceSwap.git && cd CharacterFaceSwap && python install.py # 定义输入变量 cd $root_path/custom_nodes && git clone https://github.com/M1kep/ComfyLiterals.git # 数学节点运算 cd $root_path/custom_nodes && git clone https://github.com/evanspearman/ComfyMath.git && cd ComfyMath && pip install . # 一个广泛的节点套件,使 ComfyUI 能够使用尖端算法(3DGS、NeRF 等)处理 3D 输入(网格和 UV 纹理等) cd $root_path/custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack.git && cd ComfyUI-3D-Pack && pip install -r requirements.txt # 专门用于动漫的超分模型,包含 2x 和 4x 双模型,速度飞快,效果很好 cd $root_path/custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR.git && cd ComfyUI-APISR && pip install -r requirements.txt # ControlNet cd $root_path/custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt # 用于图像处理并与 alpha 通道配合使用 cd $root_path/custom_nodes && git clone https://github.com/Nourepide/ComfyUI-Allor.git && cd ComfyUI-Allor && pip install -r requirements.txt # 改进了ComfyUI 的AnimateDiff集成,以及可在 AnimateDiff 之外使用的高级采样选项(称为“进化采样”) cd $root_path/custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git # 艺术可视化提示词 cd $root_path/custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery.git # 对音频数据执行各种操作,例如加载音频、执行快速傅里叶变换 (FFT) 和处理振幅数据。您可以使用它们来控制 AI 生成中的动画 cd $root_path/custom_nodes && git clone https://github.com/a1lazydog/ComfyUI-AudioScheduler.git && cd ComfyUI-AudioScheduler && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/Extraltodeus/ComfyUI-AutomaticCFG.git && cd ComfyUI-AutomaticCFG && pip install -r requirements.txt # 使用此套装,您可以查看资源监视器、进度条和已用时间、元数据并比较两个图像、比较两个 JSON、向控制台/显示器显示任何值、管道等等!这提供了更好的节点来加载/保存图像、预览等,并查看“隐藏”数据而无需加载新的工作流程 cd $root_path/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools.git && cd ComfyUI-Crystools && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools-save.git cd $root_path/custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git # DiffBIR v2 是一种很棒的超分辨率算法 cd $root_path/custom_nodes && git clone https://github.com/jtscmw01/ComfyUI-DiffBIR.git && cd ComfyUI-DiffBIR && pip install -r requirements.txt # DragNUWA 使用户能够直接操纵图像中的背景或物体,模型将这些动作无缝地转换为相机移动或物体运动,从而生成相应的视频 cd $root_path/custom_nodes && git clone https://github.com/chaojie/ComfyUI-DragNUWA.git # ComfyUI-Easy-Use是一个化繁为简的节点整合包 cd $root_path/custom_nodes && git clone https://github.com/yolain/ComfyUI-Easy-Use.git && cd ComfyUI-Easy-Use && pip install -r requirements.txt # 视频帧插值 cd $root_path/custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && cd ComfyUI-Frame-Interpolation && python install.py # 语音转换tts cd $root_path/custom_nodes && git clone https://github.com/AIFSH/ComfyUI-GPT_SoVITS.git && cd ComfyUI-GPT_SoVITS && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini.git && cd ComfyUI-Gemini && pip install -r requirements.txt # IC-Light 是一个操纵图像照明的项目 cd $root_path/custom_nodes && git clone https://github.com/kijai/ComfyUI-IC-Light.git && cd ComfyUI-IC-Light && pip install -r requirements.txt # ComfyUI 的自定义节点包 此自定义节点有助于通过检测器、细节器、升级器、管道等方便地增强图像 cd $root_path/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && cd ComfyUI-Impact-Pack && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git && cd ComfyUI-Inspire-Pack && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID.git && cd ComfyUI-InstantID && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/kijai/ComfyUI-KJNodes.git && cd ComfyUI-KJNodes && pip install -r requirements.txt # 只是一些逻辑处理器 cd $root_path/custom_nodes && git clone https://github.com/aria1th/ComfyUI-LogicUtils.git cd $root_path/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && cd ComfyUI-Manager && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO.git && cd ComfyUI-PhotoMaker-ZHO && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92.git # 视频背景去除 cd $root_path/custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Video-Matting.git && cd ComfyUI-Video-Matting && pip install -r requirements.txt # 与视频工作流相关的节点 cd $root_path/custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git && cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt # ComfyUI 扩展允许查询图像中的 booru 标签 cd $root_path/custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git && cd ComfyUI-WD14-Tagger && pip install -r requirements.txt # Unofficial implementation of YOLO-World + EfficientSAM for ComfyUI cd $root_path/custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM.git && cd ComfyUI-YoloWorld-EfficientSAM && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/huchenlei/ComfyUI-layerdiffuse.git && cd ComfyUI-layerdiffuse && pip install -r requirements.txt # 后期处理节点集合,可实现各种炫酷的图像效果 cd $root_path/custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes.git && cd ComfyUI-post-processing-nodes cd $root_path/custom_nodes && git clone https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative.git # 无缝平铺 cd $root_path/custom_nodes && git clone https://github.com/spinagon/ComfyUI-seamless-tiling.git cd $root_path/custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb.git cd $root_path/custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git cd $root_path/custom_nodes && git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet.git cd $root_path/custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_Cutoff.git cd $root_path/custom_nodes && git clone https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL.git cd $root_path/custom_nodes && git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git && cd ComfyUI_FizzNodes && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git # 可以合成图层和蒙版以实现类似 Photoshop 的功能 cd $root_path/custom_nodes && git clone https://github.com/chflame163/ComfyUI_LayerStyle.git && cd ComfyUI_LayerStyle && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_Noise.git # 平铺采样 cd $root_path/custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git cd $root_path/custom_nodes && git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git cd $root_path/custom_nodes && git clone https://github.com/ssitu/ComfyUI_fabric.git cd $root_path/custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git cd $root_path/custom_nodes && git clone https://github.com/deroberon/StableZero123-comfyui.git && cd StableZero123-comfyui && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/chrisgoringe/cg-image-picker.git cd $root_path/custom_nodes && git clone https://github.com/chrisgoringe/cg-use-everywhere.git cd $root_path/custom_nodes && git clone https://github.com/giriss/comfy-image-saver.git && cd comfy-image-saver && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/melMass/comfy_mtb.git && cd comfy_mtb && python install.py cd $root_path/custom_nodes && git clone https://github.com/Acly/comfyui-inpaint-nodes.git cd $root_path/custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node.git && cd comfyui-reactor-node && python install.py cd $root_path/custom_nodes && git clone https://github.com/Acly/comfyui-tooling-nodes.git cd $root_path/custom_nodes && git clone https://github.com/11cafe/comfyui-workspace-manager.git cd $root_path/custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git cd $root_path/custom_nodes && git clone https://github.com/storyicon/comfyui_segment_anything.git && cd comfyui_segment_anything && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git && cd efficiency-nodes-comfyui && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/LEv145/images-grid-comfy-plugin.git cd $root_path/custom_nodes && git clone https://github.com/BadCafeCode/masquerade-nodes-comfyui.git cd $root_path/custom_nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd rgthree-comfy && pip install -r requirements.txt cd $root_path/custom_nodes && git clone https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git cd $root_path/custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler.git cd $root_path/custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes.git cd $root_path/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd was-node-suite-comfyui && python install.py
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。