# Qwen-Image (https://docs.fuser.studio/docs/nodes/image/qwen-image)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/qwen-image)._

## Inputs [#inputs]

- **Prompt** (`textarea`) — The prompt to generate an image from.

- **Images** (`image`) _(accepts multiple)_ — Images to edit or create variations from. You can use multiple images to combine their features, or use a single image to edit or create variations from.

   Optional: `true`

- **Negative Prompt** (`textarea`) — The negative prompt is used to guide the model to avoid generating images that contain certain elements or concepts.

   Optional: `true`

- **Image Size** (`dropdown`) — The size of the generated image.

   Optional: `true` • Default: `square_hd` • Accepts: `Square HD`, `Square`, `Portrait 4:3`, `Portrait 16:9`, `Landscape 4:3`, `Landscape 16:9`

- **Steps** (`slider`) — The number of inference steps to perform.

   Optional: `true` • Default: `30` • Minimum: `10` • Maximum: `50`

- **Seed** (`seed`) — The same seed and prompt will output the same image every time.

   Optional: `true` • Default: `2169`

- **CFG Scale** (`slider`) — Controls how closely the generated image adheres to the text prompt you provide. Accepts values between 0 and 20.

   Optional: `true` • Default: `2.5` • Minimum: `0` • Maximum: `20`

- **Block NSFW** (`toggle`) — Prevents the model from generating images that portray nudity, violence, and other unsafe content.

   Optional: `true` • Default: `false`

## Outputs [#outputs]

- **Generated Image** (`image`) — The generated image from the model.