[( *u_ptr ) = ( *u_ptr ) + 7 * ( ( *c_ptr ) - ( *u_ptr ) );]
henbucuoshanghai opened this issue · 1 comments
henbucuoshanghai commented
[( *u_ptr ) = ( *u_ptr ) + 7 * ( ( *c_ptr ) - ( *u_ptr ) );]
Stable-Diffusion-NCNN/stable_diffusion.hpp
Line 385 in e3ba9d8
why?
henbucuoshanghai commented
it means?denoised_uncond and denoised_cond?
( *u_ptr ) = ( *u_ptr ) + 7 * ( ( *c_ptr ) - ( *u_ptr ) );
tks