Open Sutongtong233 opened 9 months ago
Hi, I see that in ./stable_diffusion/ldm/models/diffusion/ddpm_edit.py, params uncond=0.05 in def get_input( ) is not used, replaced with fixed 0.075: Also, bug: @torch.no_grad() has been commented out.
def get_input( )
Hi, I see that in ./stable_diffusion/ldm/models/diffusion/ddpm_edit.py, params uncond=0.05 in
def get_input( )
is not used, replaced with fixed 0.075: Also, bug: @torch.no_grad() has been commented out.