Spaces:
Running
Build a fully interactive AI Comic Book Generator with the following features:
Browse files1. User Story Input:
User enters a detailed comic description: storyline, characters, setting, genre, tone.
Optional toggle for explicit/adult content (blood, gore, offensive language, violence).
User sets number of chapters and total panels.
2. Art Style & Reference Images:
User selects art style: comic book, manga, anime, realistic, cinematic, noir.
User can upload character reference images to maintain consistent appearances.
User can upload background reference images for consistent environments.
3. Model Selection:
Optional support for custom Hugging Face model via API key and model ID.
4. Story & Chapter Generation:
AI automatically splits the story into chapters.
Generates chapter title pages and optional AI summaries.
Panels are distributed across chapters based on total panel count.
5. Panel Generation:
Generate panel artwork using Stable Diffusion or chosen model.
Blend uploaded character and background references for style consistency.
Optionally add comic-style sound effects (BAM, POW, CRASH) and dynamic borders (rectangular, jagged, angled).
6. Interactive Panel Preview:
User previews each panel before finalizing.
User can edit dialogues in speech bubbles interactively.
User can regenerate panels if the art doesn’t match expectations.
User can reorder panels within a chapter.
7. PDF Assembly & Export:
Compile panels into a multi-chapter PDF.
Configurable panels per page, optional title page and ending credits.
PDF is downloadable for full comic reading.
8. Optional Enhancements:
Ensure consistent character appearances across panels.
Maintain smooth story flow and visually appealing comic layout.
Respect explicit content settings for mature stories.
Deliverable:
A fully functional browser-based interactive web application where users can generate complete, professional-quality AI comic books from detailed prompts.
The app must be intuitive, with clear options for all user inputs, previews, edits, and final export.
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: DeepSite Project
|
| 3 |
+
colorFrom: pink
|
| 4 |
+
colorTo: yellow
|
| 5 |
+
emoji: 🐳
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite-v3
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Welcome to your new DeepSite project!
|
| 13 |
+
This project was created with [DeepSite](https://deepsite.hf.co).
|