aim-uofa / FreeCustom

[CVPR 2024] Official PyTorch implementation of FreeCustom: Tuning-Free Customized Image Generation for Multi-Concept Composition
https://aim-uofa.github.io/FreeCustom/
MIT License
62 stars 0 forks source link

What is style fidelity ? #2

Open wzic opened 2 weeks ago

wzic commented 2 weeks ago

Hi! May I know what is style fidelity ? How much influence does it have on the result ? It seems that this concept is not mentioned in the paper. Thanks.

dingangui commented 2 weeks ago

style fidelity is a concept occurred in controlnet reference only, see here: https://github.com/Mikubill/sd-webui-controlnet/discussions/1236. In our settings, we set style fidelity=1.0 to get the most consistent results.

wzic commented 2 weeks ago

Thanks