luc-leonard / pytorch-diffusion-autoencoder

WIP: Unnoficial implementation of diffusion autoencoders, using pytorch
10 stars 2 forks source link

Hello,where is the “denoising_diffusion_pytorch" file #3

Open GreatnessBrain opened 1 year ago

GreatnessBrain commented 1 year ago

An import error occurred when running diffuse.py under the modelfolder. Line 8: from denoising_diffusion_pytorch import GaussianDiffusion. I can not find the denoising_diffusion_pytorch.py file.

Andy3117006664 commented 2 months ago

I think that is from https://github.com/lucidrains/denoising-diffusion-pytorch But there are still too many import errors to train the model🤣