-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-config.toml
54 lines (46 loc) · 957 Bytes
/
example-config.toml
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
51
52
53
54
[blocks.width.wallpaper]
candidates = ["768"]
[blocks.height.wallpaper]
candidates = ["432"]
[blocks.prompt.base]
candidates = [
"Ford Mustang",
"Porsche 911",
]
[blocks.prompt.model]
candidates = [
"[1970 | 1980 | 1990 | 2000 | 2010 | 2020] model",
]
[blocks.prompt.color]
weighting = "keyword"
candidates = [
"[blue | red | mustard] paint job",
]
[blocks.prompt.scene]
candidates = [
"on the (busy) highway",
"in the desert",
"(drifting) on a racing track",
"in the streets of [Paris | New York]",
]
[blocks.prompt.lightning]
optional = true
weighting = "keyword"
candidates = [
"[smooth | soft | ambient] lightning",
"direct sunlight",
"moonlight:0.8",
]
[blocks.prompt.image-details]
candidates = [
"realistic",
"highly detailed",
"photography",
"masterpiece",
]
[blocks.prompt.camera-view]
optional = true
weighting = "keyword"
candidates = [
"[low | wide | ultra-wide] angle",
]