You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/OmniGen2-RL/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This acts as a powerful "reranker" that filters out suboptimal results, signific
24
24
### How to Use
25
25
We provide ready-to-use scripts to perform a full Best-of-N workflow on the GEdit-Bench benchmark. The following instructions use **OmniGen2** as the base model, but we provide similar scripts for **FLUX-Kontext** and **Qwen-Image-Edit** in the `evaluation/GEdit-Bench/` directory.
26
26
27
-
**1.Generate Candidates**
27
+
**1.Generate Candidates**
28
28
```bash
29
29
bash evaluation/GEdit-Bench/omnigen2_16samples.sh # default using 8 GPUs
-**Monitoring Progress**: The scripts utilize nohup for background execution. We recommend monitoring the file (specified in the script file) to track the status and progress of the generation process.
51
51
</details>
52
52
53
-
**2.Score and Select**
53
+
**2.Score and Select**
54
54
Next, use EditScore to evaluate all N candidates and identify the one with the highest score.
55
55
56
56
```bash
57
57
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass1.sh # EditScore-7B, single pass
0 commit comments