You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: