prepare for latent diffusion in the first DDPM of the cascade in the Decoder

This commit is contained in:
Phil Wang
2022-04-21 17:54:31 -07:00
parent 0b4ec34efb
commit ad17c69ab6
5 changed files with 538 additions and 16 deletions

View File

@@ -30,6 +30,7 @@ setup(
'torch>=1.10',
'torchvision',
'tqdm',
'vector-quantize-pytorch',
'x-clip>=0.4.4',
'youtokentome'
],