forked from njbbaer/progrockdiffusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
91 lines (91 loc) · 2.58 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
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
{
"batch_name": "Default",
"text_prompts": {
"0": [
"A beautiful painting of a Castle in the Scottish Highlands, underexposed and overcast, by Asher Brown Durand, trending on ArtStation."
]
},
"n_batches": 1,
"steps": 250,
"display_rate": 10,
"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": 8,
"init_image": null,
"skip_steps_ratio": 0.33,
"init_scale": 1000,
"skip_steps": 0,
"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",
"ViTB32": 1.0,
"ViTB16": 1.0,
"ViTL14": false,
"ViTL14_336": false,
"RN101": false,
"RN50": 1.0,
"RN50x4": false,
"RN50x16": false,
"RN50x64": false,
"cut_overview": "[5]*400+[1]*600",
"cut_innercut": "[1]*400+[5]*600",
"cut_ic_pow": "[1]*500+[10]*500",
"cut_ic_pow_final": null,
"cut_icgray_p": "[0.2]*400+[0]*600",
"smooth_schedules": false,
"intermediate_saves": 0,
"stop_early": 0,
"fix_brightness_contrast": true,
"high_contrast_threshold": 80,
"high_contrast_adjust_amount": 0.85,
"high_contrast_start": 20,
"high_contrast_adjust": true,
"low_contrast_threshold": 20,
"low_contrast_adjust_amount": 2,
"low_contrast_start": 20,
"low_contrast_adjust": true,
"high_brightness_threshold": 180,
"high_brightness_adjust_amount": 0.85,
"high_brightness_start": 0,
"high_brightness_adjust": true,
"low_brightness_threshold": 40,
"low_brightness_adjust_amount": 1.15,
"low_brightness_start": 0,
"low_brightness_adjust": true,
"gobig_orientation": "vertical",
"gobig_scale": 2,
"keep_unsharp": false,
"symmetry_loss_v": false,
"symmetry_loss_h": false,
"symm_loss_scale": 2400,
"symm_switch": 45,
"interp_spline": "Linear",
"max_frames": 10000,
"sharpen_preset": "Off",
"frames_scale": 1500,
"frames_skip_steps": "60%",
"animation_mode": "None",
"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
}