awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lucidrains avatar

lucidrains/video-diffusion-pytorch

0
View on GitHub↗
1,385 نجوم·140 تفرعات·Python·MIT·9 مشاهدات

Video Diffusion Pytorch

هذا المشروع عبارة عن إطار عمل PyTorch موجه نحو البحث مصمم لتنفيذ وتدريب نماذج انتشار الفيديو التوليدية. يوفر مجموعة أدوات معيارية توسع تقنيات الانتشار القائمة على الصور القياسية إلى ثلاثة أبعاد، مما يتيح توليف تسلسلات فيديو متماسكة من خلال عمليات إزالة الضجيج التكرارية.

يتميز إطار العمل باستخدام الانتباه الزماني المكاني المفكك، والذي يحلل بيانات الفيديو عالية الأبعاد إلى طبقات مكانية وزمانية منفصلة للحفاظ على اتساق الحركة مع إدارة التعقيد الحسابي. يدعم المشروع التدريب متعدد الوسائط عن طريق معالجة الصور الثابتة وتسلسلات الفيديو في وقت واحد، ويدمج التوجيه الكامن المشروط بالنص لتوجيه عملية التوليد وفقاً لأوصاف لغوية طبيعية محددة.

تتضمن المكتبة خطوط أنابيب شاملة لإدارة التدريب الشامل لهذه النماذج، وتغطي استيعاب مجموعات البيانات، وتحسين المعلمات، وتصدير العينات الدوري. تم هيكلة المكتبة لدعم أبحاث التعلم العميق في النمذجة الزمانية ومواءمة المخرجات التوليدية مع المطالبات الدلالية.

Features

  • Video Diffusion Models - Implements space-time factored diffusion models for training and generating coherent video sequences from text and images.
  • Diffusion Model Training - Manages the training pipeline for video models by adjusting batching, precision, and optimization settings.
  • Text-to-Video Generators - Directs the output of video models using natural language prompts to ensure alignment with user descriptions.
  • Text-to-Video Generators - Directs video content creation using text embeddings to ensure output aligns with user-provided prompts.
  • AI Motion Video Synthesis - Creates realistic and coherent video sequences by extending diffusion models into three dimensions.
  • AI Research Tools - Provides a collection of deep learning modules for extending image-based diffusion into three-dimensional video synthesis.
  • Attention Factorization - Decomposes high-dimensional video data into separate spatial and temporal attention layers to maintain motion consistency.
  • Deep Learning Libraries - Offers a research-oriented codebase with modular components for building and optimizing generative video models.
  • Latent Conditioning Mechanisms - Injects natural language embeddings into the diffusion process to steer the generation of visual content toward specific semantic descriptions.
  • Model Training Pipelines - Provides end-to-end pipelines for training video models, including batching, precision settings, and performance evaluation.
  • Iterative Denoising Pipelines - Generates video content by repeatedly applying a learned model to remove noise from a sequence until a coherent output emerges.
  • Multi-Modal Training - Processes static images and video sequences simultaneously to ensure temporal consistency during training.
  • Gaussian Noise Diffusion - Refines random noise into structured video frames by learning to reverse a fixed Markov chain of Gaussian transitions.
  • Tensor Processing Pipelines - Treats video sequences as volumetric data blocks to capture motion across time using multi-dimensional tensor processing.

سجل النجوم

مخطط تاريخ النجوم لـ lucidrains/video-diffusion-pytorchمخطط تاريخ النجوم لـ lucidrains/video-diffusion-pytorch

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Video Diffusion Pytorch

مجموعات منسقة بعناية يظهر فيها Video Diffusion Pytorch.
  • مولدات الفيديو من النصوص والصور بالذكاء الاصطناعي

