smhongok / inv-dpm

Official repo of On Exact Inversion of DPM-Solvers by Hong et al, in CVPR 2024.
https://smhongok.github.io/inv-dpm.html
47 stars 1 forks source link

Kernel died when I generate. #1

Closed AshleyRm closed 4 months ago

AshleyRm commented 7 months ago

Outstanding work! I am trying to use your perfect work in my work but there is a problem. 1 Thanks for help!

AshleyRm commented 7 months ago

I have tried restart kernel or other choice in jupyter notebook and installed the last version jupyter notebook but it is still not work.

smhongok commented 7 months ago

Thanks for trying and sharing the issues. It seems that sometimes the kernel crashes if your GPU doesn't have enough memory. To run our code smoothly (we're using Stable Diffusion 2.1), you'll need a GPU with at least 16 GB of memory. We've tested it on an NVIDIA RTX 3090Ti with 24GB of memory, and it worked like a charm.

If your GPU meets the memory requirement, it's also a good idea to double-check the versions of dependencies listed in our requirement.txt file.

Thanks again for your efforts!

Best regards, Seongmin