Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: fal/AuraFlow-v0.3
|
4 |
+
library_name: gguf
|
5 |
+
quantized_by: city96
|
6 |
+
tags:
|
7 |
+
- text-to-image
|
8 |
+
---
|
9 |
+
|
10 |
+
This is a direct GGUF conversion of [fal/AuraFlow-v0.3](https://huggingface.co/fal/AuraFlow-v0.3)
|
11 |
+
|
12 |
+
The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node or directly via Diffusers.
|
13 |
+
|
14 |
+
Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
|
15 |
+
|
16 |
+
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.
|