Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
used later in line 70
  • Loading branch information
vladmandic authored Feb 8, 2023
1 parent 3ee9ca5 commit 3ca41db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sd_hijack_inpainting.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from ldm.models.diffusion.ddpm import LatentDiffusion
from ldm.models.diffusion.plms import PLMSSampler
from ldm.models.diffusion.ddim import DDIMSampler, noise_like
from ldm.models.diffusion.sampling_util import norm_thresholding


@torch.no_grad()
Expand Down

0 comments on commit 3ca41db

Please sign in to comment.