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