ComicImageGenerator

class echo_artistry.generators.ComicImageGenerator(client, output_path='comic_images', store_comic_images=True)

A class for generating a comic image from a text.

generate_image(text, file_name='comic.png')

Generate a comic description from a text.

Parameters:
  • text (str) – The text to generate the

  • composite_option (CompositeOption) – The composite option for the comic.

  • file_name (str) – The name of the file to store the comic description.

Returns:

The generated description.

Return type:

str