forked from njbbaer/progrockdiffusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
92 lines (92 loc) · 2.62 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
92
// It is recommended that you DO NOT edit this file. Instead, make a copy that contains the settings you wish to change,
// then simply specify your copy on the command line:
// For example:
// python prd.py -s my_settings.json
{
"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,
"init_masked": null,
"render_mask": null,
"skip_steps_ratio": 0.33,
"init_scale": 1000,
"skip_steps": 0,
"perlin_init": false,
"perlin_mode": "mixed",
"perlin_contrast": 1.0,
"perlin_brightness": 1.0,
"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,
"ViTB32_laion2b_e16": 0.0,
"ViTB32_laion400m_e31": 0.0,
"ViTB32_laion400m_32": 0.0,
"ViTB32quickgelu_laion400m_e31": 0.0,
"ViTB32quickgelu_laion400m_e32": 0.0,
"ViTB16_laion400m_e31": 0.0,
"ViTB16_laion400m_e32": 0.0,
"RN50_yffcc15m": 0.0,
"RN50_cc12m": 0.0,
"RN50_quickgelu_yfcc15m": 0.0,
"RN50_quickgelu_cc12m": 0.0,
"RN101_yfcc15m": 0.0,
"RN101_quickgelu_yfcc15m": 0.0,
"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",
"cut_heatmaps": false,
"smooth_schedules": false,
"intermediate_saves": 0,
"stop_early": 0,
"fix_brightness_contrast": true,
"gobig_scale": 2,
"gobig_skip_ratio": 0.6,
"gobig_overlap": 64,
"gobig_maximize": false,
"keep_unsharp": false,
"symmetry_loss_v": false,
"symmetry_loss_h": false,
"symm_loss_scale": "[2500]*1000",
"symm_switch": 45,
"simple_symmetry": [0],
"interp_spline": "Linear",
"max_frames": 1000,
"sharpen_preset": "Off",
"use_jpg": false,
"cool_down": 0
}