Enum TitanTaskType
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public enum TitanTaskType
Fields
| Name | Description |
|---|---|
| BACKGROUND_REMOVAL | (V2 only) Modify an image by identifying multiple objects and removing the background, outputting an image with a transparent background. |
| COLOR_GUIDED_GENERATION | (V2 only) Provide a list of hex color codes along with a text prompt to generate an image that follows the color palette. |
| IMAGE_VARIATION | Modify an image by producing variations of the original image. |
| INPAINTING | Modify an image by changing the inside of a mask to match the surrounding background. |
| OUTPAINTING | Modify an image by seamlessly extending the region defined by the mask. |
| TEXT_IMAGE | Generate an image using a text prompt. |
| TEXT_IMAGE_CONDITIONING | (Image conditioning -V2 only) Provide an additional input conditioning image along with a text prompt to generate an image that follows the layout and composition of the conditioning image. |