guided-diffusion
guided-diffusion copied to clipboard
Settings: Win10 Pro python 3.7.9 ptorch 1.8.1+cu111 1 GPU GLOO backend jupyter notebook I can run the rest of the methods fine. I can run classifier_sample.py, super_res_sample.py but when I...
Hi @unixpickle @prafullasd! I explained the code (and paper) in a fair amount of depth in this YouTube video: https://www.youtube.com/watch?v=hAp7Lk7W4QQ Hope someone finds it useful! :)
Running into the titular error message. Running on Windows 10 Installed MPI 10.1 from Microsoft Using Python=3.8.13 environment. Used pip to install mpi4py==3.1.3. Did a pip install of the requirements.txt...
@prafullasd @unixpickle Thank you for your work. I have a query, while catching up with the research in diffusion models, I stumbled upon one paper which asks for the comeback...
Thanks for your great job! I wonder if there are any pre-trained models on the FFHQ dataset.
Hi. Thanks for releasing the code for your interesting paper. I looked into the repo, but couldn't find the latent space projection and interpolation code for Figure 10 results. Can...
Hello there, I hope you all doing well. Sorry If my question looks silly, but I want to know If there is a capability of adding Diffusion into `nn.DataParallel` for...
Dear Guided-diffusion team, Thank you for sharing this great work, I really enojy your work. Is a figure to show the network architecture you described in section 3 Architecture Improvements?...
Hello, https://github.com/openai/guided-diffusion/blob/8fb3ad9197f16bbc40620447b2742e13458d2831/guided_diffusion/gaussian_diffusion.py#L36-L45 I get this is a strict implementation of paper https://arxiv.org/pdf/2102.09672.pdf, but I don't understand how could max_beta=0.999 not be a bug. In my personal loose implementation of this...
Thanks for providing the code implementation. I am able to train and use the model on 1 GPU but I am having issues while using multiple GPUs . I am...