awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 个仓库

Awesome GitHub RepositoriesComfyUI Custom Node Suites

Collections of specialized nodes extending the functionality of the ComfyUI node-based workflow environment.

Distinct from Custom Node Integration: Distinct from general UI node integration or AST filtering; refers specifically to ComfyUI plugin architecture.

Explore 11 awesome GitHub repositories matching development tools & productivity · ComfyUI Custom Node Suites. Refine with filters or upvote what's useful.

Awesome ComfyUI Custom Node Suites GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kijai/comfyui-wanvideowrapperkijai 的头像

    kijai/ComfyUI-WanVideoWrapper

    6,554在 GitHub 上查看↗

    I've made everythign less reliant on torch.compile for VRAM efficiency, so things should work better even without it. Also figured workaround for some issues when using compile that made first run use drastically more VRAM, issue I battled with myself a lot.

    A custom node pack that integrates video generation models into ComfyUI workflows with VRAM-efficient inference.

    Python
    在 GitHub 上查看↗6,554
  • cubiq/comfyui_ipadapter_pluscubiq 的头像

    cubiq/ComfyUI_IPAdapter_plus

    6,031在 GitHub 上查看↗

    ComfyUIIPAdapterplus 是 ComfyUI 的一个节点式扩展,它实现了 IPAdapter 模型以使用参考图像引导图像生成。它作为一个图像提示工具和 Stable Diffusion 图像适配器,允许参考文件作为视觉提示,用于控制风格、构图和主体身份。 该项目提供了在生成的肖像中保持面部身份和高保真特征的专门功能。它支持从参考图像迁移视觉特征和艺术风格,以及提取空间布局以引导新生成中对象的排列。 该扩展涵盖了广泛的功能领域,包括 AI 图像调节、一致的角色生成和图像构图控制。

    Provides a custom node suite for integrating IPAdapter models into ComfyUI workflows.

    Python
    在 GitHub 上查看↗6,031
  • fannovel16/comfyui_controlnet_auxFannovel16 的头像

    Fannovel16/comfyui_controlnet_aux

    4,053在 GitHub 上查看↗

    该项目是一个 ComfyUI ControlNet 预处理器套件和计算机视觉分析工具包。它作为一个稳定扩散(Stable Diffusion)图像预处理器,从图像中提取结构提示以引导潜在扩散工作流。 该系统提供用于人体姿态估计(包括骨骼关键点和面部网格)以及通过深度和表面法线估计进行 3D 场景映射的专用模型。它还包括使用光流分析进行 AI 视频运动控制的工具。 更广泛的能力范围涵盖图像结构分析(如线条艺术、边缘提取和语义分割),以及亮度隔离和颜色及风格提示生成。这些过程由硬件加速运行时和模型检查点缓存支持,以减少推理延迟。

    Provides a collection of auxiliary nodes for generating depth, pose, and edge maps within ComfyUI.

    Python
    在 GitHub 上查看↗4,053
  • nunchaku-ai/nunchakununchaku-ai 的头像

    nunchaku-ai/nunchaku

    3,883在 GitHub 上查看↗

    Nunchaku is a 4-bit model quantization library and diffusion model inference engine designed to run large-scale neural networks on consumer GPUs. It functions as a GPU-accelerated optimizer that reduces VRAM usage and increases inference speed through weight compression and memory management. The project utilizes low-rank weight decomposition and SVD weight quantization to compress models to four-bit precision while maintaining visual fidelity. It employs kernel-level operator fusion to minimize data movement and hardware-aware precision mapping to adjust numerical precision based on the unde

    Integrates optimized diffusion model inference as a set of custom nodes within the ComfyUI visual workflow environment.

    Pythoncomfyuidiffusion-modelsflux
    在 GitHub 上查看↗3,883
  • lightricks/comfyui-ltxvideoLightricks 的头像

    Lightricks/ComfyUI-LTXVideo

    3,840在 GitHub 上查看↗

    ComfyUI-LTXVideo is a generative framework and ComfyUI custom node extension for synthesizing high-fidelity video. It utilizes a latent diffusion and transformer-based system to create cinematic clips from text, image, and audio inputs, providing a modular interface for precise control over subject behavior and temporal consistency. The tool distinguishes itself with production-grade capabilities, including the generation of High Dynamic Range video in linear formats such as ARRI LogC3. It supports multimodal synchronization for audio-driven animation and lip-syncing, and allows for the creat

    Integrates LTX-Video generative models into a modular ComfyUI node-based interface for synthesis and control.

    Pythoncomfyuidiffusion-modelsdit
    在 GitHub 上查看↗3,840
  • mrforexample/comfyui-3d-packMrForExample 的头像

    MrForExample/ComfyUI-3D-Pack

    3,648在 GitHub 上查看↗

    ComfyUI-3D-Pack is a suite of custom nodes for ComfyUI that enables 3D asset generation and rendering within a node-based workflow. It provides a set of tools for reconstructing textured three-dimensional meshes and volumetric scenes from single images, multi-view images, or text prompts. The system includes a Gaussian splatting generator for creating high-fidelity volumetric 3D scene representations and a multi-view image generator to produce consistent image sets for reconstruction. It also features a single image 3D mesh tool to build geometry from a single 2D source. The toolset covers 3

    Provides a comprehensive set of custom nodes for ComfyUI to enable 3D generation and rendering workflows.

    Pythoncomfycomfyuimachine-learning
    在 GitHub 上查看↗3,648
  • city96/comfyui-ggufcity96 的头像

    city96/ComfyUI-GGUF

    3,291在 GitHub 上查看↗

    ComfyUI-GGUF is a memory optimizer and model loader for ComfyUI that enables the execution of large transformer-based generative models using quantized weights. It provides a system for loading GGUF formatted weights within a node-based diffusion interface to reduce GPU memory consumption. The project includes a quantization tool for converting standard model checkpoints into compressed binary formats and a tensor fixer to restore missing keys and correct architectures in binary model files. These utilities ensure that compressed models remain functional during inference on hardware with limi

    Integrates compressed GGUF diffusion models and text encoders as custom nodes within ComfyUI workflows.

    Python
    在 GitHub 上查看↗3,291
  • nunchaku-ai/comfyui-nunchakununchaku-ai 的头像

    nunchaku-ai/ComfyUI-nunchaku

    2,901在 GitHub 上查看↗

    ComfyUI-nunchaku is a 4-bit diffusion inference engine and a set of nodes for running low-precision quantized diffusion models within ComfyUI visual workflows. It provides a backend that reduces memory overhead and increases generation speed for transformer models. The project includes specialized tools for identity-preserving generation and an image-to-image guidance toolkit that uses depth maps and reference images. It also features a multimodal visual question answering implementation and a utility for merging multiple quantized model files into single unified files. The engine covers a b

    Implements a suite of ComfyUI custom nodes for running quantized diffusion models in visual workflows.

    Pythoncomfyuidiffusionflux
    在 GitHub 上查看↗2,901
  • rgthree/rgthree-comfyrgthree 的头像

    rgthree/rgthree-comfy

    2,789在 GitHub 上查看↗

    rgthree-comfy is a collection of custom nodes and interface enhancements designed to automate and organize generative AI workflows within ComfyUI. It provides a specialized toolset for node-based automation, dynamic data routing, and graph management. The project distinguishes itself through a dynamic data router and workflow management tools that enable bulk muting, bypassing, and navigation of complex node graphs via bookmarks and visual labels. It also includes logic and math nodes for evaluating expressions and image processing utilities for side-by-side comparisons and precise cropping.

    A comprehensive collection of custom nodes and interface enhancements for automating and organizing ComfyUI workflows.

    JavaScriptaiartcomfyuistable-diffusion
    在 GitHub 上查看↗2,789
  • yolain/comfyui-easy-useyolain 的头像

    yolain/ComfyUI-Easy-Use

    2,567在 GitHub 上查看↗

    ComfyUI-Easy-Use is a custom node suite and workflow optimizer designed to simplify Stable Diffusion generation pipelines. It provides a set of integrated tools to reduce visual clutter and streamline the process of creating images from text and existing image references. The project distinguishes itself through a pipeline manager that consolidates models, conditioning, and latents into unified data pipes, eliminating complex wiring in the node graph. It also introduces a logical operator set that enables conditional if-else branching and for-loop structures directly within the visual program

    Implements a pipeline manager that consolidates models, conditioning, and latents into unified data pipes to eliminate complex wiring.

    Python
    在 GitHub 上查看↗2,567
  • sergree/matcheringsergree 的头像

    sergree/matchering

    2,551在 GitHub 上查看↗

    Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a target track to a specific reference track. It functions as a reference-based mastering system that aligns a target signal's spectral envelope, RMS, and peak amplitude with those of a chosen reference file. The project utilizes a multi-stage processing pipeline featuring an FFT spectral matching engine to adjust frequency response. It ensures output quality through the use of a brickwall limiter to prevent signal clipping while preserving the original waveform shape. The tool pr

    Integrates reference-based audio mastering as a custom node within ComfyUI workflows.

    Pythonaudiodocker-imagedsp
    在 GitHub 上查看↗2,551
  1. Home
  2. Development Tools & Productivity
  3. ComfyUI Custom Node Suites

探索子标签

  • Compatible Node SwappingMechanisms for replacing a node with a compatible alternative while maintaining existing connections in a graph. **Distinct from ComfyUI Custom Node Suites:** Focuses on replacing functional nodes in a visual workflow rather than AST refactoring or linked-list pointer swaps
  • Pipeline ManagersSystems for routing and consolidating data flows within a node-based generative environment. **Distinct from ComfyUI Custom Node Suites:** Distinct from ComfyUI Custom Node Suites by focusing specifically on the routing and encapsulation of data pipes rather than general node extensions.
  • Video Generation Node SuitesA custom node pack that integrates video generation models into ComfyUI workflows with VRAM-efficient inference. **Distinct from ComfyUI Custom Node Suites:** Distinct from ComfyUI Custom Node Suites: specializes in video generation nodes, not general-purpose node collections.
  • Visual Logic OperatorsImplementation of boolean and flow-control operators as functional nodes within a visual environment. **Distinct from ComfyUI Custom Node Suites:** Specifically implements conditional logic and loops as nodes, not general language-level logical operations