frank-xwang / InstanceDiffusion

[CVPR 2024] Code release for "InstanceDiffusion: Instance-level Control for Image Generation"
https://people.eecs.berkeley.edu/~xdwang/projects/InstDiff/
Apache License 2.0
474 stars 26 forks source link

Incorrect Demo Result #26

Open yuntaodu opened 4 months ago

yuntaodu commented 4 months ago

Hi. I have run the demo example with "demo_cat_dog_robin.json", but the British shorthair is wrongly generated or missing. In the box place of British shorthair, there is a stone. 0_xl_s0 4_n20

frank-xwang commented 4 months ago

Hi, can you try to run with a different seed and check again? I tried to run the demos locally and attached results below.

Seed1 Seed2 Seed3
2_xl_s0 3_n20 3_xl_s0 3_n20 1_xl_s0 3_n20

Also, you many want to use a higher "--alpha" if you want to make the model better respect the instance-level control signals. Hope it helps!