Workflow templates (for SeedVR2.5) #294
Replies: 10 comments 38 replies
-
|
Thanks @naxci1 - might want to enable cache_model on the VAE and DiT if doing batch processing. Thanks for sharing |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I have encountered "memory limitation error" when I try to use FalshVR on 5060 TI (16G VRAM) with Intel 14th generation CPU and 16G RAM. Is it related to VRAM or CPU RAM ? Could you suggest a modified FlashVR workflow that can be working on my system? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
My source videos are generally 240p; when they're larger, I downscale them to 240p. Because the more you upscale, the higher the quality, I recommend at least 3x upscaling, and 4x if possible. However, I've noticed that upscaling 4x+ doesn't significantly improve quality; for example, 4x and 5x upscaling resulted in almost the same quality. Therefore, 3x-4x is the best upscaling. Since I don't have enough VRAM, I'm forced to download to 240p and then upscale it to 720p. So I adjust it according to my hardware, but if I had higher-end hardware, I would also upscale larger videos by 3x. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks a lot for the workflows! I just tried to use one of them, but I keep running into the following error message. Do you have any idea what might be causing this? ` [ComfyUI-Easy-Use] server: v1.3.6 Loaded [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
` |
Beta Was this translation helpful? Give feedback.
-
|
Hi @merhovon Change Node Setting: Go to the SeedVR2LoadDiTModel node and change attention_mode from flash_attn to sdpa. This is the most immediate fix for the crash. Memory Management: When using Load Video (VHS), do not try to load long or high-resolution videos all at once. Set a frame_load_cap (e.g., 24 or 48) to avoid the MemoryError. Install Dependencies: Open your terminal in the ComfyUI virtual environment and run: |
Beta Was this translation helpful? Give feedback.















Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HB2k-SeedVR2.5-Auto.json
Beta Was this translation helpful? Give feedback.
All reactions