instantX-research / InstantID

InstantID: Zero-shot Identity-Preserving Generation in Seconds 🔥
https://instantid.github.io/
Apache License 2.0
11.05k stars 805 forks source link

Enhance non-face region的两个问题 #234

Open cqflgl opened 5 months ago

cqflgl commented 5 months ago

1、enhance_face_region = gr.Checkbox(label="Enhance non-face region", value=True),UI上写的是"non-face",代码中写的变量名都是enhance_face_region,哪个是正确的?

2、我测试发现,很多时候勾选这个选项对生成结果没影响。反而在某些场景下,勾选后有概率生成怪异图片,如: enhance

大佬能否解释下这个选项是什么意思?谢谢

haofanwang commented 5 months ago

"Enhance non-face region" should be changed to "Enhance face region", this is a typo. This operation means that we only inject ID information at this region to minimize its effect of background.