use a decorator and take care of sampling in chunks (max_batch_size keyword), in case one is sampling a huge grid of images

This commit is contained in:
Phil Wang
2022-05-16 12:34:28 -07:00
parent 5562ec6be2
commit 164d9be444
2 changed files with 30 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.2.44',
version = '0.2.46',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',