A workflow uses the latest model and the new features of the ComfyUI-SeedVR2_VideoUpscaler.
Please check the video for detailed instructions before you use the workflow:
https://www.runninghub.ai/post/1987878221989523458
If you think this is helpful, please like and share the video and subscribe for more.
Description
Update to the latest SeedVR2 V2.5 and FlashVSR V1.1 to upscale videos
FAQ
Comments (5)
Thanks for the video and workflow. Will try it out to see how it goes!
crash my confyui...
I solved it using LLM.
"When you installed those new custom nodes, one of them had a requirements.txt file that told pip to install or update scipy. Because it didn't specify a safe version, pip pulled down a brand new version of SciPy. This version of SciPy expects NumPy 2.0 or higher, which triggers your first warning:"
Solution was to run this inside the comfy virtual environment
pip install scipy==1.13.1 --force-reinstall
after that i got comfy back up and running.
Thank you so much, great workflow!
It crashed whole pc... After years I press the reset button...

