ImageCraftPromptTemplateDict

class ImageCraftPromptTemplateDict(TextPromptDict):
A dictionary containing :obj:TextPrompt used in the ImageCraft task. Parameters:
  • ASSISTANT_PROMPT (TextPrompt): A prompt for the AI assistant to create an original image based on the provided descriptive captions.

init

def __init__(self, *args: Any, **kwargs: Any):