parsee-mizuhashi
commited on
Commit
•
1584c34
1
Parent(s):
7c06007
007 train
Browse files
part2/config_weebshit_xl.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": {
|
3 |
+
"type": "image_transformer_v2",
|
4 |
+
"input_channels": 3,
|
5 |
+
"input_size": [256, 256],
|
6 |
+
"patch_size": [2, 2],
|
7 |
+
"depths": [2, 4, 4, 8],
|
8 |
+
"widths": [128, 256, 512, 1024],
|
9 |
+
"self_attns": [
|
10 |
+
{"type": "neighborhood", "d_head": 64, "kernel_size": 3},
|
11 |
+
{"type": "neighborhood", "d_head": 64, "kernel_size": 3},
|
12 |
+
{"type": "neighborhood", "d_head": 64, "kernel_size": 3},
|
13 |
+
{"type": "global", "d_head": 64}
|
14 |
+
],
|
15 |
+
"loss_config": "karras",
|
16 |
+
"loss_weighting": "soft-min-snr",
|
17 |
+
"dropout_rate": [0.0, 0.0, 0.0, 0.0],
|
18 |
+
"mapping_dropout_rate": 0.0,
|
19 |
+
"augment_prob": 0.0,
|
20 |
+
"sigma_data": 0.5,
|
21 |
+
"sigma_min": 1e-2,
|
22 |
+
"sigma_max": 160,
|
23 |
+
"sigma_sample_density": {
|
24 |
+
"type": "cosine-interpolated"
|
25 |
+
}
|
26 |
+
},
|
27 |
+
"dataset": {
|
28 |
+
"type": "huggingface",
|
29 |
+
"location": "woctordho/img-256-danbooru",
|
30 |
+
"image_key": "image"
|
31 |
+
},
|
32 |
+
"optimizer": {
|
33 |
+
"type": "adam8bit",
|
34 |
+
"lr": 5e-4,
|
35 |
+
"betas": [0.9, 0.95],
|
36 |
+
"eps": 1e-8,
|
37 |
+
"weight_decay": 1e-3
|
38 |
+
},
|
39 |
+
"lr_sched": {
|
40 |
+
"type": "constant",
|
41 |
+
"warmup": 0.0
|
42 |
+
},
|
43 |
+
"ema_sched": {
|
44 |
+
"type": "inverse",
|
45 |
+
"power": 0.75,
|
46 |
+
"max_value": 0.9999
|
47 |
+
}
|
48 |
+
}
|
part2/weebshit_007_00220000.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe8ef20a6f90163b7b50aecce6006f7bdbbde710f9a6be0d92f06208e651169
|
3 |
+
size 1585189573
|