Upload folder using huggingface_hub
Browse files- priming_e2/2025-02-20_21-41-19.pth +3 -0
- priming_e2/2025-02-20_22-34-04.pth +3 -0
- priming_e2/2025-02-20_23-26-22.pth +3 -0
- priming_e2/2025-02-21_00-18-32.pth +3 -0
- priming_e2/2025-02-21_01-10-54.pth +3 -0
- priming_e2/2025-02-21_02-03-16.pth +3 -0
- priming_e2/2025-02-21_02-55-46.pth +3 -0
- priming_e2/training_config.json +110 -0
priming_e2/2025-02-20_21-41-19.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2eec082129dfb69b5ac01112be5637fdbd6f46461208ce01006848dec7e82d6e
|
3 |
+
size 5219702614
|
priming_e2/2025-02-20_22-34-04.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1243e1c073758e67a05f0401e8d76aa23ccac493966715e027e1f71a40b8ed23
|
3 |
+
size 5219702614
|
priming_e2/2025-02-20_23-26-22.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a4a9dd86fc5a4041b5081ca587b3fa82cdbe5e9daf6402c8c81be395199b60b
|
3 |
+
size 5219702614
|
priming_e2/2025-02-21_00-18-32.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1e47fbe77bcd2c71d6462feac80aae70d825ae12b20d2a103b666c295dd7848
|
3 |
+
size 5219702614
|
priming_e2/2025-02-21_01-10-54.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6c91f7219e0d9435b8aa0df60e04f67515510d120d80e7d7abfb4937dfe0c2e
|
3 |
+
size 5219702614
|
priming_e2/2025-02-21_02-03-16.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:520d3bf7fd07359d19f966a3f1f14527f9a668a85e664fd929d3abd35fde3937
|
3 |
+
size 5219702614
|
priming_e2/2025-02-21_02-55-46.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6996a933896f6aa7b1a0f03c3494b38f0152d07f858b46e77f18bfb04ef656a
|
3 |
+
size 5219702614
|
priming_e2/training_config.json
ADDED
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"training": {
|
3 |
+
"master_seed": 0,
|
4 |
+
"cache_minibatch": 8,
|
5 |
+
"train_minibatch": 8,
|
6 |
+
"offload_param_count": 5000000000,
|
7 |
+
"lr": 1e-05,
|
8 |
+
"weight_decay": 0.0,
|
9 |
+
"warmup_steps": 10,
|
10 |
+
"change_layer_every": 100000000,
|
11 |
+
"trained_blocks": 26,
|
12 |
+
"save_every": 50,
|
13 |
+
"save_folder": "/workspace/checkpoint/training",
|
14 |
+
"wandb_key": "08f134109a388d4d784b091c1c145bf0a32c5de4",
|
15 |
+
"wandb_project": "lumina unlocked",
|
16 |
+
"wandb_run": "priming",
|
17 |
+
"wandb_entity": null,
|
18 |
+
"hf_repo_id": null,
|
19 |
+
"hf_token": null
|
20 |
+
},
|
21 |
+
"inference": {
|
22 |
+
"inference_every": 50,
|
23 |
+
"inference_folder": "/workspace/checkpoint/preview",
|
24 |
+
"steps": 20,
|
25 |
+
"cfg": 5,
|
26 |
+
"prompts": [
|
27 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> a cute cat sat on a mat while receiving a head pat from his owner called Matt",
|
28 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> baked potato, on the space floating orbiting around the earth"
|
29 |
+
],
|
30 |
+
"first_n_steps_wo_cfg": 0,
|
31 |
+
"image_dim": [
|
32 |
+
1024,
|
33 |
+
1024
|
34 |
+
],
|
35 |
+
"gemma_max_length": 256
|
36 |
+
},
|
37 |
+
"extra_inference_config": [
|
38 |
+
{
|
39 |
+
"inference_every": 50,
|
40 |
+
"inference_folder": "/workspace/checkpoint/preview",
|
41 |
+
"steps": 20,
|
42 |
+
"cfg": 6,
|
43 |
+
"prompts": [
|
44 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> a cute cat sat on a mat while receiving a head pat from his owner called Matt",
|
45 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> baked potato, on the space floating orbiting around the earth"
|
46 |
+
],
|
47 |
+
"first_n_steps_wo_cfg": 0,
|
48 |
+
"image_dim": [
|
49 |
+
1024,
|
50 |
+
1024
|
51 |
+
],
|
52 |
+
"gemma_max_length": 256
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"inference_every": 50,
|
56 |
+
"inference_folder": "/workspace/checkpoint/preview",
|
57 |
+
"steps": 20,
|
58 |
+
"cfg": 7,
|
59 |
+
"prompts": [
|
60 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> a cute cat sat on a mat while receiving a head pat from his owner called Matt",
|
61 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> baked potato, on the space floating orbiting around the earth"
|
62 |
+
],
|
63 |
+
"first_n_steps_wo_cfg": 0,
|
64 |
+
"image_dim": [
|
65 |
+
1024,
|
66 |
+
1024
|
67 |
+
],
|
68 |
+
"gemma_max_length": 256
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"inference_every": 50,
|
72 |
+
"inference_folder": "/workspace/checkpoint/preview",
|
73 |
+
"steps": 20,
|
74 |
+
"cfg": 8,
|
75 |
+
"prompts": [
|
76 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> a cute cat sat on a mat while receiving a head pat from his owner called Matt",
|
77 |
+
"You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. <Prompt Start> baked potato, on the space floating orbiting around the earth"
|
78 |
+
],
|
79 |
+
"first_n_steps_wo_cfg": 0,
|
80 |
+
"image_dim": [
|
81 |
+
1024,
|
82 |
+
1024
|
83 |
+
],
|
84 |
+
"gemma_max_length": 256
|
85 |
+
}
|
86 |
+
],
|
87 |
+
"dataloader": {
|
88 |
+
"batch_size": 1024,
|
89 |
+
"jsonl_metadata_path": "/workspace/unlocked_data.jsonl",
|
90 |
+
"image_folder_path": "",
|
91 |
+
"base_resolution": [
|
92 |
+
512
|
93 |
+
],
|
94 |
+
"shuffle_tags": true,
|
95 |
+
"tag_drop_percentage": 0.0,
|
96 |
+
"uncond_percentage": 0.1,
|
97 |
+
"resolution_step": 64,
|
98 |
+
"num_workers": 1,
|
99 |
+
"prefetch_factor": 1,
|
100 |
+
"ratio_cutoff": 2.0,
|
101 |
+
"thread_per_worker": 2
|
102 |
+
},
|
103 |
+
"model": {
|
104 |
+
"lumina_path": "/workspace/checkpoint/lumina_latest.safetensors",
|
105 |
+
"vae_path": "/workspace/FLUX.1-schnell/ae.safetensors",
|
106 |
+
"gemma_path": "/workspace/gemma-2-2b",
|
107 |
+
"gemma_to_8bit": false,
|
108 |
+
"gemma_max_length": 256
|
109 |
+
}
|
110 |
+
}
|