chunyu-li/ddpm
扩散模型的简易 PyTorch 实现
This project offers a straightforward way for machine learning researchers and students to experiment with Denoising Diffusion Probabilistic Models (DDPM). You can input a dataset of images, like car photos, and train a model to generate new, unique images that resemble the originals. It’s ideal for those learning about generative AI or needing to create synthetic image data.
112 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher or student looking for a simple, working example of a Denoising Diffusion Probabilistic Model to generate images.
Not ideal if you need a production-ready, highly optimized, or complex diffusion model for commercial applications.
Stars
112
Forks
8
Language
Python
License
—
Category
Last pushed
Jul 08, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/chunyu-li/ddpm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
bghira/SimpleTuner
A general fine-tuning kit geared toward image/video/audio diffusion models.
mcmonkeyprojects/SwarmUI
SwarmUI (formerly StableSwarmUI), A Modular Stable Diffusion Web-User-Interface, with an...
nateraw/stable-diffusion-videos
Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts
TheDesignFounder/DreamLayer
Benchmark diffusion models faster. Automate evals, seeds, and metrics for reproducible results.