بدائل مفتوحة المصدر لـ Video Diffusion Pytorch

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Video Diffusion Pytorch.
  • meituan-longcat/longcat-videoالصورة الرمزية لـ meituan-longcat

    meituan-longcat/LongCat-Video

    4,460عرض على GitHub↗

    LongCat-Video is a collection of specialized models for video synthesis, featuring a large language model based architecture for creating high-resolution videos from text, images, or existing sequences. It includes dedicated systems for text-to-video generation, image-to-video animation, and the creation of talking avatars. The project provides specific capabilities for extending the length of existing clips through a video continuation model that predicts subsequent frames. It also enables the synchronization of character lip movements with audio and text prompts to produce speaking videos.

    Python
    عرض على GitHub↗4,460
  • picsart-ai-research/text2video-zeroالصورة الرمزية لـ Picsart-AI-Research

    Picsart-AI-Research/Text2Video-Zero

    4,244عرض على GitHub↗

    Text2Video-Zero is a text-to-video diffusion model and framework designed to synthesize temporally consistent video sequences from textual prompts. It functions as a zero-shot video generator, repurposing pre-trained image diffusion models to create video content without requiring additional training on video datasets. The system includes a conditional video synthesizer that allows for guided generation using depth, edge, or pose maps to control structural layout and movement. It also provides text-based video editing capabilities to modify the style or content of existing video clips through

    Pythonvideo-editingvideo-generation
    عرض على GitHub↗4,244
  • lucidrains/imagen-pytorchالصورة الرمزية لـ lucidrains

    lucidrains/imagen-pytorch

    8,415عرض على GitHub↗

    This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It provides a framework for text-to-image and text-to-video generation, as well as unconditional image synthesis. The system utilizes a cascading diffusion pipeline to produce high-resolution imagery by passing low-resolution outputs through a sequence of super-resolution models. It also includes capabilities for image inpainting, allowing the reconstruction of masked or missing regions of visual media guided by surrounding context and text prompts. The project includes tools for diff

    Pythonartificial-intelligencedeep-learningimagination-machine
    عرض على GitHub↗8,415
  • tencent-hunyuan/hunyuanvideo-1.5الصورة الرمزية لـ Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanVideo-1.5

    4,440عرض على GitHub↗

    HunyuanVideo-1.5 is a video generation foundation model and text-to-video diffusion framework. It utilizes a latent video diffusion model and a spatio-temporal transformer architecture to generate high-definition video sequences from text descriptions and images. The project enables cinematic camera control for directing pans and tilts and provides image-to-video animation capabilities. It supports visual style adaptation through low-rank adaptation tuning and uses a language model for prompt refinement to improve visual alignment. The model covers high-resolution video upscaling via a super

    Pythonimage-to-videotext-to-videovideo-generation
    عرض على GitHub↗4,440
عرض جميع البدائل الـ 30 لـ Video Diffusion Pytorch→

الأسئلة الشائعة

ما هي وظيفة lucidrains/video-diffusion-pytorch؟

هذا المشروع عبارة عن إطار عمل PyTorch موجه نحو البحث مصمم لتنفيذ وتدريب نماذج انتشار الفيديو التوليدية. يوفر مجموعة أدوات معيارية توسع تقنيات الانتشار القائمة على الصور القياسية إلى ثلاثة أبعاد، مما يتيح توليف تسلسلات فيديو متماسكة من خلال عمليات إزالة الضجيج التكرارية.

ما هي الميزات الرئيسية لـ lucidrains/video-diffusion-pytorch؟

الميزات الرئيسية لـ lucidrains/video-diffusion-pytorch هي: Video Diffusion Models, Diffusion Model Training, Text-to-Video Generators, AI Motion Video Synthesis, AI Research Tools, Attention Factorization, Deep Learning Libraries, Latent Conditioning Mechanisms.

ما هي البدائل مفتوحة المصدر لـ lucidrains/video-diffusion-pytorch؟

تشمل البدائل مفتوحة المصدر لـ lucidrains/video-diffusion-pytorch: meituan-longcat/longcat-video — LongCat-Video is a collection of specialized models for video synthesis, featuring a large language model based… picsart-ai-research/text2video-zero — Text2Video-Zero is a text-to-video diffusion model and framework designed to synthesize temporally consistent video… lucidrains/imagen-pytorch — This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It… tencent-hunyuan/hunyuanvideo-1.5 — HunyuanVideo-1.5 is a video generation foundation model and text-to-video diffusion framework. It utilizes a latent… thu-ml/turbodiffusion — TurboDiffusion is a video diffusion inference engine and generator designed to create high-resolution videos from text… hvision-nku/storydiffusion — StoryDiffusion is a generative AI system designed for consistent character image and video generation. It utilizes a…