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
·

14 repository-uri

Awesome GitHub RepositoriesGaussian Noise Diffusion

Models that apply continuous Gaussian noise to discrete data representations.

Explore 14 awesome GitHub repositories matching part of an awesome list · Gaussian Noise Diffusion. Refine with filters or upvote what's useful.

Awesome Gaussian Noise Diffusion GitHub Repositories

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

    huggingface/diffusers

    33,872Vezi pe 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

    Manages the iterative denoising process by applying mathematical schedules to remove Gaussian noise from latent tensors.

    Pythondeep-learningdiffusionflux
    Vezi pe GitHub↗33,872
  • wanshuiyin/auto-claude-code-research-in-sleepAvatar wanshuiyin

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

    12,182Vezi pe 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

    Defines linear and cosine noise schedules to balance sample quality during the diffusion process.

    Pythonai-researchai-toolsaris
    Vezi pe GitHub↗12,182
  • magic-research/magic-animateAvatar magic-research

    magic-research/magic-animate

    10,908Vezi pe GitHub↗

    Magic Animate is a diffusion model video generator designed for human image animation. It transforms a static human photo into a temporally consistent video by mapping movements from a reference motion clip, acting as a tool to create realistic animations from a single image. The system ensures visual stability and minimizes flicker through temporal attention injection and motion-controlled noise scheduling. To accelerate the generation of high-resolution video, it includes a distributed GPU inference engine that splits model workloads across multiple graphics cards. The project covers a com

    Drives animation by scheduling noise patterns that follow a driving motion sequence to align frames with reference motion.

    Python
    Vezi pe GitHub↗10,908
  • lucidrains/denoising-diffusion-pytorchAvatar lucidrains

    lucidrains/denoising-diffusion-pytorch

    10,614Vezi pe GitHub↗

    Implementation of Denoising Diffusion Probabilistic Model in Pytorch

    Defines a fixed variance schedule that progressively corrupts data from clean to pure noise.

    Pythonartificial-intelligencedeep-learninggenerative-model
    Vezi pe GitHub↗10,614
  • lucidrains/imagen-pytorchAvatar lucidrains

    lucidrains/imagen-pytorch

    8,415Vezi pe 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

    Uses denoising diffusion probabilistic models to create imagery by iteratively removing Gaussian noise.

    Pythonartificial-intelligencedeep-learningimagination-machine
    Vezi pe GitHub↗8,415
  • alirezadir/machine-learning-interviewsAvatar alirezadir

    alirezadir/Machine-Learning-Interviews

    8,455Vezi pe GitHub↗

    This project is a comprehensive machine learning interview guide and technical study resource designed for individuals preparing for machine learning and AI engineering roles. It provides a collection of materials and practice problems covering core algorithms, theoretical fundamentals, and the implementation of neural network architectures. The resource serves as a technical reference for generative AI development, focusing on the design and optimization of large language models and diffusion systems. It includes frameworks for system design, covering the architecture of production machine l

    Provides theoretical fundamentals and implementation details for Gaussian noise diffusion and denoising.

    Jupyter Notebookagenticaiai-agents
    Vezi pe GitHub↗8,455
  • openai/guided-diffusionAvatar openai

    openai/guided-diffusion

    7,395Vezi pe GitHub↗

    This is a classifier-guided diffusion framework for high-fidelity image generation. It implements a cascaded diffusion pipeline that chains a base diffusion model with a dedicated upsampler to progressively increase image resolution in stages, and uses classifier-guided diffusion sampling to steer the reverse diffusion process toward higher-quality outputs. The framework provides tools for training diffusion models from scratch using distributed processes with gradient accumulation, as well as training classifier models that provide gradient-based guidance during sampling. It supports both un

    Trains the model to predict the noise added at each timestep, enabling iterative denoising from pure noise to a clean image.

    Python
    Vezi pe GitHub↗7,395
  • hojonathanho/diffusionAvatar hojonathanho

    hojonathanho/diffusion

    5,053Vezi pe GitHub↗

    This project is a diffusion model training framework and image synthesis pipeline. It provides the tools necessary to train generative models to learn image data distributions through an iterative denoising process. The framework includes a generative model evaluation tool consisting of automated scripts used to measure the quality and accuracy of produced samples. The system covers model training pipelines and performance evaluation for generative diffusion models.

    Provides linear and cosine variance schedules to control noise addition at each training step.

    Python
    Vezi pe GitHub↗5,053
  • tingsongyu/pytorch-tutorial-2ndAvatar TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Vezi pe GitHub↗

    Acest proiect este o resursă educațională cuprinzătoare și un curs pentru construirea de rețele neuronale folosind PyTorch. Acoperă elementele fundamentale ale deep learning-ului, inclusiv manipularea tensorilor, diferențierea automată și construcția componentelor modulare de rețele neuronale. Repository-ul servește drept ghid tehnic pentru mai multe domenii specializate. Oferă detalii de implementare pentru sarcini de computer vision, cum ar fi clasificarea imaginilor, detecția obiectelor și segmentarea semantică, precum și fluxuri de lucru de procesare a limbajului natural (NLP) care implică transformatoare, rețele recurente și modele generative. În plus, include o referință pentru AI generativ, concentrându-se în mod specific pe sinteza de imagini prin modele de difuzie și rețele adversariale. Materialul se extinde către optimizarea modelelor și pipeline-uri de deployment. Acoperă tehnici pentru reducerea dimensiunii modelelor și creșterea vitezei de inferență prin cuantizare și exportul modelelor în formate precum ONNX și TensorRT. Alte domenii de capabilitate includ ingineria datelor pentru încărcarea paralelă, evaluarea modelelor folosind metrici personalizate și deployment-ul modelelor de limbaj mari (LLM) open-source. Proiectul este livrat în principal sub formă de serie de Jupyter Notebooks.

    Implements training objectives that minimize error between predicted and actual Gaussian noise.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    Vezi pe GitHub↗4,555
  • ace-step/ace-stepAvatar ace-step

    ace-step/ACE-Step

    4,088Vezi pe GitHub↗

    ACE-Step is a high-fidelity audio synthesis system and diffusion model designed to generate music and vocals from text descriptions. It functions as a music generator and vocal synthesizer, using a diffusion transformer decoder to produce audio across various languages and genres. The project provides tools for text-guided audio editing, including the ability to extend the duration of tracks, regenerate specific song segments, and perform latent-space audio inpainting to modify lyrics or styles. It also includes a framework for audio style fine-tuning using low-rank adaptation to adapt vocal

    Allows adjusting the noise ratio to control the degree of musical divergence from a reference track.

    Python
    Vezi pe GitHub↗4,088
  • facebookresearch/multimodalAvatar facebookresearch

    facebookresearch/multimodal

    1,723Vezi pe GitHub↗

    Multimodal is a machine learning library built on PyTorch for training large-scale models that combine text, image, audio, and video data streams. It functions as a deep learning framework dedicated to generative diffusion models, multi-task training, and vision-language tasks. The library supplies modular building blocks, discrete latent codebook quantization, shared-space embeddings, and stackable adapter layers to handle diverse conditional inputs during training and inference. The framework supports specific architectures for diffusion models, text-to-video generation, image-text retrieva

    Defines noise types and amounts applied at each step of the generative diffusion process using built-in schedule computations.

    Python
    Vezi pe GitHub↗1,723
  • lucidrains/video-diffusion-pytorchAvatar lucidrains

    lucidrains/video-diffusion-pytorch

    1,385Vezi pe GitHub↗

    Acest proiect este un framework PyTorch orientat spre cercetare, conceput pentru implementarea și antrenarea modelelor generative de difuzie video. Acesta oferă un toolkit modular care extinde tehnicile standard de difuzie bazate pe imagini în trei dimensiuni, permițând sinteza secvențelor video coerente prin procese iterative de denoising. Framework-ul se distinge prin utilizarea atenției spațio-temporale factorizate, care descompune datele video de înaltă dimensiune în straturi spațiale și temporale separate pentru a menține consistența mișcării în timp ce gestionează complexitatea computațională. Suportă antrenarea multi-modală prin procesarea simultană a imaginilor statice și a secvențelor video și încorporează ghidarea latentă condiționată de text pentru a direcționa procesul de generare conform unor descrieri specifice în limbaj natural. Biblioteca include pipeline-uri cuprinzătoare pentru gestionarea antrenării end-to-end a acestor modele, acoperind ingestia seturilor de date, optimizarea parametrilor și exportul periodic al mostrelor. Este structurată pentru a susține cercetarea în deep learning privind modelarea temporală și alinierea output-urilor generative cu prompt-urile semantice.

    Refines random noise into structured video frames by learning to reverse a fixed Markov chain of Gaussian transitions.

    Pythonartificial-intelligenceddpmdeep-learning
    Vezi pe GitHub↗1,385
  • xiangli1999/diffusion-lmAvatar XiangLi1999

    XiangLi1999/Diffusion-LM

    1,241Vezi pe GitHub↗

    Diffusion-LM

    Improves controllable text generation through diffusion techniques.

    Python
    Vezi pe GitHub↗1,241
  • xhan77/ssd-lmAvatar xhan77

    xhan77/ssd-lm

    78Vezi pe GitHub↗

    We present a demo of SSD-LM (Semi-autoregressive Simplex-based Diffusion Language Model) in Google Colab here!

    Uses simplex-based diffusion for text generation and control.

    Python
    Vezi pe GitHub↗78
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Gaussian Noise Diffusion

Explorează sub-etichetele

  • Denoising Schedulers1 sub-tagMathematical schedules used to control the iterative removal of Gaussian noise during the diffusion process. **Distinct from Gaussian Noise Diffusion:** Distinct from Gaussian Noise Diffusion: focuses specifically on the scheduling logic rather than the overall model architecture.
  • Noise Prediction ObjectivesTraining objectives that minimize the L2 error between predicted and actual Gaussian noise added at each timestep. **Distinct from Gaussian Noise Diffusion:** Distinct from Gaussian Noise Diffusion: focuses on the specific loss function used to train the noise predictor, not the overall model architecture.
  • Noise-Ratio ControlMechanisms to adjust the proportion of Gaussian noise added to a signal to control generative divergence. **Distinct from Gaussian Noise Diffusion:** Focuses on using noise ratios as a control knob for variation rather than the general diffusion process.