Hi, I wonder how to apply score correction at the code.
|
e_t = score_corrector.modify_score(self.model, e_t, x, t, c, **corrector_kwargs) |
I can't find any examples and codes.
Could you give me some help for understanding how to apply score correction?
Hi, I wonder how to apply score correction at the code.
stable-diffusion/ldm/models/diffusion/ddim.py
Line 182 in 21f890f
I can't find any examples and codes.
Could you give me some help for understanding how to apply score correction?