Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
base_model:
|
4 |
+
- stabilityai/stable-diffusion-3.5-large
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
tags:
|
7 |
+
- text-to-image
|
8 |
+
- stable-diffusion
|
9 |
+
- diffusers
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Description
|
13 |
+
|
14 |
+
FP8 quantized version of [Stable Diffusion 3.5 Large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)
|
15 |
+
|
16 |
+
# License
|
17 |
+
The model falls under the [Stable Diffusion 3.5 Large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large/blob/main/LICENSE.md) RESEARCH & NON-COMMERCIAL USE LICENSE
|