Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
license_name: flux-dev-non-commercial-license
|
| 6 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.2-dev/blob/main/LICENSE.txt
|
| 7 |
+
base_model:
|
| 8 |
+
- fal/FLUX.2-dev-Turbo
|
| 9 |
+
tags:
|
| 10 |
+
- image-generation
|
| 11 |
+
- flux
|
| 12 |
+
- lora
|
| 13 |
+
- distillation
|
| 14 |
+
- turbo
|
| 15 |
+
pipeline_tag: text-to-image
|
| 16 |
+
library_name: diffusers
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
A compressed Comfy v2 version of the Turbo LoRA for FLUX2, resized with the [Soon Merger space](https://huggingface.co/spaces/AlekseyCalvin/Soon_Merger)
|