Open dreamingtulpa opened 1 year ago
Yes, please do. How is the first animated gif created? Also "ScaleCrafter is capable of generating images with resolution of 4096 x 4096 and results with resolution of 2048 x 1152 based on pre-trained diffusion models on a lower resolution." is results a typo for videos?
Also "ScaleCrafter is capable of generating images with resolution of 4096 x 4096 and results with resolution of 2048 x 1152 based on pre-trained diffusion models on a lower resolution." is results a typo for videos?
Thanks! We have fixed it.
Thanks! We have fixed it.
How do we create videos?
This method only overrides the configurations of some of the convolutions in the UNet as far as I can tell.
Essentially any video synthesis algorithm that relies on the stable diffusion UNet should be compatible, you "just" have to splice in the inflation/dilation code from lines 197-258 to your video pipeline.
Hopefully one of the devs gives us a working script. The movie is their first example after all. Surely we don't have to use some other system and splice in other code etc?
Yes, we are preparing this part. Please stay tuned
+1 for video generation code
+1 for video generation code
+1 for video generation code
+1 for video generation code
Hello, thanks for your contribution, I'm also waiting for this part, and I would like to ask when will this code be released.
+1 for video generation code
Yes, we are preparing this part. Please stay tuned
5 months later. Any update?
10 months later. Any update?
Could you provide an example on how to use this method for video inference?