The AI Comic Generator is a web application that allows users to create personalized comic strips based on their inputs. Utilizing GPT-2 for story generation and Stability for comic rendering, this tool provides an engaging and creative experience for users to bring their stories to life in a visual format. Due to subscription limitations, GPT-2 was used instead of GPT-4, with an innovative approach to generate stories and comic panels from user prompts.
Clone the Repository:
git clone https://github.com/your-username/ai-comic-generator.git
cd ai-comic-generator
Create and Activate Virtual Environment:
python3 -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install Dependencies:
pip install -r requirements.txt
Run the Application:
python app.py
Access the Application:
Open your browser and navigate to http://127.0.0.1:5000.
Select Genre: Choose your desired genre from the dropdown menu.
Generate Story: Enter a single-line prompt and click "Generate Story" to create a full story.
Choose Comic Art Style: Select your preferred comic art style.
Provide Prompts: Based on the generated story, enter six prompts to guide the comic creation process.
Generate Comic: Click "Generate Comic" to create your personalized comic strip.

Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.
11 commits
Python
67.3%
HTML
16.9%
CSS
8.8%
JavaScript
7.0%
The AI Comic Generator is a web application that allows users to create personalized comic strips based on their inputs. Utilizing GPT-2 for story generation and Stability for comic rendering, this tool provides an engaging and creative experience for users to bring their stories to life in a visual format. Due to subscription limitations, GPT-2 was used instead of GPT-4, with an innovative approach to generate stories and comic panels from user prompts.
Clone the Repository:
git clone https://github.com/your-username/ai-comic-generator.git
cd ai-comic-generator
Create and Activate Virtual Environment:
python3 -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install Dependencies:
pip install -r requirements.txt
Run the Application:
python app.py
Access the Application:
Open your browser and navigate to http://127.0.0.1:5000.
Select Genre: Choose your desired genre from the dropdown menu.
Generate Story: Enter a single-line prompt and click "Generate Story" to create a full story.
Choose Comic Art Style: Select your preferred comic art style.
Provide Prompts: Based on the generated story, enter six prompts to guide the comic creation process.
Generate Comic: Click "Generate Comic" to create your personalized comic strip.

Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.
11 commits
Python
67.3%
HTML
16.9%
CSS
8.8%
JavaScript
7.0%