base_image_generation_tool
BaseImageGenerationTool
Bases: ArtifactFileOutputMixin
, BaseTool
A base class for tools that generate images from text prompts.
BaseImageGenerationTool
Bases: ArtifactFileOutputMixin
, BaseTool
A base class for tools that generate images from text prompts.
griptape/tools/base_image_generation_tool.py
NEGATIVE_PROMPT_DESCRIPTION = "Features and qualities to avoid in the generated image. Affirmatively describe what to avoid, for example: to avoid the color red, include 'red' rather than 'no red'."
class-attribute
instance-attribute
PROMPT_DESCRIPTION = 'Features and qualities to include in the generated image, descriptive and succinct.'
class-attribute
instance-attribute