|
latents = latents * 0.18215 |
Hi, just a small question about the quoted script above which is bothering me: where does this 0.18215 number come from? What computation is being done? Is it from some paper? I have seen the same factor elsewhere, too, without explanation. Any guidance would be very helpful, thanks!
diffusers/examples/textual_inversion/textual_inversion.py
Line 501 in b2b3b1a
Hi, just a small question about the quoted script above which is bothering me: where does this
0.18215number come from? What computation is being done? Is it from some paper? I have seen the same factor elsewhere, too, without explanation. Any guidance would be very helpful, thanks!