ComfyUI-Cobra

ComfyUI-Cobra
★ 7

线稿上色参考图增强ComfyUI插件图像着色
在 ComfyUI 中集成 Cobra,提供高效线稿上色能力,利用更广泛的参考图提升色彩一致性与细节还原,方便集成到生成流程中。
💡 将多张参考图用于线稿自动上色并集成到 ComfyUI 流程中。
🍴 1 Forks💻 Python🔄 2025-04-18
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
-e
./diffusers
torch==2.5.1
torchvision==0.20.1
accelerate==1.5.2
datasets==3.2.0
einops==0.8.1
gradio==5.22.0
gradio_client==1.8.0
huggingface-hub==0.30.2
matplotlib==3.10.1
numpy==1.26.4
opencv-python==4.11.0.86
peft==0.15.0
Pillow==11.1.0
safetensors==0.5.3
sentencepiece==0.2.0
torchaudio==2.5.1
tqdm==4.67.1
transformers==4.48.3
📄 README

ComfyUI-Cobra

Make Cobra avialbe in ComfyUI.

Cobra: Efficient Line Art COlorization with BRoAder References.

Installation

  • Make sure you have ComfyUI installed
  • Clone this repository into your ComfyUI’s custom_nodes directory:
  • cd ComfyUI/custom_nodes
    git clone https://github.com/Yuan-ManX/ComfyUI-Cobra.git

  • Install dependencies:
  • cd ComfyUI-Cobra
    pip install -r requirements.txt