filipbasara0/simple-diffusion
A minimal implementation of a denoising diffusion model in PyTorch.
This project offers a simple way for machine learning researchers and students to experiment with generating new images from scratch. You provide a dataset of existing images, and the tool produces new, unique images that resemble the originals. It's designed for those exploring the fundamentals of image generation models.
133 stars.
Use this if you are a machine learning researcher or student who wants to quickly test and understand a minimal image generation model.
Not ideal if you need production-quality image generation or want to train on very complex datasets with a small model.
Stars
133
Forks
13
Language
Python
License
MIT
Category
Last pushed
Dec 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/filipbasara0/simple-diffusion"
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.