ehristoforu
commited on
Commit
•
4610259
1
Parent(s):
05555e1
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- torch
|
9 |
+
- safetensors
|
10 |
+
- stable-diffusion
|
11 |
+
- optimized
|
12 |
+
- sd-v1.5
|
13 |
+
base_model: runwayml/stable-diffusion-v1-5
|
14 |
+
---
|
15 |
+
|
16 |
+
# Optimized tiny Stable Diffusion v1.5
|
17 |
+
|
18 |
+
This is the official model from RunwayML, only excess weights have been removed from it, the removal of which did not affect the generation results in any way.
|