notaryanramani/mini-stable-diffusion
stable diffusion using pytorch only
This project helps researchers and developers understand and reproduce image generation workflows. By taking text descriptions and optionally an initial image, it generates new images based on those inputs. It's designed for machine learning researchers, students, or developers who want to learn how text-to-image and image-to-image models work.
No commits in the last 6 months.
Use this if you are an AI/ML researcher or student who wants a simplified, clear implementation of a Stable Diffusion-like model to study its mechanics.
Not ideal if you need a production-ready, highly optimized image generation tool with the full capabilities and quality of the original Stable Diffusion model.
Stars
10
Forks
3
Language
Python
License
—
Category
Last pushed
Mar 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/notaryanramani/mini-stable-diffusion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
siliconflow/onediff
OneDiff: An out-of-the-box acceleration library for diffusion models.
wooyeolbaek/attention-map-diffusers
🚀 Cross attention map tools for huggingface/diffusers
jina-ai/discoart
🪩 Create Disco Diffusion artworks in one line
chengzeyi/stable-fast
https://wavespeed.ai/ Best inference performance optimization framework for HuggingFace...
hkproj/pytorch-stable-diffusion
Stable Diffusion implemented from scratch in PyTorch