# Z-Image (https://docs.fuser.studio/docs/nodes/image/z-image)

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

## Inputs [#inputs]

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

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

   Optional: `true`

- **Image Strength** (`slider`) — The higher the value, the more the original image is used, while lower values will prioritize the text prompt.

   Optional: `true` • Default: `0.5` • Minimum: `0` • Maximum: `1`

- **LoRA Weights** (`string`) _(accepts multiple)_ — List of LoRA weights to apply (maximum 3). To provide LoRA weights, use a text node that contains the URL of .safetensors file.

   Optional: `true`

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

   Optional: `true` • Default: `auto` • Accepts: `Auto`, `Square`, `Landscape 4:3`, `Portrait 4:3`, `Landscape 16:9`, `Portrait 16:9`

- **Resolution** (`dropdown`) — The resolution of the generated image.

   Optional: `true` • Default: `2K` • Accepts: `1K`, `2K`

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

   Optional: `true` • Default: `8` • Minimum: `1` • Maximum: `8`

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

   Optional: `true` • Default: `2510`

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

   Optional: `true` • Default: `false`

- **Output Format** (`dropdown`) — The file format for the output image.

   Optional: `true` • Default: `jpeg` • Accepts: `PNG`, `JPEG`, `WebP`

- **Number of Results** (`slider`) — Generate multiple results from a single prompt.

   Optional: `true` • Default: `1` • Minimum: `1` • Maximum: `4`

## Outputs [#outputs]

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