lodestones commited on
Commit
97e8bae
·
verified ·
1 Parent(s): 82c6052

Upload folder using huggingface_hub

Browse files
priming_e7/2025-02-14_18-38-52.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d6b3e8bb758bc06470225babc770c4c7d67923fb6f428c9c4ed3fa00b26a24f
3
+ size 17800230648
priming_e7/2025-02-14_19-30-47.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1122ca77c3e6b7e00c091d698f74d58de823ca8a84db8b9cbeaf0d8cf17f4d
3
+ size 17800230648
priming_e7/2025-02-14_20-21-51.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1035de5954aff63b472e27eb6e652610df4dadc91ef628804915f81b896956ac
3
+ size 17800230648
priming_e7/2025-02-14_21-11-42.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31004783f77869647c533d6e9626e93782b6030bd1dda015722a2b5d571212e
3
+ size 17800230648
priming_e7/2025-02-14_22-02-03.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f44ecd7c0093f70ed7bff81c88c9ca99f4b7dd3cd0fb66ffb85b70e9b3de79
3
+ size 17800230648
priming_e7/2025-02-14_22-51-43.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad76f044a85d4e286df5f18003e5428c3dfaf41924a9c13ecff2881ff9e4e84
3
+ size 17800230648
priming_e7/2025-02-14_23-40-44.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15d4c2547f490c99c70fb6800a0ae69dd08861ec8e1da6898e0bd9bd24626b1
3
+ size 17800230648
priming_e7/training_config.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "training": {
3
+ "master_seed": 4210,
4
+ "cache_minibatch": 16,
5
+ "train_minibatch": 16,
6
+ "offload_param_count": 17000000000,
7
+ "lr": 1e-05,
8
+ "weight_decay": 0.0,
9
+ "warmup_steps": 5,
10
+ "change_layer_every": 50,
11
+ "trained_single_blocks": 4,
12
+ "trained_double_blocks": 4,
13
+ "save_every": 50,
14
+ "save_folder": "/workspace/checkpoint/training",
15
+ "wandb_key": "08f134109a388d4d784b091c1c145bf0a32c5de4",
16
+ "wandb_project": "optimal transport unlocked",
17
+ "wandb_run": "priming",
18
+ "wandb_entity": null,
19
+ "hf_repo_id": null,
20
+ "hf_token": null
21
+ },
22
+ "inference": {
23
+ "inference_every": 50,
24
+ "inference_folder": "/workspace/checkpoint/preview",
25
+ "steps": 20,
26
+ "guidance": 0,
27
+ "cfg": 3,
28
+ "prompts": [
29
+ "a cute cat sat on a mat while receiving a head pat from his owner called Matt",
30
+ "baked potato, on the space floating orbiting around the earth"
31
+ ],
32
+ "first_n_steps_wo_cfg": 0,
33
+ "image_dim": [
34
+ 1024,
35
+ 1024
36
+ ],
37
+ "t5_max_length": 512
38
+ },
39
+ "extra_inference_config": [
40
+ {
41
+ "inference_every": 50,
42
+ "inference_folder": "/workspace/checkpoint/preview",
43
+ "steps": 20,
44
+ "guidance": 0,
45
+ "cfg": 4,
46
+ "prompts": [
47
+ "a cute cat sat on a mat while receiving a head pat from his owner called Matt",
48
+ "baked potato, on the space floating orbiting around the earth"
49
+ ],
50
+ "first_n_steps_wo_cfg": 0,
51
+ "image_dim": [
52
+ 1024,
53
+ 1024
54
+ ],
55
+ "t5_max_length": 512
56
+ },
57
+ {
58
+ "inference_every": 50,
59
+ "inference_folder": "/workspace/checkpoint/preview",
60
+ "steps": 20,
61
+ "guidance": 0,
62
+ "cfg": 5,
63
+ "prompts": [
64
+ "a cute cat sat on a mat while receiving a head pat from his owner called Matt",
65
+ "baked potato, on the space floating orbiting around the earth"
66
+ ],
67
+ "first_n_steps_wo_cfg": 0,
68
+ "image_dim": [
69
+ 1024,
70
+ 1024
71
+ ],
72
+ "t5_max_length": 512
73
+ },
74
+ {
75
+ "inference_every": 50,
76
+ "inference_folder": "/workspace/checkpoint/preview",
77
+ "steps": 20,
78
+ "guidance": 0,
79
+ "cfg": 6,
80
+ "prompts": [
81
+ "a cute cat sat on a mat while receiving a head pat from his owner called Matt",
82
+ "baked potato, on the space floating orbiting around the earth"
83
+ ],
84
+ "first_n_steps_wo_cfg": 0,
85
+ "image_dim": [
86
+ 1024,
87
+ 1024
88
+ ],
89
+ "t5_max_length": 512
90
+ }
91
+ ],
92
+ "dataloader": {
93
+ "batch_size": 1024,
94
+ "jsonl_metadata_path": "/workspace/unlocked_data.jsonl",
95
+ "image_folder_path": "",
96
+ "base_resolution": [
97
+ 512
98
+ ],
99
+ "shuffle_tags": true,
100
+ "tag_drop_percentage": 0.0,
101
+ "uncond_percentage": 0.1,
102
+ "resolution_step": 64,
103
+ "num_workers": 1,
104
+ "prefetch_factor": 1,
105
+ "ratio_cutoff": 2.0,
106
+ "thread_per_worker": 2
107
+ },
108
+ "model": {
109
+ "chroma_path": "/workspace/checkpoint/lower_stochastic.sft",
110
+ "vae_path": "/workspace/FLUX.1-schnell/ae.safetensors",
111
+ "t5_path": "/workspace/FLUX.1-schnell/text_encoder_2",
112
+ "t5_config_path": "/workspace/FLUX.1-schnell/text_encoder_2/config.json",
113
+ "t5_tokenizer_path": "/workspace/FLUX.1-schnell/tokenizer_2",
114
+ "t5_to_8bit": true,
115
+ "t5_max_length": 512
116
+ }
117
+ }