Skip to content

Commit df793c8

Browse files
maximevtushpsychedelicious
authored andcommitted
Update denoise_latents.py
1 parent d6181e4 commit df793c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/denoise_latents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ def step_callback(state: PipelineIntermediateState) -> None:
898898

899899
### inpaint
900900
mask, masked_latents, is_gradient_mask = self.prep_inpaint_mask(context, latents)
901-
# NOTE: We used to identify inpainting models by inpecting the shape of the loaded UNet model weights. Now we
901+
# NOTE: We used to identify inpainting models by inspecting the shape of the loaded UNet model weights. Now we
902902
# use the ModelVariantType config. During testing, there was a report of a user with models that had an
903903
# incorrect ModelVariantType value. Re-installing the model fixed the issue. If this issue turns out to be
904904
# prevalent, we will have to revisit how we initialize the inpainting extensions.

0 commit comments

Comments
 (0)