mirror of
https://github.com/wassname/denoising-diffusion-pytorch.git
synced 2026-09-13 12:31:15 +08:00
bring in the continuous time v-parameterized ddpm, validated to work locally, and which will be used for imagen-video replication
This commit is contained in:
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name = 'denoising-diffusion-pytorch',
|
||||
packages = find_packages(),
|
||||
version = '0.28.0',
|
||||
version = '0.29.0',
|
||||
license='MIT',
|
||||
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
|
||||
author = 'Phil Wang',
|
||||
|
||||
Reference in New Issue
Block a user