ComfyUI SeedVR2

Hello Everyone,

I am new to comfyui and I came across this tool, in search for video upscaling using SEEDVR2.
But I notice that SEEDVR2 shows failed and has a “Try Fix” option

Can someone help me, so I can get this working? Not an expert in these things but can manage installations if scripts or commands are referenced.

This is the log for the failed SEEDVR2 installation.

Traceback (most recent call last):
File “C:\Users\Editing\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py”, line 2124, in load_custom_node
module_spec.loader.exec_module(module)
File “”, line 999, in exec_module
File “”, line 488, in call_with_frames_removed
File "C:\Users\Editing\Documents\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler_init
.py", line 12, in
from .src.interfaces.comfyui_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File “C:\Users\Editing\Documents\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler\src\interfaces_init_.py”, line 9, in
from .comfyui_node import (
File “C:\Users\Editing\Documents\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler\src\interfaces\comfyui_node.py”, line 11, in
from src.core.model_manager import configure_runner
File “C:\Users\Editing\Documents\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler\src\core\model_manager.py”, line 21, in
from omegaconf import DictConfig, OmegaConf
ModuleNotFoundError: No module named 'omegaconf

You need to install omegaconf

I already did that using this command, but still get that error

C:\Users...\Documents\ComfyUI\custom_nodes\ComfyUI-SeedVR2_VideoUpscaler>pip install omegaconf
Requirement already satisfied: omegaconf in c:\users...\appdata\local\programs\python\python312\lib\site-packages (2.3.0)
Requirement already satisfied: antlr4-python3-runtime==4.9.* in c:\users...\appdata\local\programs\python\python312\lib\site-packages (from omegaconf) (4.9.3)
Requirement already satisfied: PyYAML>=5.1.0 in c:\users...\appdata\local\programs\python\python312\lib\site-packages (from omegaconf) (6.0.2)

I get the same error. I tried manual install as well, but still could not get it to work. Were you able to fix this?

Are you using comfyui portable? Also, when installing any module, you should be inside your python_embeded folder. Once inside your python embeded folder, type

python.exe pip -m install omegaconf

In case you don’t know where your python executable file is, you can check its location upon launching Comfyui by checking the “Python executable:” See attached image for example.

image