Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: Qwen/Qwen-Image
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
+
pipeline_tag: text-to-image
|
8 |
+
library_name: diffusers
|
9 |
+
tags:
|
10 |
+
- Qwen-Image
|
11 |
+
- distillation
|
12 |
+
- LoRA
|
13 |
+
- merge
|
14 |
+
---
|
15 |
+
50/50 merge of the 8-step v1.0 and v1.1 LoRAs.
|
16 |
+
|
17 |
+
Fairly similar outputs to [PJMixers-Images/lightx2v_Qwen-Image-Lightning-4step-8step-Merge](https://huggingface.co/PJMixers-Images/lightx2v_Qwen-Image-Lightning-4step-8step-Merge) so refer to that for a more detailed README.
|