-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsdxl_styles_lighting.json
57 lines (57 loc) · 1.23 KB
/
sdxl_styles_lighting.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 byLighting",
"prompt": "",
"negative_prompt": ""
},
{
"name": "Ambient",
"prompt": "ambient {prompt}",
"negative_prompt": "spotlight"
},
{
"name": "Artificial",
"prompt": "artificial {prompt}",
"negative_prompt": "natural"
},
{
"name": "Backlit",
"prompt": "backlit {prompt}",
"negative_prompt": "frontlit"
},
{
"name": "Diffused",
"prompt": "diffused {prompt}",
"negative_prompt": "direct"
},
{
"name": "Flash",
"prompt": "flash {prompt}",
"negative_prompt": "natural"
},
{
"name": "Harsh",
"prompt": "harsh {prompt}",
"negative_prompt": "soft"
},
{
"name": "Natural",
"prompt": "natural {prompt}",
"negative_prompt": "artificial"
},
{
"name": "SideLit",
"prompt": "sidelit {prompt}",
"negative_prompt": "backlit"
},
{
"name": "Soft",
"prompt": "soft {prompt}",
"negative_prompt": "harsh"
},
{
"name": "Spotlight",
"prompt": "spotlight {prompt}",
"negative_prompt": "ambient"
}
]