ComfyUI > Nodes > ComfyUI_HYWorld2 > Load WorldStereo Model

ComfyUI Node: Load WorldStereo Model

Class Name

VNCCS_LoadWorldStereoModel

Category
VNCCS/Video
Author
AHEKOT (Account age: 1256days)
Extension
ComfyUI_HYWorld2
Latest Updated
2026-04-30
Github Stars
0.04K

How to Install ComfyUI_HYWorld2

Install this extension via the ComfyUI Manager by searching for ComfyUI_HYWorld2
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI_HYWorld2 in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Load WorldStereo Model Description

Facilitates download and loading of WorldStereo pipeline and MoGe depth estimator for stereo video creation with depth perception.

Load WorldStereo Model:

The VNCCS_LoadWorldStereoModel node is designed to facilitate the download and loading of the WorldStereo pipeline along with the MoGe depth estimator. This node is integral to the process of camera-guided video generation, providing the necessary models that enable the creation of stereo video content with depth estimation capabilities. By leveraging advanced machine learning models, this node allows you to seamlessly integrate complex 3D transformations and depth perception into your video projects. The primary goal of this node is to streamline the setup process for these models, ensuring that you can focus on creative aspects without delving into the technical intricacies of model management. This node is particularly beneficial for AI artists looking to enhance their video content with realistic depth and stereo effects, making it a valuable tool in the realm of AI-driven video production.

Load WorldStereo Model Input Parameters:

model_type

The model_type parameter specifies the type of WorldStereo model to be loaded. It determines the configuration and capabilities of the model, such as whether it is optimized for camera-guided operations. The default value is "worldstereo-camera", which is tailored for camera-based applications. This parameter is crucial as it influences the model's behavior and the quality of the output, allowing you to select the most appropriate model for your specific needs.

precision

The precision parameter defines the numerical precision used by the model during computations. It can significantly impact the performance and memory usage of the model. The available options include "bf16" for bfloat16 precision, which is the default setting, and "fp8" for float8 precision. Choosing the right precision can help balance the trade-off between computational efficiency and the accuracy of the model's output.

offload_mode

The offload_mode parameter controls how the model components are managed in terms of memory usage. It offers options such as "model_cpu_offload", which moves components to the CPU between steps and is recommended for systems with 16 GB VRAM, "sequential_cpu_offload", which offloads components layer-by-layer for reduced VRAM usage but at a slower speed, and "none", which keeps all components on the GPU. This parameter is essential for optimizing the model's performance based on your hardware capabilities.

device

The device parameter specifies the hardware on which the model will run. It can be set to either "cuda" for GPU execution or "cpu" for CPU execution, with "cuda" being the default option. This parameter is important for ensuring that the model runs efficiently on your available hardware, taking advantage of GPU acceleration when possible.

Load WorldStereo Model Output Parameters:

model

The model output parameter represents the loaded WorldStereo model, ready for use in video generation tasks. This output is crucial as it encapsulates the entire pipeline, including the depth estimation capabilities provided by the MoGe model. The model output allows you to seamlessly integrate stereo and depth effects into your video projects, enhancing the realism and depth perception of the generated content.

Load WorldStereo Model Usage Tips:

  • Ensure that your system has sufficient VRAM when using the "cuda" device option to fully leverage GPU acceleration for faster model execution.
  • Experiment with different precision settings to find the optimal balance between performance and output quality, especially if you encounter memory constraints.
  • Utilize the offload_mode parameter to manage memory usage effectively, particularly on systems with limited GPU resources.

Load WorldStereo Model Common Errors and Solutions:

ImportError: No module named 'src.camera_utils'

  • Explanation: This error occurs when the required camera utilities module is not available in the system path.
  • Solution: Ensure that the _WORLDSTEREO_PATH is correctly added to the system path and that the src.camera_utils module is present in the specified directory.

ImportError: No module named 'folder_paths'

  • Explanation: This error indicates that the folder_paths module is missing, which may be required for certain functionalities.
  • Solution: Verify that the folder_paths module is installed and accessible in your environment. If not, install it or adjust the code to handle its absence.

RuntimeError: CUDA out of memory

  • Explanation: This error occurs when the GPU does not have enough memory to load and execute the model.
  • Solution: Try reducing the model's memory usage by selecting a different offload_mode, such as "model_cpu_offload", or switch to the "cpu" device if GPU resources are insufficient.

Load WorldStereo Model Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI_HYWorld2
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Load WorldStereo Model