switch over to film like conditioning, used by both openai and google at this point

This commit is contained in:
Phil Wang
2022-05-24 23:47:34 -07:00
parent fc8e4547aa
commit e5a18bb25c
2 changed files with 21 additions and 11 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.15.7',
version = '0.16.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',