logtd / ComfyUI-Veevee

Video2Video Framework for ComfyUI
GNU General Public License v3.0
56 stars 3 forks source link

Does it work only in 1:1 aspect ratio? #2

Open Cedri4 opened 1 month ago

Cedri4 commented 1 month ago

When I try to use a video in anything other than 1:1 aspect ratio I get this error: image image

I used width 852 and with 512. For some reason 768x512 works

logtd commented 4 weeks ago

I've used it with other aspects, e.g. 16:9. You should make sure your dimensions are divisible by 8 (general rule of thumb for most models)

Cedri4 commented 3 weeks ago

image I tried with 512x912 for 9:16 and it still doesn't work.

Cedri4 commented 3 weeks ago

Hmm, 576x1024 seems to work fine

Cedri4 commented 3 weeks ago

Also @logtd it would be nice to have the description to your nodes since in my case it is quite complex to understand which nodes does what. Built-in nodes already have some sort of a description: image

logtd commented 3 weeks ago

Thanks, I'll take a look at tooltips.

It looks like your error is occurring when using unimatch. I've added in SEA Raft, which is a new optical flow processor that has better results imo.

You can use it by using the Get Raft Flow node and placing SEA Raft in the ComfyUI/models/raft directory. The model checkpoint can be found here: https://github.com/princeton-vl/SEA-RAFT

I'll add them to huggingface when I get time.