30 open-source projects similar to researchmm/mm-diffusion, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best MM Diffusion alternative.
Official implementation of MCVD: Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation (https://arxiv.org/abs/2205.09853)
AAAI23 Oral Official implementations of Video Implicit Diffusion Models
Official implementation of "DreamPose: Fashion Image-to-Video Synthesis via Stable Diffusion"
Code for paper "Adversarial score matching and improved sampling for image generation"
Repository for the "Gotta Go Fast When Generating Data with Score-Based Models" paper
Videocrafter is a latent diffusion model designed for AI video synthesis. It functions as both a text-to-video and image-to-video generation system, synthesizing high-quality video sequences from descriptive text prompts or static image inputs. The model utilizes a diffusion-based neural network to transform inputs into animated content, ensuring visual consistency and temporal coherence throughout the generated sequences. This allows for the creation of custom video clips and the animation of static images into fluid motion.
Using pre-trained Diffusion models as priors for inference tasks
Lumina-T2X is a unified framework for Text to Any Modality Generation
PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight
VACE is a set of software tools and frameworks for reference-guided video generation, diffusion-based editing, and video-to-video translation. It provides utilities to produce new video content and modify existing sequences by using reference materials to guide visual style, subject matter, and composition. The framework enables video-to-video translation and synthesis, allowing for the update of visual styles and depth. It also functions as a video editor for modifying properties and content through reference-guided transformations. The system covers localized video editing and inpainting,
Official implementation of Cold-Diffusion for different transformations in pytorch.
Official implementation for Estimating the Optimal Covariance with Imperfect Mean in Diffusion Probabilistic Models (ICML 2022), and a reimplementation of Analytic-DPM: an Analytic Estimate of the Optimal Reverse Variance in Diffusion Probabilistic Models (ICLR 2022)
Improved diffusion generative models with subspaces
Code for Fast Training of Diffusion Models with Masked Transformers
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
Elucidating The Design Space of Classifier-Guided Diffusion Generation