-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomic_config.json
More file actions
50 lines (50 loc) · 1.13 KB
/
Copy pathcomic_config.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"project": {
"name": "星际冒险",
"version": "1.0.0",
"description": "科幻冒险漫画系列"
},
"novel": {
"genre": "科幻",
"title": "星际冒险",
"language": "zh",
"chapters": 3,
"outline": "少年意外获得星际航行能力,在宇宙中探索未知文明",
"characters": "主角阿星,16岁,好奇心强;AI助手小智,幽默风趣"
},
"manga": {
"title": "星际冒险",
"pages": 4,
"style": "manga",
"strength": 0.65,
"steps": 30,
"negative": "ugly, deformed, bad anatomy, extra limbs, blurry, low quality",
"size": {
"width": 512,
"height": 768
}
},
"bubbles": {
"default_dialogues": [
"欢迎来到星际冒险!",
"我是艾琳,一起出发吧!",
"前方有未知的星球!",
"我们一定会成功的!"
],
"positions": [
[50, 50],
[200, 200]
],
"bubble_style": "rounded"
},
"export": {
"formats": ["pdf", "epub"],
"page_size": "A4",
"author": "AI 生成"
},
"continue": {
"enabled": true,
"auto_detect": true,
"max_chapters": 50
}
}