11 个仓库
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.
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.
ComfyUIIPAdapterplus 是 ComfyUI 的一个节点式扩展,它实现了 IPAdapter 模型以使用参考图像引导图像生成。它作为一个图像提示工具和 Stable Diffusion 图像适配器,允许参考文件作为视觉提示,用于控制风格、构图和主体身份。 该项目提供了在生成的肖像中保持面部身份和高保真特征的专门功能。它支持从参考图像迁移视觉特征和艺术风格,以及提取空间布局以引导新生成中对象的排列。 该扩展涵盖了广泛的功能领域,包括 AI 图像调节、一致的角色生成和图像构图控制。
Provides a custom node suite for integrating IPAdapter models into ComfyUI workflows.
该项目是一个 ComfyUI ControlNet 预处理器套件和计算机视觉分析工具包。它作为一个稳定扩散(Stable Diffusion)图像预处理器,从图像中提取结构提示以引导潜在扩散工作流。 该系统提供用于人体姿态估计(包括骨骼关键点和面部网格)以及通过深度和表面法线估计进行 3D 场景映射的专用模型。它还包括使用光流分析进行 AI 视频运动控制的工具。 更广泛的能力范围涵盖图像结构分析(如线条艺术、边缘提取和语义分割),以及亮度隔离和颜色及风格提示生成。这些过程由硬件加速运行时和模型检查点缓存支持,以减少推理延迟。
Provides a collection of auxiliary nodes for generating depth, pose, and edge maps within ComfyUI.
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.
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.
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.
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.
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.
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.
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.
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.