Add common high-performance languages and link correct base model
Browse files
README.md
CHANGED
|
@@ -3,8 +3,17 @@ license: apache-2.0
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
base_model:
|
| 7 |
-
- black-forest-labs/FLUX.2-klein-4B
|
| 8 |
tags:
|
| 9 |
- gguf
|
| 10 |
- text-to-image
|
|
@@ -19,4 +28,4 @@ The license of the quantized files follows the license of the original model:
|
|
| 19 |
|
| 20 |
These files are converted using https://github.com/leejet/stable-diffusion.cpp
|
| 21 |
|
| 22 |
-
You can use these weights with stable-diffusion.cpp to generate images.
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
+
- ja
|
| 7 |
+
- ko
|
| 8 |
+
- fr
|
| 9 |
+
- de
|
| 10 |
+
- ru
|
| 11 |
+
- ar
|
| 12 |
+
- fa
|
| 13 |
+
- uk
|
| 14 |
+
- id
|
| 15 |
base_model:
|
| 16 |
+
- black-forest-labs/FLUX.2-klein-base-4B
|
| 17 |
tags:
|
| 18 |
- gguf
|
| 19 |
- text-to-image
|
|
|
|
| 28 |
|
| 29 |
These files are converted using https://github.com/leejet/stable-diffusion.cpp
|
| 30 |
|
| 31 |
+
You can use these weights with stable-diffusion.cpp to generate images.
|