-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinference_configs.json
More file actions
68 lines (68 loc) · 2.97 KB
/
inference_configs.json
File metadata and controls
68 lines (68 loc) · 2.97 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
65
66
67
68
{
"DowntownWest": {
"gbuffer_dir": "./data/DowntownWest",
"original_frames": "./data/DowntownWest/FinalImage",
"gbuffer_prefix": "",
"controlnet_path": "./Models/DowntownWest/controlnet",
"controllora_path": "./Models/DowntownWest/pytorch_lora_weights.safetensors",
"output_dir": "./output/DowntownWest",
"prompt": "A mid-western downtown shopping street on a sunny day, colorful storefronts, urban architecture",
"negative_prompt": "lowres, blurry, worst quality",
"enable_injection": true
},
"CitySample": {
"gbuffer_dir": "./data/CitySample",
"original_frames": "./data/CitySample/FinalImage",
"gbuffer_prefix": "",
"controlnet_path": "./Models/CitySample/controlnet",
"controllora_path": "./Models/CitySample/pytorch_lora_weights.safetensors",
"output_dir": "./output/CitySample",
"prompt": "A photorealistic metropolitan city with skyscrapers and streets under overcast grey skies",
"negative_prompt": "lowres, blurry, worst quality",
"enable_injection": true
},
"Hillside": {
"gbuffer_dir": "./data/Hillside",
"original_frames": "./data/Hillside/FinalImage",
"gbuffer_prefix": "",
"controlnet_path": "./Models/Hillside/controlnet",
"controllora_path": "./Models/Hillside/controllora.safetensors",
"output_dir": "./output/Hillside",
"prompt": "Interior of a modern apartment at night, bright ambient lighting from lamps, contemporary furniture, warm atmosphere",
"negative_prompt": "lowres, blurry, worst quality",
"enable_injection": true
},
"CityPark": {
"gbuffer_dir": "./data/CityPark",
"original_frames": "./data/CityPark/FinalImage",
"gbuffer_prefix": "",
"controlnet_path": "./Models/CityPark/controlnet",
"controllora_path": "./Models/CityPark/pytorch_lora_weights.safetensors",
"output_dir": "./output/CityPark",
"prompt": "A photorealistic urban park on a sunny day",
"negative_prompt": "lowres, blurry, worst quality",
"enable_injection": true
},
"ElectricDreams": {
"gbuffer_dir": "./data/ElectricDreams",
"original_frames": "./data/ElectricDreams/FinalImage",
"gbuffer_prefix": "",
"controlnet_path": "./Models/ElectricDreams/controlnet",
"controllora_path": "./Models/ElectricDreams/pytorch_lora_weights.safetensors",
"output_dir": "./output/ElectricDreams",
"prompt": "A photorealistic lush rainforest on a sunny day",
"negative_prompt": "lowres, blurry, worst quality",
"enable_injection": true
},
"DerelictCorridor": {
"gbuffer_dir": "./data/DerelictCorridor",
"original_frames": "./data/DerelictCorridor/FinalImage",
"gbuffer_prefix": "",
"controlnet_path": "./Models/DerelictCorridor/controlnet",
"controllora_path": "./Models/DerelictCorridor/pytorch_lora_weights.safetensors",
"output_dir": "./output/DerelictCorridor",
"prompt": "A photorealistic derelict corridor, industrial abandoned interior",
"negative_prompt": "lowres, blurry, worst quality",
"enable_injection": true
}
}