tutorials/utility/seedvr2 #1440
Replies: 5 comments
|
The output with two workflows is black with my RTX 3090 someone more? |
|
Thanks for reporting this! Black output from the SeedVR2 Int8 upscale workflows on a 3090 is not something we've seen in our testing, so a few more details would really help us narrow it down:
Black output usually points to either a missing/mismatched model file or something failing silently during sampling or decode, and the log should tell us which. Thanks! |
|
One more thing worth checking: have you installed the SageAttention custom node or enabled sage attn as your attention backend? We have seen black or corrupted outputs traced to the SageAttention backend, particularly with quantized models on certain GPUs (the fallback path or dtype handling can silently produce garbage). If you have it installed, try disabling it / switching the attention backend back to the default and re-running. That would be a very useful data point! |
|
when I get black images, sometimes it's related to the preview flag of comfyui, disable live previews |
|
Thanks @gabrielmtzcarrillo, that's a great tip! Disabling live previews is indeed worth trying when outputs come back black, especially with quantized models. I've noted it as a troubleshooting suggestion for this workflow. |
Uh oh!
There was an error while loading. Please reload this page.
tutorials/utility/seedvr2
Learn how to upscale images and videos using SeedVR2, a one-step diffusion-based restoration model from ByteDance Seed
https://docs.comfy.org/tutorials/utility/seedvr2
All reactions