Skip to content

Commit

Permalink
latest ema-pytorch for the post-hoc ema proposed by Karras et al.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 8, 2024
1 parent 9295685 commit c52689d
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/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.10.7'
__version__ = '1.10.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
install_requires=[
'accelerate',
'einops',
'ema-pytorch',
'ema-pytorch>=0.4.2',
'numpy',
'pillow',
'pytorch-fid',
Expand Down

0 comments on commit c52689d

Please sign in to comment.