explainingai-code/StableDiffusion-PyTorch
This repo implements a Stable Diffusion model in PyTorch with all the essential components.
This project provides the underlying technology to generate new images from existing ones, or create entirely new images based on text descriptions. It processes input images, text, or semantic masks to produce novel visual content. This is for machine learning engineers, researchers, and developers who are building or experimenting with generative AI models for image creation and manipulation.
246 stars. No commits in the last 6 months.
Use this if you are a machine learning practitioner looking to train and experiment with your own Stable Diffusion models for image generation from scratch or with custom datasets.
Not ideal if you are an end-user looking for a ready-to-use application to generate images without deep technical setup and model training.
Stars
246
Forks
56
Language
Python
License
MIT
Category
Last pushed
Nov 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/explainingai-code/StableDiffusion-PyTorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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