M96820
setup: edit readme and change llm to mistral
af73633 unverified
|
raw
history blame
709 Bytes
---
title: AI Comic Factory
emoji: πŸ‘©β€πŸŽ¨
colorFrom: red
colorTo: yellow
sdk: docker
pinned: true
app_port: 3000
disable_embedding: false
short_description: Create your own AI comic with a single prompt
hf_oauth: true
hf_oauth_expiration_minutes: 43200
hf_oauth_scopes: [inference-api]
---
### Start the application
```bash
# Install dependencies
npm install
# Start the application
npm run dev
```
# AI Comic Factory
This project is a fork from Julian Bilcke's AI Comic Factory v1.2
The AI Comic Factory now has an official website: [aicomicfactory.app](https://aicomicfactory.app)
For more information about Julian Bilcke's other projects please check [linktr.ee/FLNGR](https://linktr.ee/FLNGR).