VEnhancer-ComfyUI-Wrapper

VEnhancer-ComfyUI-Wrapper
★ 12

视频增强超分辨率多GPUComfyUI集成
在ComfyUI中封装VEnhancer视频推理,支持空间/时间超分辨率、文本引导优化、单/多GPU与批量处理,提供实时预览与进度跟踪
💡 将低分辨率视频批量提升并导出高质量结果
🍴 1 Forks💻 Python🔄 2025-01-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📄 README

VEnhancer ComfyUI Extension

ComfyUI extension for VEnhancer: A powerful video enhancement model that supports spatial super-resolution, temporal interpolation, and AI-guided refinement.

[](LICENSE)

[](https://www.python.org/downloads/release/python-3100/)

[](https://github.com/comfyanonymous/ComfyUI)

[](https://github.com/Vchitect/VEnhancer)

Features

Installation

Quick Start

Documentation

Features

  • 🎥 High-Quality Video Enhancement
  • Spatial super-resolution (up to 8x upscaling)
  • Temporal super-resolution through frame interpolation
  • AI-guided video refinement with text prompts
  • 🚀 Flexible Processing Options
  • Single GPU inference for standard workloads
  • Multi-GPU support for large-scale processing
  • Adjustable enhancement parameters
  • Custom text prompting
  • 🛠️ ComfyUI Integration
  • Intuitive node-based workflow
  • Real-time preview support
  • Progress tracking
  • Batch processing capabilities
  • Installation

    Prerequisites

  • ComfyUI installed and running
  • Python 3.10 or higher
  • CUDA-capable GPU with at least 12GB VRAM (24GB+ recommended)
  • Setup

  • Install in ComfyUI custom nodes directory:
  • cd ComfyUI/custom_nodes/
    git clone https://github.com/vikramxD/VEnhancer-ComfyUI-Wrapper
    cd VEnhancer-ComfyUI-Wrapper

  • Install dependencies:
  • uv pip install setuptools
    uv pip install -e . --no-build-isolation

    Documentation

    Available Models

    | Model | Description | Download |

    |——-|————-|———-|

    | v1 (paper) | Creative enhancement with strong refinement | Download |

    | v2 | Better texture preservation and identity consistency | Download |

    Core Parameters

    Enhancement Settings

    {
        "up_scale": 4.0,      # Spatial upscaling (1.0-8.0)
        "target_fps": 24,     # Target frame rate (8-60)
        "noise_aug": 200,     # Refinement strength (50-300)
        "solver_mode": "fast" # "fast" (15 steps) or "normal"
    }

    Model Configuration

    {
        "version": "v2",      # Model version (v1/v2)
        "guide_scale": 7.5,   # Text guidance strength
        "s_cond": 8.0,       # Conditioning strength
        "steps": 15          # Inference steps (fast mode)
    }

    Troubleshooting

    Common issues and solutions:

  • CUDA Out of Memory
  • Reduce up_scale value
  • Use multi-GPU processing
  • Process in smaller chunks
  • Slow Processing
  • Enable solver_mode="fast"
  • Use multi-GPU setup
  • Reduce video resolution
  • Contributing

    We welcome contributions! Please see our Contributing Guidelines for details.

    License

    This project is licensed under the MIT License – see the LICENSE file for details.

    Acknowledgments

    Based on VEnhancer by Jingwen He et al. If you use this extension in your research, please cite:

    @article{he2024venhancer,
      title={VEnhancer: Generative Space-Time Enhancement for Video Generation},
      author={He, Jingwen and Xue, Tianfan and Liu, Dongyang and Lin, Xinqi and 
              Gao, Peng and Lin, Dahua and Qiao, Yu and Ouyang, Wanli and Liu, Ziwei},
      journal={arXiv preprint arXiv:2407.07667},
      year={2024}
    }


    Made by VikramxD