2 repositorios
Video frame processing pipelines that leverage NVIDIA CUDA for parallel GPU acceleration of frame-level operations.
Distinct from Video Frame Processing: Distinct from Video Frame Processing: specifically targets CUDA-accelerated pipelines rather than general GPU or CPU frame processing.
Explore 2 awesome GitHub repositories matching graphics & multimedia · CUDA-Accelerated Frame Processors. Refine with filters or upvote what's useful.
Este proyecto es un generador de vídeo Stable Diffusion que crea imágenes en movimiento interpolando entre prompts de texto dentro del espacio latente de un modelo generativo. Funciona como una herramienta para la generación de vídeo por IA e interpolación de espacio latente, transformando texto descriptivo en secuencias visuales. El sistema permite específicamente visuales reactivos al audio sincronizando la tasa de interpolación de imágenes al ritmo y compás de un archivo de audio. Produce estas secuencias mediante la generación de vídeo por morphing, que transiciona suavemente entre diferentes prompts de texto. El proyecto incluye una interfaz gráfica de usuario que proporciona una interfaz de control basada en web para gestionar el flujo de trabajo de texto a vídeo. Esto permite la orquestación del proceso generativo sin escribir código de pipeline manual.
Utilizes CUDA-accelerated frame processors to iteratively denoise image sequences into coherent video frames.
Squirrel-RIFE is a GPU-accelerated video processing tool that uses a neural network to generate intermediate frames between existing video frames, enabling smooth slow-motion effects and frame rate conversion. It is built around the RIFE (Real-Time Intermediate Flow Estimation) model, which analyzes motion between consecutive frames to predict and insert new frames, and leverages NVIDIA CUDA for parallel processing to achieve high-speed inference. The tool distinguishes itself by combining neural frame interpolation with practical video preprocessing features, including pixel-level duplicate
Leverages NVIDIA CUDA for parallel GPU processing to run frame interpolation models at high speed.