Image-Text-to-Image
Safetensors
File size: 1,841 Bytes
3e3515b
 
 
 
 
 
 
4f20cad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: cc
datasets:
- QWW/Syncd_filtered
base_model:
- black-forest-labs/FLUX.1-Kontext-dev
pipeline_tag: image-text-to-image
---
# Model Card for Model ID

This is the pre-trained model weight for paper **DivRL: Disentangled Self-Similarity Rewards for Diverse Subject-Driven Generation**.

- **Finetuned from model:** [FLUX.1-Kontext-dev](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev)
- **Repository:** [https://github.com/QianWangX/DivRL](https://github.com/QianWangX/DivRL)
- **Paper:** [https://arxiv.org/abs/2606.23950](https://arxiv.org/abs/2606.23950)
- **Demo:** [https://qianwangx.github.io/DivRL/](https://qianwangx.github.io/DivRL/)

## Uses

Stage-1 weight is trained with nSSM as reward model only. Built on top of Stage-1 weight, Stage-2 weight is further trained on nSSM + VSM collaboratively to obtain the final results shown in the paper.

You can refer to the Stage-1 weight for generation with high diversity but low consistency, and the Stage-2 weight for generation with both high diversity and high consistency.

## How to Get Started with the Model

Please refer to [https://github.com/QianWangX/DivRL](https://github.com/QianWangX/DivRL).

## Training Details

### Training Data

We provide the training data at [QWW/Syncd_filtered](https://huggingface.co/datasets/QWW/Syncd_filtered).


<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->

**BibTeX:**

```
@misc{wang2026divrl,
      title={DivRL: Disentangled Self-Similarity Rewards for Diverse Subject-Driven Generation}, 
      author={Qian Wang and Zhenyu Li and Abdelrahman Eldesokey and Peter Wonka},
      year={2026},
      eprint={2606.23950},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2606.23950}, 
}
```