Niansuh commited on
Commit
c149993
1 Parent(s): f751c9d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: black-forest-labs/FLUX.1-dev
3
+ library_name: gguf
4
+ license: other
5
+ license_name: flux-1-dev-non-commercial-license
6
+ license_link: LICENSE.md
7
+ quantized_by: city96
8
+ tags:
9
+ - text-to-image
10
+ - image-generation
11
+ - flux
12
+ ---
13
+
14
+ This is a direct GGUF conversion of [black-forest-labs/FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main)
15
+
16
+ As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.
17
+
18
+ The model files can be used with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node.
19
+
20
+ Place model files in `ComfyUI/models/unet` - see the GitHub readme for further install instructions.
21
+
22
+ 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.