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

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

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

75 مستودعات

Awesome GitHub RepositoriesLatent Diffusion Models

Generative architectures performing iterative denoising within compressed latent spaces.

Explore 75 awesome GitHub repositories matching artificial intelligence & ml · Latent Diffusion Models. Refine with filters or upvote what's useful.

Awesome Latent Diffusion Models GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • compvis/stable-diffusionالصورة الرمزية لـ CompVis

    CompVis/stable-diffusion

    73,125عرض على GitHub↗

    Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions. The architecture utilizes a modular execution environment that decouples model loading, scheduler logic, and inference components to support diverse hardware configurations. I

    Executes iterative denoising inside a compressed latent space to produce high-fidelity visual results.

    Jupyter Notebook
    عرض على GitHub↗73,125
  • huggingface/diffusersالصورة الرمزية لـ huggingface

    huggingface/diffusers

    33,872عرض على GitHub↗

    Diffusers is a PyTorch-based library and generative AI framework used to build, train, and deploy diffusion pipelines for producing multi-modal media. It provides a suite of tools for generating images, video, and audio from natural language descriptions, as well as specialized systems for text-to-image generation. The project differentiates itself through a modular architecture that separates noise schedulers, pretrained model blocks, and pipeline compositions. This structure allows for the construction of custom generation workflows and the ability to swap individual components of the diffu

    Implements generative architectures that perform iterative denoising within compressed latent spaces to reduce computation.

    Pythondeep-learningdiffusionflux
    عرض على GitHub↗33,872
  • hpcaitech/open-soraالصورة الرمزية لـ hpcaitech

    hpcaitech/Open-Sora

    29,101عرض على GitHub↗

    Open-Sora is a video generation framework designed to produce cinematic sequences from text prompts and images. It functions as a generative system that transforms written descriptions or reference images into video content featuring realistic textures and lighting. The project includes a dedicated prompt engineering tool that uses large language models to expand simple user inputs into detailed descriptions. It also features a motion controller for adjusting movement intensity in generated sequences and evaluating motion levels in existing video files. The framework incorporates text-to-vid

    Employs latent diffusion models to compress raw pixels into a lower-dimensional space for efficient video generation.

    Python
    عرض على GitHub↗29,101
  • stability-ai/generative-modelsالصورة الرمزية لـ Stability-AI

    Stability-AI/generative-models

    27,189عرض على GitHub↗

    This is a framework for training and sampling diffusion models to generate high-fidelity images, video, and 4D assets. It provides a modular environment for managing generative AI training pipelines, including the handling of datasets, noise sampling, and loss weighting to stabilize the creation of synthetic content. The project features a modular model configuration system that uses YAML-based assembly to define network submodules and conditioners. It also includes a dedicated toolset for AI image watermarking, allowing for the embedding and detection of invisible markers to verify the origi

    Implements high-fidelity content generation by iteratively removing noise within compressed latent spaces.

    Python
    عرض على GitHub↗27,189
  • facebookresearch/audiocraftالصورة الرمزية لـ facebookresearch

    facebookresearch/audiocraft

    23,379عرض على GitHub↗

    Audiocraft is a deep learning audio library and machine learning framework designed for training, fine-tuning, and evaluating generative models for music and sound effects. It functions as a text-to-music generative model and a neural audio codec, providing the tools necessary to compress audio signals into discrete representations and synthesize high-fidelity waveforms from textual descriptions. The framework is distinguished by its ability to combine multiple conditioning signals, allowing for the generation of audio based on text prompts, melodic excerpts, or style-based audio clips. It al

    Generates high-fidelity waveforms by learning a vector field that transforms noise into continuous audio latents.

    Jupyter Notebook
    عرض على GitHub↗23,379
  • sanster/iopaintالصورة الرمزية لـ Sanster

    Sanster/IOPaint

    23,244عرض على GitHub↗

    IOPaint is an AI image editor and Stable Diffusion inpainting tool providing a web interface for removing objects and replacing image content. It utilizes latent diffusion image processing to synthesize high-resolution replacements for erased sections of an image. The project features a specialized AI background remover for isolating subjects and an AI image upscaler that employs super-resolution models for general photos and anime artwork. The software covers a broad range of capabilities including image segmentation for object isolation, face restoration for improving facial details, and t

    Utilizes latent diffusion models to synthesize high-resolution replacements for erased image sections.

    Pythoninpaintinglamalatent-diffusion
    عرض على GitHub↗23,244
  • wan-video/wan2.1الصورة الرمزية لـ Wan-Video

    Wan-Video/Wan2.1

    15,350عرض على GitHub↗

    Wan2.1 is a generative video synthesis framework that provides foundation models for creating high-fidelity video sequences and static images from descriptive text prompts. The system utilizes a unified architecture trained on both static and dynamic datasets, allowing it to function as a comprehensive tool for visual media creation. The framework distinguishes itself through a transformer-based temporal modeling approach that ensures structural coherence and consistent motion across video frames. It supports multi-resolution latent scaling, enabling the generation of content in various aspec

    Performs iterative noise refinement within compressed latent spaces to reconstruct high-fidelity visual content.

    Pythonaigcvideogeneration
    عرض على GitHub↗15,350
  • neonbjb/tortoise-ttsالصورة الرمزية لـ neonbjb

    neonbjb/tortoise-tts

    14,864عرض على GitHub↗

    Tortoise-tts is a neural text-to-speech engine and voice cloning toolkit designed for high-quality audio generation. It functions as a zero-shot synthesis system, meaning it can generate speech for unseen speakers without requiring additional training or fine-tuning for each new voice. The system specializes in replicating human vocal characteristics using small sets of reference audio clips. It allows for the extraction of voice latents to mimic specific speakers, the generation of random synthetic identities, and the blending of multiple voice profiles to create hybrid vocal identities. Th

    Employs latent diffusion models to iteratively denoise representations into high-fidelity audio waveforms.

    Jupyter Notebook
    عرض على GitHub↗14,864
  • humanaigc/animateanyoneالصورة الرمزية لـ HumanAIGC

    HumanAIGC/AnimateAnyone

    14,774عرض على GitHub↗

    AnimateAnyone is an appearance-preserving video synthesizer designed for character animation from a single static image. It functions as a diffusion image-to-video generator that transforms a source image into a high-fidelity video sequence while maintaining consistent character identity, clothing, and visual details across all frames. The system enables video-driven character reenactment by transferring motions, facial expressions, and body movements from a reference video onto a static character. It employs pose-guided video generation to control movement via skeleton keypoints and pose sig

    Implements a video generation process based on iterative denoising of latent representations for temporal consistency.

    عرض على GitHub↗14,774
  • wan-video/wan2.2الصورة الرمزية لـ Wan-Video

    Wan-Video/Wan2.2

    14,283عرض على GitHub↗

    Wan2.2 is a generative video artificial intelligence system designed to synthesize visual media by interpreting natural language instructions. It functions as a text-to-video diffusion model that transforms written concepts into coherent motion sequences through deep learning and latent space manipulation. The system utilizes a transformer-based architecture to process video data as a series of tokens, allowing it to capture complex spatial and temporal relationships. By employing a temporal attention mechanism, the model maintains visual consistency across frames, while its latent space appr

    Utilizes latent diffusion models to transform noise into coherent video frames through iterative denoising in compressed latent space.

    Pythonaigcvideo-generation
    عرض على GitHub↗14,283
  • compvis/latent-diffusionالصورة الرمزية لـ CompVis

    CompVis/latent-diffusion

    14,072عرض على GitHub↗

    Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie

    Provides a latent diffusion model framework that performs the denoising process within a compressed latent space.

    Jupyter Notebook
    عرض على GitHub↗14,072
  • tencent-hunyuan/hunyuan3d-2الصورة الرمزية لـ Tencent-Hunyuan

    Tencent-Hunyuan/Hunyuan3D-2

    14,016عرض على GitHub↗

    Hunyuan3D-2 is a machine learning framework designed to convert two-dimensional images into fully realized, textured three-dimensional meshes. It utilizes a generative artificial intelligence model to perform both shape construction and surface texture synthesis, enabling the automated creation of digital assets. The system distinguishes itself through a modular generative pipeline that separates geometry reconstruction from texture mapping. It employs multi-view image projection and latent diffusion techniques to ensure geometric consistency, while providing a plugin-based bridge architectur

    Generates 3D geometry by iteratively refining noise within a learned latent space.

    Python3d3d-aigc3d-generation
    عرض على GitHub↗14,016
  • opentalker/sadtalkerالصورة الرمزية لـ OpenTalker

    OpenTalker/SadTalker

    13,895عرض على GitHub↗

    SadTalker is an audio-driven talking head generator that produces synchronized speaking videos from a single source image and an input audio file. The system utilizes a deep learning framework to map speech signals to facial motion data, enabling the creation of lifelike digital avatars and animated characters. The project distinguishes itself by employing a three-dimensional morphable model to translate audio features into precise facial landmarks and head pose parameters. It integrates latent diffusion motion synthesis to generate naturalistic head movements and uses expression-aware textur

    Employs diffusion-based generative models to predict realistic head movement sequences from audio-driven latent representations.

    Pythonaudio-driven-talking-facecvpr2023deep-fake
    عرض على GitHub↗13,895
  • zai-org/cogvideoالصورة الرمزية لـ zai-org

    zai-org/CogVideo

    12,790عرض على GitHub↗

    CogVideo is a video generation framework and large language model architecture designed for synthesizing high-resolution video clips from natural language descriptions and images. It functions as a text-to-video and image-to-video generator, while also providing a model for video captioning to analyze visual content into descriptive text summaries. The system supports animating static images into motion sequences and transforming series of images into video based on prompts. It includes capabilities for extending the length of generated video clips to create longer sequences of motion. The f

    Uses latent diffusion to compress raw video pixels into a lower-dimensional space, reducing computational overhead.

    Pythoncogvideoximage-to-videollm
    عرض على GitHub↗12,790
  • openai/shap-eالصورة الرمزية لـ openai

    openai/shap-e

    12,251عرض على GitHub↗

    Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language descriptions or two-dimensional images. It functions as a generative model capable of producing three-dimensional implicit functions and assets. The project includes a 3D latent encoder that converts trimeshes and 3D models into latent representations using point clouds and multiview renders. It utilizes an image-to-3D generator to produce assets from synthetic view images and a text-to-3D generator to build shapes from text prompts. The system implements a pipeline involving latent

    Generates 3D structures by performing iterative denoising within a compressed latent space.

    Python
    عرض على GitHub↗12,251
  • wanshuiyin/auto-claude-code-research-in-sleepالصورة الرمزية لـ wanshuiyin

    wanshuiyin/Auto-claude-code-research-in-sleep

    12,182عرض على GitHub↗

    This project is a machine learning research automation system designed to manage the full research lifecycle, from idea discovery to final paper submission. It utilizes markdown-based skill templates to execute autonomous research tasks and manage iterative loops of deep review and experimentation. The system distinguishes itself through integrated capabilities for academic communication and integrity auditing. It can automate the generation of LaTeX papers, conference slide decks, and evidence-grounded peer review rebuttals. To ensure rigor, it employs cross-model review routing and adversar

    Performs the diffusion process on compressed latent embeddings to reduce computational overhead.

    Pythonai-researchai-toolsaris
    عرض على GitHub↗12,182
  • tencent-hunyuan/hunyuanvideoالصورة الرمزية لـ Tencent-Hunyuan

    Tencent-Hunyuan/HunyuanVideo

    12,233عرض على GitHub↗

    HunyuanVideo is a generative artificial intelligence framework designed to synthesize high-fidelity video sequences from descriptive text prompts. It utilizes a latent diffusion architecture that compresses video data into compact representations, allowing for the generation of dynamic visual content while maintaining temporal and spatial fidelity. The system distinguishes itself through a specialized inference engine that supports eight-bit weight quantization and sequence-parallel distribution. These capabilities enable the execution of large-scale generative models on hardware with limited

    Utilizes a latent diffusion architecture to maintain visual fidelity during complex video frame synthesis.

    Pythondiffusion-modelsdiffusion-transformervideo-generation
    عرض على GitHub↗12,233
  • guoyww/animatediffالصورة الرمزية لـ guoyww

    guoyww/AnimateDiff

    12,144عرض على GitHub↗

    AnimateDiff is a latent diffusion video generator and text-to-video diffusion framework. It converts existing text-to-image diffusion models into animation generators by applying specialized motion modules, allowing for the creation of video sequences without modifying the original base model. The project provides an image-to-video animation framework that uses sparse RGB images, sketches, or structural keyframe constraints to guide generation. It further distinguishes itself with a motion adapter system that injects cinematic camera movements, such as zooming, panning, and tilting, into anim

    Generates video frames within a compressed latent space to reduce computational overhead during denoising.

    Python
    عرض على GitHub↗12,144
  • instantx-research/instantidالصورة الرمزية لـ instantX-research

    instantX-research/InstantID

    11,955عرض على GitHub↗

    InstantID is a diffusion-based identity preservation framework designed for zero-shot image generation. It allows for the synthesis of images featuring a specific person's facial identity using a single reference photo without requiring additional model training or fine-tuning. The project distinguishes itself through the use of consistency model distillation to accelerate inference, reducing the number of steps needed to produce high-quality results. It combines identity-preserving feature extraction with multi-modal prompt integration to merge visual embeddings from a reference image with t

    Utilizes latent diffusion models to generate images by denoising representations in a compressed latent space.

    Python
    عرض على GitHub↗11,955
  • lucidrains/dalle2-pytorchالصورة الرمزية لـ lucidrains

    lucidrains/DALLE2-pytorch

    11,310عرض على GitHub↗

    This is a PyTorch implementation of a text-to-image model designed for synthesizing high-fidelity images from natural language descriptions. It utilizes a diffusion image generator to transform latent embeddings into visual data through an iterative denoising process. The system employs a two-stage latent mapping process, using a CLIP-based latent prior to map text embeddings to image embeddings before decoding them into pixels. It features a cascading diffusion decoder that produces high-resolution imagery by passing low-resolution outputs through a sequence of models at increasing scales.

    Optimizes image generation by performing the diffusion process within a compressed latent space.

    Pythonartificial-intelligencedeep-learningtext-to-image
    عرض على GitHub↗11,310
