MichalGeyer / pnp-diffusers

MIT License
92 stars 9 forks source link

Injection thresholds #7

Open fsbarros98 opened 3 months ago

fsbarros98 commented 3 months ago

Hello, in you paper I found the following information on the injection threshold values We set our default injection thresholds to: τA = 25, τf = 40 out of the 50 sampling steps; for primitive guidance image, we found that τA = τf = 25 to work better. I'm not quite sure what you mean by primitive guidance image, and in your config you have pnp_attn_t: 0.5 and pnp_f_t: 0.8, so I'm trying to wrap my head around what the implications of these values are without needing to try them all. Do you have more information on the subject?