cientgu/InstructDiffusion

uncond=0.05 is not used in get_input() as instrucrp2p

Opened this issue · 0 comments

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:
image
Also, bug: @torch.no_grad() has been commented out.