-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
64 lines (64 loc) · 1.66 KB
/
sample.json
File metadata and controls
64 lines (64 loc) · 1.66 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"info": {
"name": "Wes Anderson Inspired Scene",
"description": "A whimsical symmetrical scene with pastel tones, vintage props, and precise composition reminiscent of Wes Anderson's cinematic style."
},
"camera": {
"model": "Arriflex 235",
"lens_type": "prime",
"focal_length": 35,
"fstop": 5.6,
"iso": 200,
"shutter_speed": "1/60",
"aspect_ratio": "4:3"
},
"style": {
"palette": "pastel_vintage",
"lut": "cinematic_soft",
"year": 1970,
"aesthetic": "symmetrical_whimsical",
"engine": "any"
},
"environment": {
"location": "interior_studio",
"outdoor": false,
"timeofday": "afternoon",
"weather": "sunny",
"setting": "indoor"
},
"lighting": {
"type": "key",
"direction": "frontal",
"intensity": 60,
"temperature": 5600,
"color": "warm",
"softness": "soft",
"contrast": "medium",
"shadows": "soft"
},
"character": {
"pose": "standing",
"expression": "neutral",
"clothing": "vintage_formal",
"makeup": "natural",
"hairstyle": "styled"
},
"composition": {
"framing": "medium_shot",
"perspective": "eye_level",
"focal_point": "center",
"rule_of_thirds": true,
"motion_blur": "none"
},
"effects": {
"color_grade": "cinematic",
"grain": 10,
"vignette": 15,
"glow": 5,
"reflection": "none",
"lens_flare": "subtle",
"dust": "low",
"fog": "none",
"light_leak": "subtle"
}
}