-
Notifications
You must be signed in to change notification settings - Fork 43
/
settings.json
61 lines (61 loc) · 1.55 KB
/
settings.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
{
"batch_name": "Default",
"text_prompts": {
"0": [
"The Big Sur Coast, by Asher Brown Durand, featured on ArtStation."
]
},
"n_batches": 1,
"steps": 250,
"display_rate": 50,
"width": 832,
"height": 512,
"set_seed": "random_seed",
"image_prompts": {},
"clip_guidance_scale": "auto",
"tv_scale": 0,
"range_scale": 150,
"sat_scale": 0,
"cutn_batches": 4,
"max_frames": 10000,
"interp_spline": "Linear",
"init_image": null,
"init_scale": 1000,
"skip_steps": 0,
"frames_scale": 1500,
"frames_skip_steps": "60%",
"perlin_init": false,
"perlin_mode": "mixed",
"skip_augs": false,
"randomize_class": true,
"clip_denoised": false,
"clamp_grad": true,
"clamp_max": "auto",
"fuzzy_prompt": false,
"rand_mag": 0.05,
"eta": "auto",
"diffusion_model": "512x512_diffusion_uncond_finetune_008100",
"use_secondary_model": true,
"sampling_mode": "ddim",
"diffusion_steps": 1000,
"ViTB32": true,
"ViTB16": true,
"ViTL14": false,
"RN101": false,
"RN50": true,
"RN50x4": false,
"RN50x16": false,
"RN50x64": false,
"cut_overview": "[12]*400+[4]*600",
"cut_innercut": "[4]*400+[12]*600",
"cut_ic_pow": 1,
"cut_icgray_p": "[0.2]*400+[0]*600",
"key_frames": true,
"angle": "0:(0)",
"zoom": "0: (1), 10: (1.05)",
"translation_x": "0: (0)",
"translation_y": "0: (0)",
"video_init_path": "/content/training.mp4",
"extract_nth_frame": 2,
"intermediate_saves": 0
}