Skip to main content
This node is designed to process and condition data for use in StableZero123 models, focusing on preparing the input in a specific format that is compatible and optimized for these models.

Inputs

ParameterDescriptionComfy dtype
clip_visionProcesses visual data to align with the model’s requirements, enhancing the model’s understanding of visual context.CLIP_VISION
init_imageServes as the initial image input for the model, setting the baseline for further image-based operations.IMAGE
vaeIntegrates variational autoencoder outputs, facilitating the model’s ability to generate or modify images.VAE
widthSpecifies the width of the output image, allowing for dynamic resizing according to model needs.INT
heightDetermines the height of the output image, enabling customization of the output dimensions.INT
batch_sizeControls the number of images processed in a single batch, optimizing computational efficiency.INT
elevationAdjusts the elevation angle for 3D model rendering, enhancing the model’s spatial understanding.FLOAT
azimuthModifies the azimuth angle for 3D model visualization, improving the model’s perception of orientation.FLOAT

Outputs

ParameterDescriptionData Type
positiveGenerates positive conditioning vectors, aiding in the model’s positive feature reinforcement.CONDITIONING
negativeProduces negative conditioning vectors, assisting in the model’s avoidance of certain features.CONDITIONING
latentCreates latent representations, facilitating deeper model insights into the data.LATENT
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub