in ddim, clip x0 before calculation of predicted noise, thanks to @lukovnikov again for pointing out this inconsistency with glides implementation

This commit is contained in:
Phil Wang
2022-09-01 09:34:50 -07:00
parent 9ec8d27217
commit 6dda508ff6
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.27.7',
version = '0.27.8',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',