السابق123…4التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Diffusion & Visual Synthesis Models
  5. Generative Models
  6. Latent Diffusion Models

استكشف الوسوم الفرعية

  • Animation FrameworksCompresses cartoon frames into a lower-dimensional latent space for efficient diffusion-based frame synthesis and reconstruction. **Distinct from Latent Diffusion Models:** Distinct from Latent Diffusion Models: specifically applies latent diffusion to animation frame synthesis rather than general image generation.
  • Audio Latent Diffusion FrameworksComprehensive toolkits for training and deploying audio models based on latent diffusion. **Distinct from Latent Diffusion Models:** Distinct from Latent Diffusion Models: refers to the full framework for training and deployment, not just the model architecture.
  • Embedding TrainersTools for training small-scale conceptual vectors to modify generative model behavior. **Distinct from Latent Diffusion Models:** Focuses on training specific tokens via textual inversion rather than the full latent diffusion architecture.
  • Flow-Matching Audio DiffusionGenerative architectures that use flow-matching to transform noise into continuous audio latents. **Distinct from Latent Diffusion Models:** Specializes latent diffusion using flow-matching for audio signals instead of images
  • Latent Diffusion Audio SynthesisGenerating audio waveforms by refining noise within a compressed latent space. **Distinct from Flow-Matching Audio Diffusion:** Distinct from Flow-Matching Audio Diffusion: focuses on the general latent diffusion process rather than the flow-matching specific transformation.
  • Latent Diffusion Frame SynthesizersApplies latent diffusion priors to produce coherent intermediate frames in cartoon animation workflows. **Distinct from Latent Diffusion Models:** Distinct from Latent Diffusion Models: specialized for frame synthesis in animation rather than general image generation.
  • Layered Diffusion ModelsDiffusion architectures specifically modified to handle multi-layer composition and transparency. **Distinct from Latent Diffusion Models:** Distinct from Latent Diffusion Models: specifically extends the architecture to support alpha channels and layering.
  • Prior NetworksModels that map embeddings from one modality to another within a latent space to guide generative processes. **Distinct from Latent Diffusion Models:** Specifically handles the mapping between modalities (text to image embeddings), whereas Latent Diffusion Models cover the overall iterative denoising process.
  • Resolution UpscalingThe use of latent diffusion processes to increase the pixel density and clarity of an image. **Distinct from Latent Diffusion Models:** Specifically applies the latent diffusion process to resolution enhancement rather than initial synthesis
  • Video Diffusion Models7 وسوم فرعيةDiffusion models that generate video by iteratively denoising latent representations in a compressed spatio-temporal space. **Distinct from Latent Diffusion Models:** Distinct from Latent Diffusion Models: focuses on video generation with temporal consistency, not general image generation.