AndyShih12/paradigms
PyTorch implementation for "Parallel Sampling of Diffusion Models", NeurIPS 2023 Spotlight
This project helps machine learning engineers and researchers accelerate the process of generating high-quality images and other data using diffusion models. It takes a text prompt or other input for a diffusion model and produces generated images or data much faster than traditional methods. Data scientists and AI researchers working with generative AI will find this useful for speeding up their experiments and deployments.
155 stars. No commits in the last 6 months.
Use this if you need to generate many images or data points from diffusion models quickly and have access to multiple GPUs.
Not ideal if you are only generating a single image or do not have multiple GPUs available, as the overhead may not be worth it.
Stars
155
Forks
12
Language
Python
License
MIT
Category
Last pushed
Oct 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/AndyShih12/paradigms"
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...