minsd15 / README.md
trixyL's picture
add: model card
fe148ba verified
---
license: apache-2.0
language:
- en
base_model:
- stable-diffusion-v1-5/stable-diffusion-v1-5
pipeline_tag: text-to-image
tags:
- diffusion
- minimal
- dog
---
<h1 align="center">🧠✨ minSD15 Weights</h1>
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](https://github.com/triloy8/minSD15) 🔗
## 🎯 What this model is for
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.
## 🖼️ Gallery
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>