kohinoor23/How-Diffusion-Models-Work
Notes from How Diffusion Models Work by DeepLearning.ai
These notes explain how to create new images from existing ones using diffusion models. You start with a collection of images, like character sprites for a video game, and the model learns to generate many more similar, high-quality images. This is for game developers, graphic designers, or artists looking to expand their creative asset libraries.
No commits in the last 6 months.
Use this if you need to understand the underlying mechanics of how diffusion models learn to generate new images from scratch, based on a dataset of existing images.
Not ideal if you are looking for an off-the-shelf tool to generate images without understanding the technical details of the model's architecture or training process.
Stars
27
Forks
20
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 04, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/kohinoor23/How-Diffusion-Models-Work"
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.