![ComfyUI Native Flux 1.1 [pro] Ultra Image node](https://mintcdn.com/dripart/5003JSxULDwNImme/images/built-in-nodes/api_nodes/bfl/flux-1-1-pro-ultra-image.jpg?fit=max&auto=format&n=5003JSxULDwNImme&q=85&s=51f4ad7b93c0df61bcc855eac5324802)
- Text-to-Image: Generate high-quality images from text prompts (when no image input is used)
- Image-to-Image: Combine existing images with prompts to create new images that blend features from both (Remix mode)
Parameter Description
Basic Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | String | "" | Text description for generating the image |
| prompt_upsampling | Boolean | False | Whether to use prompt upsampling technique to enhance details. When enabled, automatically modifies prompts for more creative generation, but results become non-deterministic (same seed won’t produce exactly the same result) |
| seed | Integer | 0 | Random seed value, controls generation randomness |
| aspect_ratio | String | ”16:9” | Width-to-height ratio of the image, must be between 1:4 and 4:1 |
| raw | Boolean | False | When set to True, generates less processed, more natural-looking images |
Optional Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| image_prompt | Image | None | Optional input, used for Image-to-Image (Remix) mode |
| image_prompt_strength | Float | 0.1 | Active when image_prompt is input, adjusts the blend between prompt and image prompt. Higher values make output closer to input image, range is 0.0-1.0 |
Output
| Output | Type | Description |
|---|---|---|
| IMAGE | Image | Generated high-resolution image result |