Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 13, 2024
1 parent c52689d commit 840d3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion denoising_diffusion_pytorch/karras_unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def __init__(
self.heads = heads
hidden_dim = dim_head * heads

self.pixel_norm = PixelNorm(dim = 1)
self.pixel_norm = PixelNorm(dim = -1)

self.attend = Attend(flash = flash)

Expand Down
2 changes: 1 addition & 1 deletion denoising_diffusion_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.10.8'
__version__ = '1.10.9'

0 comments on commit 840d3ff

Please sign in to comment.