Visit ComfyUI Online for ready-to-use ComfyUI environment
Create customizable 3D stereograms from 2D input with control over parameters for depth and visual effects.
The Stereogram node is designed to create stereograms, which are 3D images generated from 2D input. This node allows you to control various parameters such as tile divisions, noise, gamma, and shift to customize the appearance of the stereogram. By adjusting these settings, you can influence the depth and visual effects of the resulting 3D image. This node is particularly useful for AI artists looking to add a unique 3D perspective to their 2D artworks, making it a powerful tool for creating visually engaging and immersive images.
This optional parameter accepts any type of image input. It serves as the base image from which the stereogram will be generated. If not provided, a default solid channel image will be used.
This optional parameter also accepts any type of image input and is used to define the depth map for the stereogram. The depth map influences the 3D effect by determining how far each part of the image appears from the viewer. If not provided, a default solid channel image will be used.
This integer parameter sets the number of tile divisions in the stereogram. It controls the granularity of the 3D effect. The default value is 8, with a minimum of 1. Increasing the number of tiles can make the 3D effect more detailed.
This float parameter adds noise to the stereogram, which can help in creating a more natural and less uniform 3D effect. The default value is 0.33, with a range from 0 to 1 and a step of 0.01. Higher values increase the amount of noise.
This float parameter adjusts the gamma correction of the stereogram, affecting the brightness and contrast of the 3D effect. The default value is 0.33, with a range from 0 to 1 and a step of 0.01. Adjusting gamma can help in fine-tuning the visual quality of the stereogram.
This float parameter controls the horizontal shift of the stereogram, which influences the perceived depth. The default value is 1.0, with a range from -1 to 1 and a step of 0.01. Positive values shift the image to the right, while negative values shift it to the left.
This boolean parameter, when set to true, inverts the depth map, reversing the depth effect. The default value is False. Inverting the depth can create interesting visual effects by flipping the 3D perspective.
The output is a tensor representing the generated stereogram image. This image combines the base image and the depth map to create a 3D effect that can be viewed using stereoscopic techniques.
Β© Copyright 2024 RunComfy. All Rights Reserved.