VinAIResearch/SA-DPM
Official PyTorch implementation of "On Inference Stability for Diffusion Models" (AAAI'24)
This project helps researchers and practitioners in generative AI improve the quality of images created by Denoising Probabilistic Models (DPMs). It takes existing DPM training data and models as input and applies a novel 'sequence-aware' loss function during training. The output is a more stable and higher-quality image generation model, suitable for those working with advanced image synthesis.
No commits in the last 6 months.
Use this if you are developing or training diffusion models and want to enhance the stability and visual quality of the generated images, especially for complex datasets like human faces or animal images.
Not ideal if you are looking for an out-of-the-box image generation tool or if you do not have experience with training deep learning models and managing datasets like CelebA or FFHQ.
Stars
8
Forks
1
Language
Python
License
AGPL-3.0
Category
Last pushed
Jul 23, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/VinAIResearch/SA-DPM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xie-lab-ml/Golden-Noise-for-Diffusion-Models
[ICCV2025] The code of our work "Golden Noise for Diffusion Models: A Learning Framework".
yulewang97/ERDiff
[NeurIPS 2023 Spotlight] Official Repo for "Extraction and Recovery of Dpatio-temporal Structure...
UNIC-Lab/RadioDiff
This is the code for the paper "RadioDiff: An Effective Generative Diffusion Model for...
pantheon5100/pid_diffusion
This repository is the official implementation of the paper: Physics Informed Distillation for...
zju-pi/diff-sampler
An open-source toolbox for fast sampling of diffusion models. Official implementations of our...