Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ByteDance Image node generates images using ByteDance models through an API based on text prompts. It allows you to select different models, specify image dimensions, and control various generation parameters like seed and guidance scale. The node connects to ByteDance’s image generation service and returns the created image.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
modelMODELCOMBOseedream_3Text2ImageModelName optionsModel name
promptSTRINGSTRING--The text prompt used to generate the image
size_presetSTRINGCOMBO-RECOMMENDED_PRESETS labelsPick a recommended size. Select Custom to use the width and height below
widthINTINT1024512-2048 (step 64)Custom width for image. Value is working only if size_preset is set to Custom
heightINTINT1024512-2048 (step 64)Custom height for image. Value is working only if size_preset is set to Custom
seedINTINT00-2147483647 (step 1)Seed to use for generation (optional)
guidance_scaleFLOATFLOAT2.51.0-10.0 (step 0.01)Higher value makes the image follow the prompt more closely (optional)
watermarkBOOLEANBOOLEANTrue-Whether to add an “AI generated” watermark to the image (optional)

Outputs

Output NameData TypeDescription
IMAGEIMAGEThe generated image from the ByteDance API