ComfyUI nodes for anime-specific super-resolution
Top 76.7% on sourcepulse
This repository provides an unofficial ComfyUI implementation of APISR, a fast and effective super-resolution model specifically designed for anime content. It offers 2x and 4x upscaling capabilities, catering to both image and video processing, with modes optimized for high and low VRAM environments.
How It Works
The implementation integrates APISR models as custom nodes within the ComfyUI workflow. It supports two official APISR models (2x and 4x) which require manual download and placement. The core functionality includes batch processing for high-VRAM scenarios and iterative processing for low-VRAM environments, enabling upscaling of both static images and video frames.
Quick Start & Requirements
cd custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR && cd ComfyUI-APISR && pip install -r requirements.txt
./ComfyUI/models/apisr
. CPU generation is supported.Highlighted Details
APISR ModelLoader
node.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Processing long videos in batch mode may require significant VRAM. The implementation is unofficial, meaning it relies on the author's interpretation of the original APISR project.
1 year ago
Inactive