File size: 1,361 Bytes
fe148ba
 
 
 
 
 
 
 
 
 
 
 
f881827
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe148ba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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>