Defines the end of a FileData.
If not defined: No FileData is defined.
Example: "end"
Defines the path of the image relative to the file.
If not defined: This ImageFileData is discarded.
Example: "p=image.png"
Defines the image restrictor which is used for Image Search.
If not defined: Is set to an empty restrictor, which means only images without restrictor can be used.
Example: "r=character_name"
Defines the FileData as NSFW, and sets the NSFW categories.
If not defined: FileData is treated as SFW.
Defines a URL the image is downloaded from if no image exists at the given path.
Multiple URLs can be provided (one URL per line) and all of them are added as ImageFileData with a 16bit hash of the URL at the end of the file name.
If the extension ".auto" is at the end of the given path the game will get the extension automatically from the URL (this is error-prone and should be tested by the modder).
If not defined: No image is downloaded.
Example: "u=https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png"
Defines a tag for this image which is used for Image Search.
If not defined: This ImageFileData is discarded.
Example: "t=type=character"
Defines a multiplier which is used during Image Search and increases the score by the given value.
If not defined: The multiplier is set to 1.0.
Defines the prompt that was used to generate this image. This is just used so the prompt can be looked up and has no ingame use.
If not defined: Nothing happens.
Defines the negative prompt that was used to generate this image. This is just used so the prompt can be looked up and has no ingame use.
If not defined: Nothing happens.