2 dépôts
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.
Ce projet est un générateur vidéo Stable Diffusion qui crée des images en mouvement en interpolant entre des prompts textuels au sein de l'espace latent d'un modèle génératif. Il fonctionne comme un outil pour la génération vidéo par IA et l'interpolation d'espace latent, transformant du texte descriptif en séquences visuelles. Le système permet spécifiquement des visuels audio-réactifs en synchronisant le taux d'interpolation d'image sur le rythme et la cadence d'un fichier audio. Il produit ces séquences via une génération vidéo par morphing, qui effectue une transition fluide entre différents prompts textuels. Le projet inclut une interface utilisateur graphique qui fournit une interface de contrôle basée sur le web pour gérer le workflow texte-vers-vidéo. Cela permet l'orchestration du processus génératif sans écrire de code de pipeline manuel.
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.