-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not recognizing FFMPEG on windows #5
Comments
Same here.
I also ran
Running windows 11 version 24H2 |
Error is from rp : get_system_commands() return nothing when on Windows |
WARNING : You'll probably won't have enough VRAM, it tried to allocated 113.01 GiB at the end1. Animation Template GUI (Local)WARNING TEMPORARY STUPID SOLUTION, USE AT YOUR OWN RISKFind location of r.py (you can find the path in the error)
Seems to works (but will probably cause issue with this package) 2 - Running Video Diffusion (GPU)
Run Inference 2.4 Anyway, Got OUT OF MEMORY error so I'll probably won't get further. |
Hi - this doesn't seem right, it should never require more than 40GB VRAM, and if you enable gradient checkpointing (aka CPU offloading) it shouldn't take more than 10GB. Was this blowup during the diffusion process or the noise warping process? |
Also, @remisarrailh rp has just been updated with a corrected detector for FFMPEG that should work on Windows. Can you please update with "pip install rp --upgrade" and confirm? Thank you! |
Thanks1 |
Please mention VRAM requirement sin the README saving many people a lot of time. |
I got it working on my 16 gig NVIDIA 4070 TI Super. However, I haven't figured out how to correctly mimic motion as it just cuts and pasts a part of the video the new location (red dots to blue). There's on info on how to use it. |
FFMPEG not working on Windows for some reason wtf
The text was updated successfully, but these errors were encountered: