Riccardo Giorato 745b9d0ab5 Update README.md
2026-01-05 22:47:26 +01:00
2026-01-05 22:42:31 +01:00
2026-01-05 22:42:31 +01:00
2026-01-05 22:42:31 +01:00
2025-12-22 20:20:39 +01:00
2026-01-05 22:42:31 +01:00
2026-01-05 22:47:26 +01:00
2025-12-22 20:20:39 +01:00

Make Comics

Make Comics

Create comic books with AI. Generate stories, characters, and panels using advanced AI models.

How AI Generates Comics

The AI references previous pages as visual reference for coherence and uses character faces or images uploaded by the user for additional guidance in generating consistent comic panels.

Tech stack

Cloning & running

  1. Clone the repo: git clone https://github.com/yourusername/make-comics
  2. Create a .env file based on .example.env and add your API keys:
    • Together AI API key: TOGETHER_API_KEY=<your_together_ai_api_key>
    • AWS S3 credentials: S3_UPLOAD_KEY, S3_UPLOAD_SECRET, S3_UPLOAD_BUCKET, S3_UPLOAD_REGION
    • Database URL: Use Neon to set up your PostgreSQL database: DATABASE_URL=<your_database_url>
    • Clerk keys: NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY, CLERK_SECRET_KEY
    • Upstash Redis: UPSTASH_REDIS_REST_URL, UPSTASH_REDIS_REST_TOKEN
  3. Run npm install and npm run dev to install dependencies and run locally
S
Description
No description provided
Readme 9.1 MiB
Languages
TypeScript 97.1%
CSS 2.8%
JavaScript 0.1%