ddim icon indicating copy to clipboard operation
ddim copied to clipboard

Denoising Diffusion Implicit Models

Results 16 ddim issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your excellent paper and project ! I want to explore the "5.4 reconstruction from latent code". Can I just reverse the seq and seq_next to produce t...

Hi, I sampled 50000 images using the provided pretrained CelebA model, but got a FID of 5.83 in the setting of timesteps=1000, eta=0, which is a margin away from 3.51...

Special thanks for your outstanding work, I now want to use celeba's pre-trained model, but I don't know how to write the execution command, can you give me a concrete...

thank you for this code. I tried to load several lsun dataset. but _verify_classes is error ``` Replacement index 1 out of range for positional args tuple File "/home/vscode/ddim/datasets/lsun.py", line...

![image](https://github.com/ermongroup/ddim/assets/57710177/896ed041-a418-4824-ae4f-5bc604192cbc) Hello dear authors! I trained ddim in another dataset. In 1200 epoches,, the loss still seems not going down constantly while sometimes loss became large. I wonder whether it...

Thanks for sharing your code. I clone this repository, then using the following command: ``` python main.py --config cifar10.yml --doc test1 --sample --fid --timesteps 10 --ni --use_pretrained ``` Then use...

I am very interested in the training setting of the CelebA model since I retrained one but got a fid of only 4.5 with 1000 steps DDIM sampler. Could you...

Hello, may I ask how to add test data to generate high-quality images? What is given in the project is generated from noise

I have questions on [Lemma 1 of the DDIM paper](https://arxiv.org/pdf/2010.02502.pdf#page=13) 1. How to derive equation (25) or (7) in the paper ? 2. How to use bishop equation (2.115) for...