awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Video upscaler

Clasament actualizat la 24 iul. 2026

For video upscaling tools, the strongest matches are bloc97/anime4k (Anime4K is a real-time GPU-accelerated video upscaling engine using), djdefrag/qualityscaler (QualityScaler is a local desktop application that uses deep) and k4yt3x/video2x (Video2x is a modular framework for AI-enhanced video upscaling). sczhou/codeformer and xinntao/real-esrgan round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Hand-picked open-source video upscaler repositories. Compare top AI models by stars, active development, and features to find the right fit.

Video upscaler

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bloc97/anime4kAvatar bloc97

    bloc97/Anime4K

    20,655Vezi pe GitHub↗

    Anime4K is a collection of graphics shaders and image processing algorithms designed to enhance the visual quality of animated media. It functions as a real-time upscaling engine that increases the resolution of video content during playback, allowing for higher fidelity viewing without the need to permanently re-encode source files. The project distinguishes itself by utilizing hardware-accelerated rendering to perform complex image reconstruction directly on the graphics card. By employing a pass-based pipeline, it chains multiple processing stages to refine frames iteratively, ensuring tha

    Anime4K is a real-time GPU-accelerated video upscaling engine using shaders and neural networks, fitting the category well despite being tailored for anime and lacking a dedicated face restoration model or graphical user interface.

    Jupyter NotebookGPU AccelerationReal-Time Video Upscalers
    Vezi pe GitHub↗20,655
  • djdefrag/qualityscalerAvatar Djdefrag

    Djdefrag/QualityScaler

    2,970Vezi pe GitHub↗

    QualityScaler is an AI video upscaler and local media processing tool designed to increase the resolution and visual quality of videos and images. It uses deep learning models to enhance detail and remove noise, operating as an offline application that executes all computations on local hardware. The project functions as a GPU-accelerated media processor that distributes workloads across multiple graphics cards to increase rendering speed. To prevent memory overflow during high-resolution tasks, it employs a tiled image processing method that splits large assets into smaller sections. The sy

    QualityScaler is a local desktop application that uses deep learning models for AI-based video upscaling, featuring a graphical user interface and GPU acceleration, though it lacks a command-line interface.

    PythonAI UpscalingMotion-Based Frame Interpolation
    Vezi pe GitHub↗2,970
  • k4yt3x/video2xAvatar k4yt3x

    k4yt3x/video2x

    18,754Vezi pe GitHub↗

    Video2x is a modular processing framework designed for AI-enhanced video upscaling and frame rate conversion. It functions as a comprehensive toolset for increasing the resolution and visual clarity of media files while generating intermediate frames to improve motion smoothness. The system is built to handle intensive media transformation tasks by leveraging hardware acceleration and custom encoding pipelines. The project distinguishes itself through a plugin-based architecture that allows for the integration of custom machine learning models and specialized algorithms. It utilizes a modular

    Video2x is a modular framework for AI-enhanced video upscaling and frame interpolation that supports GPU acceleration and multiple machine learning models, though it lacks a built-in graphical user interface out of the box.

    C++AI UpscalingGPU Acceleration
    Vezi pe GitHub↗18,754
  • sczhou/codeformerAvatar sczhou

    sczhou/CodeFormer

    18,002Vezi pe GitHub↗

    CodeFormer is a deep learning framework designed for the restoration and enhancement of facial images and video sequences. It functions as a comprehensive processing engine capable of reconstructing high-quality facial features from degraded, blurry, or damaged inputs, while also providing tools for image upscaling and generative inpainting to fill missing or corrupted regions. The system distinguishes itself by utilizing a codebook-based quantization approach that maps input patches to high-quality facial representations, supported by transformer-based global modeling to ensure structural co

    CodeFormer is a specialized deep learning framework for facial restoration and enhancement that includes video processing capabilities, making it a valuable tool for video upscaling though it focuses heavily on face quality rather than general super-resolution.

    PythonAI UpscalingFace restoration
    Vezi pe GitHub↗18,002
  • xinntao/real-esrganAvatar xinntao

    xinntao/Real-ESRGAN

    35,798Vezi pe GitHub↗

    Real-ESRGAN is a deep learning restoration pipeline designed to enhance low-resolution media and improve the visual quality of damaged photographs. It functions as a generative image upscaler that reconstructs high-resolution details from source inputs by utilizing neural networks trained to fill in missing information and remove noise. The project distinguishes itself as a blind super-resolution tool, meaning it improves image sharpness and fidelity without requiring prior knowledge of the specific degradation applied to the source. It employs high-order degradation modeling to address compl

    Real-ESRGAN is a deep learning restoration pipeline designed for AI-based image and video upscaling, though it lacks built-in frame interpolation or a dedicated graphical user interface out of the box.

    PythonGenerative Upscalers
    Vezi pe GitHub↗35,798
  • tntwise/real-video-enhancerAvatar TNTwise

    TNTwise/REAL-Video-Enhancer

    2,137Vezi pe GitHub↗

    Real-Video-Enhancer is a cross-platform desktop application that utilizes neural networks to upscale resolution, generate intermediate frames, and denoise video files. It functions as a deep learning video processor that runs restoration models through hardware acceleration, dispatching heavy prediction workloads directly to underlying graphics hardware. The software executes optical-flow-based frame interpolation to increase framerates and motion smoothness, alongside dedicated filtering models that remove digital noise and blocky compression artifacts from compressed video streams. Additio

    Real Video Enhancer provides a cross-platform graphical interface for AI-based video upscaling, denoising, and frame interpolation using models like Real-ESRGAN and RIFE, fulfilling the core requirements well though lacking an explicit command-line interface.

    PythonAI UpscalingGenerative Video UpscalingMotion-Based Frame Interpolation
    Vezi pe GitHub↗2,137
  • sczhou/upscale-a-videoAvatar sczhou

    sczhou/Upscale-A-Video

    1,467Vezi pe GitHub↗

    CVPR 2024 Upscale-A-Video: Temporal-Consistent Diffusion Model for Real-World Video Super-Resolution

    This repository provides a video-diffusion-model-based solution for real-world video super-resolution, though it lacks built-in GUI and face restoration features.

    PythonVideo GenerationVideo Intelligence & Generation
    Vezi pe GitHub↗1,467
  • comfy-org/comfyuiAvatar Comfy-Org

    Comfy-Org/ComfyUI

    117,227Vezi pe GitHub↗

    ComfyUI is a node-based generative AI orchestration engine designed for constructing, testing, and executing complex image and video synthesis pipelines. By utilizing a directed acyclic graph execution model, the platform allows users to build reproducible workflows through modular, interconnected processing blocks without requiring manual code implementation. It serves as both a local environment for high-performance model inference and a production-ready server for deploying generative capabilities. The platform distinguishes itself through its focus on workflow portability and extensibilit

    ComfyUI is a node-based generative AI orchestration engine that supports video-to-video synthesis and local model inference, making it a flexible environment for running upscaling and enhancement pipelines even though it requires building the workflow yourself.

    PythonNode-Based Generative PipelinesDirected Acyclic Graph Execution EnginesGenerative AI Orchestration Engines
    Vezi pe GitHub↗117,227

Related searches

  • Image upscaler
  • librărie pentru upscaling de imagini cu AI
  • Instrumente pentru video și audio
  • Video decoding accelerators
  • un instrument CLI pentru transcodarea video
  • an open source video player library
  • Video downloader
  • editor video non-linear open source