This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Bria FIBO Image Edit node allows you to modify an existing image using a text instruction. It sends the image and your prompt to the Bria API, which uses the FIBO model to generate a new, edited version of the image based on your request. You can also provide a mask to limit the edits to a specific area.
Inputs
Important Constraints:
- You must provide at least one of the
promptorstructured_promptinputs. They cannot both be empty. - Exactly one input
imageis required. - When the
moderationparameter is set to"true", three additional boolean inputs become available:prompt_content_moderation,visual_input_moderation, andvisual_output_moderation.