Skip to content

Commit e6fc8af

Browse files
authored
Fix typo
Taken from `main` PR #1147 Author: eltociear
1 parent c974c95 commit e6fc8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldm/models/diffusion/ddpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ def apply_model(self, x_noisy, t, cond, return_ids=False):
13531353
num_downs = self.first_stage_model.encoder.num_resolutions - 1
13541354
rescale_latent = 2 ** (num_downs)
13551355

1356-
# get top left postions of patches as conforming for the bbbox tokenizer, therefore we
1356+
# get top left positions of patches as conforming for the bbbox tokenizer, therefore we
13571357
# need to rescale the tl patch coordinates to be in between (0,1)
13581358
tl_patch_coordinates = [
13591359
(

0 commit comments

Comments
 (0)