generate_image_from_image
Transform an input image by applying a text prompt using ComfyUI, with adjustable denoising strength and optional seed for reproducible results.
Instructions
Generates an image using ComfyUI based on an input image (URL, local path, or bytes), prompt, and optional parameters.
Args:
prompt: The positive text prompt (It must be in English).
workflow_name: The name of the I2I workflow file (without .json) to use (default: 'I2Image_bizyair_flux').
image_path_or_url: The URL or local file path or image data as bytes of the input image.
denoise: Denoising strength (0.0 to 1.0). Controls how much the original image influences the result. to use (default: '1.0')
seed: Optional random seed for reproducibility.
Returns:
A URL to view the generated image or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| workflow_name | Yes | ||
| image_path_or_url | Yes | URL, local path, or image data as bytes. | |
| denoise | No | ||
| seed | No |