For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rename asset

Sets custom filenames for your generated assets.

Useful when you need organized, predictable file names, especially for workflows that output multiple assets or integrate with external systems.

Supports dynamic naming patterns built from variables in your workflow (for example, combining brand name, asset type, and date).

How it works

Inputs

Assets to rename — the asset(s) the node will rename, pulled from an upstream node (e.g. an AI Image output).

Naming parts (optional) — other workflow values you want to reference inside the filename, such as an uploaded or reference image. Adding them here makes them available to drop into the naming convention.

Naming convention

Define the filename as a pattern that mixes static text with dynamic variables. Type any fixed text directly (e.g. t-shirt_) and insert variables from your naming parts (type "@") to build the rest.

A live preview shows the resulting filename and asset before you run the node, so you can confirm the pattern is correct:

Asset renaming 1o1

Variables can be trimmed to a portion of their value using a modifier (e.g. last 5 keeps the last 5 characters of the source name), which keeps filenames clean when the source value is long.

Last updated