AdwolfCzar commited on
Commit
36731f4
·
verified ·
1 Parent(s): cc86022

Upload checkpoints/step-00750 (omini_sauce_1)

Browse files
checkpoints/step-00750/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": null,
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": false,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 64,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "down",
35
+ "wv",
36
+ "wk",
37
+ "wo",
38
+ "up",
39
+ "gate",
40
+ "wq"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": null,
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
checkpoints/step-00750/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d37177617884cdfb63b76805b2078f2b50744d85e7ec9e828680cbd834d77c
3
+ size 457112440
checkpoints/step-00750/omini_sauce_1.toml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GROUNDEDSECRET — treino sério do krea2_omini_grounded (7000 steps).
2
+ # Método validado no probe 250 + melhorias mapeadas em docs/OMINI_GROUNDED_SEGREDO.md:
3
+ # - caption_dropout 0.1 (treina o uncond grounded do CFG)
4
+ # - vl_grounding_jitter 384-768 (dial de inferência robusto)
5
+ # - multi-resolução 512/768/1024 (dataset é 1080p nativo)
6
+ output_dir = '/workspace/checkpoints/omini_sauce_1'
7
+ dataset = '/workspace/configs/omini_sauce_dataset.toml'
8
+ epochs = 1000
9
+ max_steps = 20000
10
+ micro_batch_size_per_gpu = 1
11
+ gradient_accumulation_steps = 1
12
+ pipeline_stages = 1
13
+ gradient_clipping = 1.0
14
+ warmup_steps = 100
15
+ save_every_n_steps = 250
16
+ checkpoint_every_n_minutes = 60
17
+ activation_checkpointing = true
18
+ save_dtype = 'bfloat16'
19
+ caching_batch_size = 1
20
+ blocks_to_swap = 8
21
+
22
+ [model]
23
+ type = 'krea2_omini_grounded'
24
+ diffusion_model = '/workspace/models/krea2/diffusion_models/krea2_raw_fp8_scaled.safetensors'
25
+ vae = '/workspace/models/krea2/split_files/vae/qwen_image_vae.safetensors'
26
+ text_encoders = [
27
+ {path = '/workspace/models/krea2/text_encoders/qwen3vl_4b_bf16.safetensors', type = 'krea2'},
28
+ ]
29
+ dtype = 'bfloat16'
30
+ diffusion_model_dtype = 'float8'
31
+ timestep_sample_method = 'logit_normal'
32
+ flux_shift = true
33
+
34
+ [krea2_omini_grounded]
35
+ position_mode = 'width_shift'
36
+ reference_position_offset = 1.0
37
+ reference_timestep = 'zero'
38
+ condition_dropout = 0.0
39
+ condition_only_lora = true
40
+ vl_prompt_style = 'plain'
41
+ vl_longest_side = 768
42
+ vl_grounding_jitter = [384, 768]
43
+ caption_dropout = 0.1
44
+
45
+ [adapter]
46
+ type = 'lora'
47
+ rank = 64
48
+ dtype = 'bfloat16'
49
+
50
+ [optimizer]
51
+ type = 'AdamW8bitKahan'
52
+ lr = 1e-4
53
+ betas = [0.9, 0.99]
54
+ weight_decay = 0.01
55
+ stabilize = false