ComfyUI-LiveCC

ComfyUI-LiveCC
★ 4

ComfyUI扩展实时修复LiveCC模型安装指南
ComfyUI-LiveCC 提供在 ComfyUI 中集成和调用 LiveCC 模型的节点,简化实时图像修复与增强流程与部署。
💡 在 ComfyUI 中用 LiveCC 实现实时图像修复与增强。
🍴 1 Forks💻 Python🔄 2025-05-27
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
torch
torchvision
torchaudio
transformers
accelerate
deepspeed
peft
opencv-python
decord
datasets
tensorboard
gradio
pillow-heif
yt-dlp
gdown
gpustat
timm
sentencepiece
openai
av==12.0.0
python_speech_features
scipy
wavfile
insightface
onnxruntime-gpu
qwen_vl_utils
liger_kernel
flash-attn
--no-build-isolation
livecc-utils
📄 README

ComfyUI-LiveCC

Make LiveCC avialbe in ComfyUI.

LiveCC: Learning Video LLM with Streaming Speech Transcription at Scale.

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-LiveCC.git

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