Flux (Image Generator)
v1.0
Flux is a powerful AI image generator from Black Forest Labs, which (as of this writing) includes a free credits tier.
Choose Window/AI Services/Flux Image Generation to open the generator window.

Generally you'll use the Text Prompt to generate images.
Text Prompt
Here you can add the content and the style. These are merged, but can be used to help organize series of image prompts which use the same content, or the same style, in the Flux History Window.
Text Prompt Variables
You can add variables to your prompts by using double-curly-brackes. For example, the prompt "A {{Red,Blue, Green }} {{Dragon, Hydra }} eating a chicken wing" will submit 6 total image prompts, with all combinations of the two groups of variables.
Image Prompt
Using this option, you can select an image and get additional images that are very similar to the one provided. You are unable to give additional prompts in this method, but it can be used to get more variety of an image you already have.
Generation & Advanced Settings
You can select the model, the number of images, and the image resolution. Note that if you are using the double-brackets to add variables to the prompts, the image count will be determined by your prompt.

Prompt Upsampling
This will automatically enhance and expand your prompt with the aim of getting better results.
Safety Tolerance
A value of 1 will be very safe, and many prompts may be blocked if they include violence or sexual content. A value of 6 will allow much more content to be generated.
Output Format
You can select a PNG or JPG format.
Import As
You can import the images as a Sprite
or a Texture2D
.
Use Seed
When enabled, the same seed will be used for predictable results.
Export Options

You can choose the Root Folder and Naming Pattern for your generated images. Use the variables in the strings to automate the organization.
Generated images

Images generated will appear below the Generate Images button. Click the image to load them in the Image Viewer, and then click the image in the viewer to close the viewer.
Use with AudioClip fields, lists, and arrays
Right click on the label of any Sprite
or Texture2D
field, including individual items within a list
or array
. You can also click the array/list label to focus on the entire list.
Select "Flux Image Generator" for Sprite
and Texture2D
generations.


When you open the window from a field, you will see additional information in the generator window.

The content generatoed will automatically be added to the field selected.
When you select a List or Array, you'll have the option to replace the list, or append the new content to the list.

Last updated
Was this helpful?