Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- ostris/Flex.1-alpha
|
| 5 |
+
pipeline_tag: text-to-image
|
| 6 |
+
library_name: diffusers
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This is a direct GGUF conversion of flex.1 alpha 8B to be used with [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by [city96](https://huggingface.co/city96)
|
| 10 |
+
|
| 11 |
+
**Model creator**: ostris<br/>
|
| 12 |
+
**Original model**: [Flex.1-alpha](https://huggingface.co/ostris/Flex.1-alpha)<br/>
|
| 13 |
+
**GGUF quantization**: based on [llama.cpp b3962](https://github.com/ggerganov/llama.cpp/releases/tag/b3962) patched with [ComfyUI-GGUF/tools/lcpp_sd3.patch](https://github.com/city96/ComfyUI-GGUF/blob/main/tools/lcpp_sd3.patch)
|