WaveDiff
WaveDiff copied to clipboard
Official Pytorch Implementation of the paper: Wavelet Diffusion Models are fast and scalable Image Generators (CVPR'23)
Thanks for your work and I have reconduct this model. Now I want to do it for super-resolution task, Can I need to increase the step T? Can I need...
good job, is it possible to add other datasets for training and testing and also is there any sample of PSNR and SSIM evaluation metrics, thanks!
When I use the pretrained weights to test the result by a GPU on celeba_256 dataset, it occurs following preblem. I can not solve it, can you give me some...
Hi, I am getting this error when i try to find FID, although batch_size is 100. "but got batch_size={}".format(batch_size)) ValueError: batch_size should be a positive integer value, but got batch_size=0