Reproduction

October 19, 2025 ยท View on GitHub

GEdit-Bench

Sampling

Qwen Image Edit [2509] Baseline:

python reproduction/sampling/sampling_qwen_gedit.py \
    --pretrained_name_or_path [pretrained_model] \
    --gedit_bench_path [gedit_bench_path] \
    --output_dir [absolute_output_path] \
    --seed [seed]

UniWorld-Qwen-Image-Edit [2509]:

python reproduction/sampling/sampling_qwen_gedit.py \
    --pretrained_name_or_path [pretrained_model] \
    --gedit_bench_path [gedit_bench_path] \
    --output_dir [absolute_output_path] \
    --seed [seed] \
    --lora_path [our_lora]

Evaluation

Refer to official evaluation code in GEdit-Bench. We highly recommend that set temperature=0.0 here before evaluation.

ImgEdit

Sampling

Qwen Image Edit [2509] Baseline:

python reproduction/sampling/sampling_qwen_imgedit.py \
    --pretrained_name_or_path [pretrained_model] \
    --input_path "[singleturn_json]" \
    --output_dir "[absolute_output_path]" \
    --root_path "[singleturn_dir]" \
    --seed [seed]

UniWorld-Qwen-Image-Edit [2509]:

python reproduction/sampling/sampling_qwen_imgedit.py \
    --pretrained_name_or_path [pretrained_model] \
    --input_path "[singleturn_json]" \
    --output_dir "[absolute_output_path]" \
    --root_path "[singleturn_dir]" \
    --seed [seed] \
    --lora_path [our_lora]

Evaluation

Refer to official evaluation code in ImgEdit. We highly recommend that set temperature=0.0 here before evaluation.