Datasets:
Add link to paper and task category (#2)
Browse files- Add link to paper and task category (f837d1be69ef592ab0518207a4ac286524eb194c)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -25,12 +25,19 @@ dataset_info:
|
|
25 |
num_examples: 29859
|
26 |
download_size: 27509349685
|
27 |
dataset_size: 27532187682.875
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
<img src='./MUSAR_Gen.png' width='100%' />
|
31 |
|
32 |
⭐️ Although MUSAR is trained solely on diptych data constructed from concatenated single-subject samples, we recognize that a high-quality multi-subject paired dataset is highly beneficial for the field of image customization. To accelerate progress in this field, we are releasing the high-quality multi-subject dataset generated by MUSAR: [MUSAR-Gen](https://huggingface.co/datasets/guozinan/MUSAR-Gen). It delivers FLUX-comparable image quality without exhibiting attribute entanglement issues. Hope it will be helpful to researchers working on related topics.
|
33 |
|
|
|
|
|
34 |
# dataset info
|
35 |
Construction details: The condition images are two subjects randomly selected from the [subjects200k](https://huggingface.co/datasets/Yuanshi/Subjects200K) dataset (excluding the 111,761 subjects used during the model training process). The prompt format is: "An undivided, seamless, and harmonious picture with two objects. in the xxx scene, Subject A and Subject B are placed together." By collecting the outputs of the MUSAR model, we obtained approximately 30,000 samples.
|
36 |
|
|
|
25 |
num_examples: 29859
|
26 |
download_size: 27509349685
|
27 |
dataset_size: 27532187682.875
|
28 |
+
task_categories:
|
29 |
+
- text-to-image
|
30 |
+
tags:
|
31 |
+
- text-to-image
|
32 |
+
- customization
|
33 |
---
|
34 |
|
35 |
<img src='./MUSAR_Gen.png' width='100%' />
|
36 |
|
37 |
⭐️ Although MUSAR is trained solely on diptych data constructed from concatenated single-subject samples, we recognize that a high-quality multi-subject paired dataset is highly beneficial for the field of image customization. To accelerate progress in this field, we are releasing the high-quality multi-subject dataset generated by MUSAR: [MUSAR-Gen](https://huggingface.co/datasets/guozinan/MUSAR-Gen). It delivers FLUX-comparable image quality without exhibiting attribute entanglement issues. Hope it will be helpful to researchers working on related topics.
|
38 |
|
39 |
+
[Paper](https://huggingface.co/papers/2505.02823)
|
40 |
+
|
41 |
# dataset info
|
42 |
Construction details: The condition images are two subjects randomly selected from the [subjects200k](https://huggingface.co/datasets/Yuanshi/Subjects200K) dataset (excluding the 111,761 subjects used during the model training process). The prompt format is: "An undivided, seamless, and harmonious picture with two objects. in the xxx scene, Subject A and Subject B are placed together." By collecting the outputs of the MUSAR model, we obtained approximately 30,000 samples.
|
43 |
|