latent-diffusion-models
There are 30 repositories under latent-diffusion-models topic.
huggingface/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch and FLAX.
yl4579/StyleTTS2
StyleTTS 2: Towards Human-Level Text-to-Speech through Style Diffusion and Adversarial Training with Large Speech Language Models
hkproj/pytorch-stable-diffusion
Stable Diffusion implemented from scratch in PyTorch
miccunifi/ladi-vton
[ACM MM 2023] - LaDI-VTON: Latent Diffusion Textual-Inversion Enhanced Virtual Try-On
ziqihuangg/Collaborative-Diffusion
[CVPR 2023] Collaborative Diffusion
aimagelab/multimodal-garment-designer
This is the official repository for the paper "Multimodal Garment Designer: Human-Centric Latent Diffusion Models for Fashion Image Editing". ICCV 2023
abyildirim/inst-inpaint
A novel inpainting framework that can remove objects from images based on the instructions given as text prompts.
gordicaleksa/stable_diffusion_playground
Playing around with stable diffusion. Generated images are reproducible because I save the metadata and latent information. You can generate and then later interpolate between the images of your choice.
explainingai-code/StableDiffusion-PyTorch
This repo implements a Stable Diffusion model in PyTorch with all the essential components.
mingukkang/elatentlpips
Author's Implementation for E-LatentLPIPS
IndigoDosSantos/stable-cascade-one-click-installer
Easy setup for generating beautiful images with Stable Cascade.
Warvito/generative_chestxray
Repository to train Latent Diffusion Models on Chest X-ray data (MIMIC-CXR) using MONAI Generative Models
BioMedAI-UCSC/InverseSR
[Early Accepted at MICCAI 2023] Pytorch Code of "InverseSR: 3D Brain MRI Super-Resolution Using a Latent Diffusion Model"
bruAristimunha/Synthetic-Sleep-EEG-Signal-Generation-using-Latent-Diffusion-Models
Code for the paper published in Deep Generative Models for Health Workshop at the Neurips 2023.
pier-maker92/stable-diffusion-experiments
This is a repo providing same stable diffusion experiments, regarding textual inversion task and captioning task
ML4ITS/Latent-Diffusion-Model-for-Conditional-Reservoir-Facies-Generation
[official] PyTorch implementation of Latent Diffusion Model for Conditional Reservoir Facies Generation
shercoo/RGDiffSR
The official pytorch implementation of Paper: RECOGNITION-GUIDED DIFFUSION MODEL FOR SCENE TEXT IMAGE SUPER-RESOLUTION
explainingai-code/VideoGeneration-PyTorch
This repo implements Video generation model using Latent Diffusion Transformers(Latte) in PyTorch and provides training and inference code on Moving mnist dataset and UCF101 dataset
chao-ji/ldm_tf2
TensorFlow implementation of Latent Diffusion Model
VikramxD/Daifuku
Serve Text-to-Video Models in Production
mehdidc/vqgan_nodep
VQGAN from LDM without hell of dependencies
RichardObi/ccnet
Official repository of "Towards Learning Contrast Kinetics with Multi-Condition Latent Diffusion Models"
masaishi/understand-stable-diffusion-slidev-ja
ソースコードから理解するStable Diffusion(Latent Diffusion Model)のスライド。
PatrickPT/latentdiffusion
Code created or stored during learning and experiments on latent diffusion models
quickgrid/distill-sd
Experiment with latent diffusion models.
Won-Seong/simple-latent-diffusion-model
Simple Version of Latent Diffusion Models
andreyYaky/pytorch-stable-diffusion
Latent diffusion model following Umar Jamil's tutorial https://youtu.be/ZBKpAp_6TGI?si=Fa822KYeOP_2LWdr https://github.com/hkproj/pytorch-stable-diffusion
bmwas/generativebrainapi
A microservice to expose a latent diffusion model for 3D Brain T1-weighted Image generation
masaishi/understand-stable-diffusion-slidev
The presentation slide that explains image generation using Latent Diffusion Models through source code.
harshmorya/Assignment__HB1--1
This project explores generating high-quality images using depth maps and conditioning techniques like Canny edges, leveraging Stable Diffusion and ControlNet models. It focuses on optimizing image generation with different aspect ratios, inference steps to balance speed and quality.