Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-3.5-large
|
3 |
+
library_name: gguf
|
4 |
+
quantized_by: city96
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- image-generation
|
8 |
+
- stable-diffusion
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
license: other
|
12 |
+
license_name: stabilityai-ai-community
|
13 |
+
license_link: LICENSE.md
|
14 |
+
---
|
15 |
+
|
16 |
+
This is a direct GGUF conversion of [stabilityai/stable-diffusion-3.5-large](https://huggingface.co/stabilityai/stable-diffusion-3.5-large/tree/main)
|
17 |
+
|
18 |
+
As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
|
19 |
+
|
20 |
+
The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
|
21 |
+
|
22 |
+
Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
|
23 |
+
|
24 |
+
Please refer to [this chart](https://github.com/ggerganov/llama.cpp/blob/master/examples/perplexity/README.md#llama-3-8b-scoreboard) for a basic overview of quantization types.
|