AI Comic Factory

AI Comic Factory screenshot
Free Version

updated at: November 2023

The AI Comic Factory is an online platform that allows you to generate your own comics with the help of AI.

AI Comic Factory is a free and open-source application made to demonstrate the capabilities of AI models. The language model used to generate the descriptions of each panel is Llama-2 70b. The stable diffusion model used to generate the images is the base SDXL 1.0. The code is public and can be deployed at home with some changes in README for details about the architecture.

Application owner? Visit here

Additional Information

Frequently Asked Questions


What Is AI Comic Factory?

AI Comic Factory stands as a no-cost, open-source application crafted to showcase the capabilities inherent in AI models.


Which AI Models Are Utilized for the Comic Creation?

The descriptive content for each comic panel is generated through the employment of the Llama-2 70b language model. The images are generated using the stable diffusion model, specifically the base SDXL 1.0. The source code is publicly accessible and can be deployed with some modifications as outlined in the README for architectural details.


Is There a Limitation on Prompt Length?

Yes, there is.

For example, the text you entered consists of 75 tokens, which would scarcely fit within the 77-token limit of SDXL. However, when using the comic book generator, additional elements must be accommodated:

The prompt prefix (to impart a specific style or direction to the story). The prompt generated by the LLM. This clarifies why your instructions were unable to be fully incorporated; there was insufficient space to accommodate all components. It is conceivable that future models may offer a larger context window.


Can Existing Images Be Included in the Generated Images?

Not directly. However, you might explore the option of Stable Diffusion XL Inpainting. This inpainting process doesn''t allow for the direct inclusion of complete images; rather, it permits masking parts of an image to prompt alterations within those specific regions.

Alternatives AI applications for AI Comic Factory