-
Notifications
You must be signed in to change notification settings - Fork 10
/
sdxl_styles_composition.json
57 lines (57 loc) · 1.29 KB
/
sdxl_styles_composition.json
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
55
56
57
[
{
"name": "none by Composition",
"prompt": "",
"negative_prompt": ""
},
{
"name": "Balance",
"prompt": "balance {prompt}",
"negative_prompt": "unbalanced"
},
{
"name": "Framing",
"prompt": "framing {prompt}",
"negative_prompt": "blocking"
},
{
"name": "LeadingLines",
"prompt": "leadinglines {prompt}",
"negative_prompt": "scattered"
},
{
"name": "NegativeSpace",
"prompt": "negativespace {prompt}",
"negative_prompt": "positivespace"
},
{
"name": "Pattern",
"prompt": "pattern {prompt}",
"negative_prompt": "random"
},
{
"name": "Perspective",
"prompt": "perspective {prompt}",
"negative_prompt": "flat"
},
{
"name": "RuleOfThirds",
"prompt": "ruleofthirds {prompt}",
"negative_prompt": "centered"
},
{
"name": "Simplicity",
"prompt": "simplicity {prompt}",
"negative_prompt": "complex"
},
{
"name": "Symmetry",
"prompt": "symmetry {prompt}",
"negative_prompt": "asymmetry"
},
{
"name": "Texture",
"prompt": "texture {prompt}",
"negative_prompt": "smooth"
}
]