Downloads · 30 days
0
trixyL/minsd15
minsd15 is a text-to-image model from trixyL. Use it when you need an image from a text prompt. The card lists the license as apache-2.0.
<h1 align="center"🧠✨ minSD15 Weights</h1
Downloads · 30 days
0
Access
Public
Updated Jan 28, 2026
Repo size
2.1 GB
Likes
1
Public
Click a slice to open those files.
.safetensors2.1 GB · 100%
From the Hugging Face model README
This repo hosts model weights used by minSD15, a minimal, educational recreation of the Stable Diffusion 1.5 Diffusers pipeline. ✨
Code: github.com/triloy8/minSD15 🔗
Use these weights with the minSD15 pipeline to study or reproduce SD1.5 sampling in a lightweight, readable codebase. The implementation mirrors the SD1.5 Diffusers pipeline structure while stripping away nonessential layers.
Dog paintings generated with the min pipeline (resized previews):
<div align="center"> <table> <tr> <td><img src="gallery/caravaggio_dog.png" width="360" alt="Caravaggio dog" /></td> <td><img src="gallery/picasso_dog.png" width="360" alt="Picasso dog" /></td> </tr> <tr> <td><img src="gallery/renoir_dog.png" width="360" alt="Renoir dog" /></td> <td><img src="gallery/rousseau_dog.png" width="360" alt="Rousseau dog" /></td> </tr> <tr> <td><img src="gallery/vangogh_dog.png" width="360" alt="Van Gogh dog" /></td> <td><img src="gallery/basquiat_dog.png" width="360" alt="Basquiat dog" /></td> </tr> </table> </div>