ComfyUI > Nodes > ComfyUI_HYWorld2 > WorldStereo Generate

ComfyUI Node: WorldStereo Generate

Class Name

VNCCS_WorldStereoGenerate

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

WorldStereo Generate Description

Generate dynamic camera effects with advanced machine learning models for video content creation using WorldStereo framework.

WorldStereo Generate:

The VNCCS_WorldStereoGenerate node is a powerful tool designed for generating video content using the WorldStereo framework, which is particularly focused on camera-guided video generation. This node leverages advanced machine learning models to produce high-quality video frames by simulating camera movements and perspectives. It is an essential component for artists and creators who wish to incorporate dynamic camera effects into their video projects without needing extensive technical knowledge. The node's primary function is to perform inference using pre-trained models, allowing users to generate sequences of frames that mimic real-world camera trajectories and movements. This capability is particularly beneficial for creating immersive and realistic video content, enhancing the storytelling and visual appeal of your projects.

WorldStereo Generate Input Parameters:

pipeline_inputs

This parameter is a dictionary containing various inputs required for the WorldStereo inference process. It includes data such as camera poses, intrinsic parameters, and other necessary configurations that guide the video generation process. The exact structure and content of this dictionary depend on the specific requirements of the WorldStereo model being used.

negative_prompt

This optional parameter allows you to specify a negative prompt to guide the inference process. By providing a negative prompt, you can influence the model to avoid certain features or styles in the generated video frames. This can be useful for refining the output to better match your creative vision.

num_inference_steps

This parameter determines the number of inference steps the model will perform during video generation. A higher number of steps can lead to more refined and detailed outputs, but it may also increase the computation time. The default value is typically set to balance quality and performance, but you can adjust it based on your specific needs.

guidance_scale

The guidance scale parameter controls the strength of the guidance applied during inference. It influences how closely the generated frames adhere to the input prompts and configurations. A higher guidance scale can result in outputs that more closely match the desired style or content, while a lower scale allows for more creative freedom.

generator

This parameter is an optional random number generator used to ensure reproducibility of the results. By providing a specific generator, you can achieve consistent outputs across multiple runs, which is useful for iterative design processes.

WorldStereo Generate Output Parameters:

video_frames

This output parameter contains the generated video frames as a tensor. The frames are formatted as [N, H, W, 3], where N is the number of frames, H is the height, W is the width, and 3 represents the RGB color channels. These frames can be directly used in video editing software or further processed for additional effects.

camera_poses_out

This output provides the camera poses used during the video generation process. It is a tensor of shape [N, 4, 4], representing the transformation matrices for each frame. These poses are crucial for understanding the camera movements and can be used for further analysis or adjustments.

camera_intrs_out

This output contains the intrinsic camera parameters used during inference. It is a tensor of shape [N, 3, 3], providing the necessary information about the camera's internal characteristics. These parameters are essential for accurately interpreting the generated frames and ensuring consistency with real-world camera setups.

WorldStereo Generate Usage Tips:

  • To achieve the best results, experiment with different guidance_scale values to find the right balance between adherence to prompts and creative freedom.
  • Use the num_inference_steps parameter to control the quality and detail of the generated video. More steps can lead to better results but may require more computational resources.
  • If you need consistent outputs for iterative design, make sure to use the generator parameter to set a specific random seed.

WorldStereo Generate 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 src.camera_utils module is correctly installed and accessible. You may need to adjust your Python path or install the missing module.

RuntimeError: CUDA out of memory

  • Explanation: This error indicates that the GPU does not have enough memory to perform the inference with the current settings.
  • Solution: Try reducing the num_inference_steps or the resolution of the video frames. Alternatively, close other applications using GPU resources or upgrade your hardware.

ValueError: Invalid input parameters

  • Explanation: This error suggests that one or more input parameters are not correctly configured.
  • Solution: Double-check the pipeline_inputs dictionary and other parameters to ensure they meet the model's requirements. Refer to the documentation for the correct parameter formats and values.

WorldStereo Generate 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.

WorldStereo Generate