Skip to content

nvvfx.NvVFXError: NvVFX_Load failed: The effect has not been properly initialized (code -12) #4

Description

@jtreminio

Using the PyTorch Release 26.01 container.

Trying to upscale an LTX2.3 video:

loaded completely; 5733.00 MB usable, 1384.94 MB loaded, full load: True
!!! Exception during processing !!! NvVFX_Load failed: The effect has not been properly initialized (code -12)
Traceback (most recent call last):
  File "/workspace/dlbackend/ComfyUI/execution.py", line 524, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/dlbackend/ComfyUI/execution.py", line 333, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/dlbackend/ComfyUI/execution.py", line 307, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "/workspace/dlbackend/ComfyUI/execution.py", line 295, in process_inputs
    result = f(inputs)
             ^^^^^^^^^^^
  File "/workspace/dlbackend/ComfyUI/comfy_api/internal/init.py", line 149, in wrapped_func
    return method(locked_class, inputs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/dlbackend/ComfyUI/comfy_api/latest/_io.py", line 1764, in EXECUTE_NORMALIZED
    to_return = cls.execute(*args, **kwargs)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/workspace/dlbackend/ComfyUI/custom_nodes/Nvidia_RTX_Nodes_ComfyUI/init.py", line 87, in execute
    sr.load()
  File "/usr/local/lib/python3.12/dist-packages/nvvfx/effects/base.py", line 119, in load
    self._effect.load()
nvvfx.NvVFXError: NvVFX_Load failed: The effect has not been properly initialized (code -12)
$ pip list | grep nvidia
nvidia-cuda-runtime-cu13               0.0.0a0
nvidia-cudnn-frontend                  1.17.0
nvidia-dali-cuda130                    1.53.0
nvidia-libnvcomp-cu13                  5.1.0.21
nvidia-ml-py                           13.590.44
nvidia-modelopt                        0.40.0
nvidia-nvimgcodec-cu13                 0.7.0.49
nvidia-nvjpeg                          13.0.2.28
nvidia-nvjpeg2k-cu13                   0.9.1.47
nvidia-nvtiff-cu13                     0.6.0.78
nvidia-resiliency-ext                  0.5.0
nvidia-vfx                             0.1.0.1
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Tue_Dec_16_07:23:41_PM_PST_2025
Cuda compilation tools, release 13.1, V13.1.115
Build cuda_13.1.r13.1/compiler.37061995_0

RTX Pro 6000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions