Class CommonPromptInputProperty
java.lang.Object
de.xima.fc.prompt.service.support.CommonPromptInputProperty
Constants with common names for prompt input properties, see
computeQueryInput.- Since:
- 8.5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe prefix for the main files of a query in thefiles mapof thefile value descriptor.static final StringThe prefix for the mask images of a query in thefiles mapof thefile value descriptor. -
Method Summary
-
Field Details
-
INPUT_MAIN_FILES_PREFIX
The prefix for the main files of a query in thefiles mapof thefile value descriptor. If your query has secondary input files such as the mask image for an inpainting task, you should use a different key for those files.- See Also:
-
INPUT_MASK_PREFIX
The prefix for the mask images of a query in thefiles mapof thefile value descriptor. A mask image is used in image generation tasks such as inpainting.- See Also:
-