Shilin-LU / TF-ICON

[ICCV 2023] "TF-ICON: Diffusion-Based Training-Free Cross-Domain Image Composition" (Official Implementation)

Home Page:https://shilin-lu.github.io/tf-icon.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello, what is the suggested params for same_domain?

seakforzq opened this issue · comments

I find 0.4 0.8 works for cross_domain scenarios but not for same_domain.

commented

Thanks for finding out the bug parameter 'cross_domain' here.

We have updated a new version of the codebase that should be able to work well by simply setting the 'domain' parameter to 'same'.

For the old version, we should just remove the 'cross_domain' setting in our command, and then it will be set to False by default (rather than setting it to False manually, as in this case it will always be True, thus failing in 'same domain' mode)