dangeng / visual_anagrams

Code for the paper "Visual Anagrams: Generating Multi-View Optical Illusions with Diffusion Models"
MIT License
870 stars 81 forks source link

How to create animations? #7

Closed SoftologyPro closed 11 months ago

SoftologyPro commented 11 months ago

I can run the example scripts but I only get static dual image results. How can I generate the animated/rotating gif examples you show in the git repo and https://dangeng.github.io/visual_anagrams/ page.

unspokenlanguage commented 11 months ago

I can run the example scripts but I only get static dual image results. How can I generate the animated/rotating gif examples you show in the git repo and https://dangeng.github.io/visual_anagrams/ page.

How you were able to create environment, as I couldn't' even yet able to run the script as I also had the following issue. https://github.com/dangeng/visual_anagrams/issues/6

SoftologyPro commented 11 months ago

How you were able to create environment, as I couldn't' even yet able to run the script as I also had the following issue. #6

I answered in your other issue as that has nothing to do with this problem.

dangeng commented 11 months ago

Hi! Did you the command in the readme not work for you? The one under the heading Animating?

SoftologyPro commented 11 months ago

Yes, I did miss that :) Thanks, it works now.

dangeng commented 11 months ago

Great to hear!

(btw, to your previous edits: yeah I definitely think animation could be a bit better. I could add a flag, but might be a waste of disk/compute given that not every illusion you generate you would want to animate. I plan to think about it and push some changes when I find the time)