Minecraft3193092
commited on
Commit
β’
ed922e9
1
Parent(s):
51f6250
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: AI
|
3 |
emoji: π©βπ¨
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
@@ -7,7 +7,7 @@ sdk: docker
|
|
7 |
pinned: true
|
8 |
app_port: 3000
|
9 |
disable_embedding: true
|
10 |
-
short_description: Create your own AI
|
11 |
hf_oauth: true
|
12 |
hf_oauth_expiration_minutes: 43200
|
13 |
hf_oauth_scopes: [inference-api]
|
@@ -17,13 +17,13 @@ hf_oauth_scopes: [inference-api]
|
|
17 |
|
18 |
Last release: AI Comic Factory 1.2
|
19 |
|
20 |
-
The AI
|
21 |
|
22 |
For more information about my other projects please check [linktr.ee/FLNGR](https://linktr.ee/FLNGR).
|
23 |
|
24 |
## Running the project at home
|
25 |
|
26 |
-
First, I would like to highlight that everything is open-source (see [here](https://huggingface.co/spaces/
|
27 |
|
28 |
However the project isn't a monolithic Space that can be duplicated and ran immediately:
|
29 |
it requires various components to run for the frontend, backend, LLM, SDXL etc.
|
@@ -76,7 +76,7 @@ To customise a variable locally, you should create a `.env.local`
|
|
76 |
|
77 |
## The LLM API (Large Language Model)
|
78 |
|
79 |
-
Currently the AI
|
80 |
|
81 |
You have multiple options:
|
82 |
|
|
|
1 |
---
|
2 |
+
title: AI Manga Factory
|
3 |
emoji: π©βπ¨
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
|
|
7 |
pinned: true
|
8 |
app_port: 3000
|
9 |
disable_embedding: true
|
10 |
+
short_description: Create your own AI manga with a single prompt
|
11 |
hf_oauth: true
|
12 |
hf_oauth_expiration_minutes: 43200
|
13 |
hf_oauth_scopes: [inference-api]
|
|
|
17 |
|
18 |
Last release: AI Comic Factory 1.2
|
19 |
|
20 |
+
The AI Manga Factory will soon have an unofficial website: [aicomicfactory.app](https://aicomicfactory.app)
|
21 |
|
22 |
For more information about my other projects please check [linktr.ee/FLNGR](https://linktr.ee/FLNGR).
|
23 |
|
24 |
## Running the project at home
|
25 |
|
26 |
+
First, I would like to highlight that everything is open-source (see [here](https://huggingface.co/spaces/Minecraft3193092/ai-manga-factory/tree/main), [here](https://huggingface.co/spaces/jbilcke-hf/VideoChain-API/tree/main), [here](https://huggingface.co/spaces/hysts/SD-XL/tree/main), [here](https://github.com/huggingface/text-generation-inference)).
|
27 |
|
28 |
However the project isn't a monolithic Space that can be duplicated and ran immediately:
|
29 |
it requires various components to run for the frontend, backend, LLM, SDXL etc.
|
|
|
76 |
|
77 |
## The LLM API (Large Language Model)
|
78 |
|
79 |
+
Currently the AI Manga Factory uses [zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) through an [Inference Endpoint](https://huggingface.co/docs/inference-endpoints/index).
|
80 |
|
81 |
You have multiple options:
|
82 |
|