first pass at complete DALL-E2 + Latent Diffusion integration, latent diffusion on any layer(s) of the cascading ddpm in the decoder.

This commit is contained in:
Phil Wang
2022-04-22 13:46:36 -07:00
parent f2d5b87677
commit be72f8575d
4 changed files with 201 additions and 30 deletions

View File

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