-
Notifications
You must be signed in to change notification settings - Fork 10
/
sdxl_styles_depth.json
102 lines (102 loc) · 4.03 KB
/
sdxl_styles_depth.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"name": "None byDepth",
"prompt": "",
"negative_prompt": ""
},
{
"name": "Architecture Depth of Field",
"prompt": "(f_stop 11.0), (focal_length 35.0) f/11, 24mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Close-Up Depth of Field",
"prompt": "(f_stop 4.0), (focal_length 60.0) f/4, 60mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Creative or Abstract Depth of Field",
"prompt": "(f_stop 2.0), (focal_length 50.0) f/2, 50mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Deep Depth of Field",
"prompt": "(f_stop 11.0), (focal_length 18.0) f/11, 18mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Environmental Portraits Depth of Field",
"prompt": "(f_stop 5.6), (focal_length 35.0) f/5.6, 35mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Extreme Shallow Depth of Field",
"prompt": "(f_stop 1.2), (focal_length 85.0) f/1.2, 85mm focal length {prompt}",
"negative_prompt": "(f_stop 22.0), (focal_length 14.0)"
},
{
"name": "Landscape Depth of Field",
"prompt": "(f_stop 16.0), (focal_length 35.0) f/16, 18mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Limited Depth of Field",
"prompt": "(f_stop None), (focal_length None) f/2.8, macro lens {prompt}",
"negative_prompt": "(f_stop None), (focal_length None)"
},
{
"name": "Macro Depth of Field",
"prompt": "(f_stop None), (focal_length None) f/8, macro lens {prompt}",
"negative_prompt": "(f_stop None), (focal_length None)"
},
{
"name": "Moderate Depth of Field",
"prompt": "(f_stop 5.6), (focal_length 28.0) f/5.6, 28mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Moderate Shallow Depth of Field",
"prompt": "(f_stop 4.0), (focal_length 35.0) f/4, 35mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Night Photography Depth of Field",
"prompt": "(f_stop 2.8), (focal_length 35.0) f/2.8, 35mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Panoramic Depth of Field",
"prompt": "(f_stop None), (focal_length None) f/16, wide-angle lens {prompt}",
"negative_prompt": "(f_stop None), (focal_length None)"
},
{
"name": "Slightly Deep Depth of Field",
"prompt": "(f_stop 8.0), (focal_length 24.0) f/8, 24mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Still Life Depth of Field",
"prompt": "(f_stop 5.6), (focal_length 50.0) f/5.6, 50mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Street Photography Depth of Field",
"prompt": "(f_stop 8.0), (focal_length 85.0) f/8, 35mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Subject in Motion Depth of Field",
"prompt": "(f_stop 4.0), (focal_length 24.0) f/4, 24mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
},
{
"name": "Very Deep Depth of Field",
"prompt": "(f_stop 16.0), (focal_length 14.0) f/16, 14mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 85.0)"
},
{
"name": "Very Shallow Depth of Field",
"prompt": "(f_stop 1.8), (focal_length 50.0) f/1.8, 50mm focal length {prompt}",
"negative_prompt": "(f_stop 1.2), (focal_length 14.0)"
}
]