firzahdzm commited on
Commit
1807cde
·
verified ·
1 Parent(s): 7c84689

Upload task output 3d9e267a-84f8-4473-9fcf-fed21ff18903

Browse files
Files changed (36) hide show
  1. checkpoints/checkpoint-soup.safetensors +3 -0
  2. checkpoints/config.yaml +94 -0
  3. checkpoints/last.safetensors +3 -0
  4. checkpoints/last.unselected.safetensors +3 -0
  5. checkpoints/last_000000050.safetensors +3 -0
  6. checkpoints/last_000000100.safetensors +3 -0
  7. checkpoints/last_000000150.safetensors +3 -0
  8. checkpoints/last_000000200.safetensors +3 -0
  9. checkpoints/last_000000250.safetensors +3 -0
  10. checkpoints/last_000000300.safetensors +3 -0
  11. checkpoints/last_000000350.safetensors +3 -0
  12. checkpoints/last_000000400.safetensors +3 -0
  13. checkpoints/last_000000450.safetensors +3 -0
  14. checkpoints/last_000000500.safetensors +3 -0
  15. checkpoints/last_000000550.safetensors +3 -0
  16. checkpoints/last_000000600.safetensors +3 -0
  17. checkpoints/last_000000650.safetensors +3 -0
  18. checkpoints/last_000000700.safetensors +3 -0
  19. checkpoints/last_000000750.safetensors +3 -0
  20. checkpoints/last_000000800.safetensors +3 -0
  21. checkpoints/last_000000850.safetensors +3 -0
  22. checkpoints/last_000000900.safetensors +3 -0
  23. checkpoints/last_000000950.safetensors +3 -0
  24. checkpoints/last_000001000.safetensors +3 -0
  25. checkpoints/last_000001050.safetensors +3 -0
  26. checkpoints/last_000001100.safetensors +3 -0
  27. checkpoints/last_000001150.safetensors +3 -0
  28. checkpoints/last_000001200.safetensors +3 -0
  29. checkpoints/last_000001250.safetensors +3 -0
  30. checkpoints/last_000001300.safetensors +3 -0
  31. checkpoints/last_000001350.safetensors +3 -0
  32. checkpoints/last_000001400.safetensors +3 -0
  33. checkpoints/last_000001450.safetensors +3 -0
  34. checkpoints/last_000001500.safetensors +3 -0
  35. checkpoints/last_000001550.safetensors +3 -0
  36. checkpoints/optimizer.pt +3 -0
checkpoints/checkpoint-soup.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd015060115ab7004674b1bc3ad5e959edada014a3d3e356cab461dda68edc39
3
+ size 228587776
checkpoints/config.yaml ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: last
3
+ process:
4
+ - datasets:
5
+ - cache_latents_to_disk: false
6
+ caption_dropout_rate: 0.1
7
+ caption_ext: txt
8
+ controls: []
9
+ default_caption: ''
10
+ flip_x: false
11
+ flip_y: false
12
+ folder_path: /dataset/images/3d9e267a-84f8-4473-9fcf-fed21ff18903/img
13
+ is_reg: false
14
+ mask_min_value: 0.1
15
+ mask_path: null
16
+ network_weight: 1
17
+ num_frames: 1
18
+ num_repeats: 1
19
+ resolution:
20
+ - 512
21
+ - 768
22
+ - 1024
23
+ shrink_video_to_frames: true
24
+ device: cuda
25
+ logging:
26
+ log_every: 1
27
+ use_ui_logger: false
28
+ model:
29
+ arch: krea2
30
+ compile: false
31
+ layer_offloading: false
32
+ layer_offloading_text_encoder_percent: 1
33
+ layer_offloading_transformer_percent: 1
34
+ low_vram: false
35
+ model_kwargs:
36
+ text_encoder_path: /opt/models/qwen3-vl-4b-instruct
37
+ vae_path: /cache/models/krea--Krea-2-Raw
38
+ name_or_path: /cache/models/krea--Krea-2-Raw
39
+ qtype: qfloat8
40
+ qtype_te: qfloat8
41
+ quantize: false
42
+ quantize_te: false
43
+ network:
44
+ linear: 32
45
+ linear_alpha: 32
46
+ lokr_factor: -1
47
+ lokr_full_rank: true
48
+ network_kwargs:
49
+ ignore_if_contains: []
50
+ type: lora
51
+ performance_log_every: 10
52
+ save:
53
+ dtype: bf16
54
+ max_step_saves_to_keep: 80
55
+ push_to_hub: false
56
+ save_every: 50
57
+ save_format: diffusers
58
+ sqlite_db_path: ./aitk_db.db
59
+ train:
60
+ batch_size: 1
61
+ bypass_guidance_embedding: false
62
+ cache_text_embeddings: false
63
+ content_or_style: balanced
64
+ diff_output_preservation: false
65
+ diff_output_preservation_class: person
66
+ diff_output_preservation_multiplier: 1
67
+ disable_sampling: true
68
+ dtype: bf16
69
+ ema_config:
70
+ ema_decay: 0.99
71
+ use_ema: false
72
+ force_first_sample: false
73
+ gradient_accumulation: 1
74
+ gradient_checkpointing: true
75
+ loss_type: mse
76
+ lr: 0.0001
77
+ noise_scheduler: flowmatch
78
+ optimizer: adamw8bit
79
+ optimizer_params:
80
+ weight_decay: 0.0001
81
+ skip_first_sample: true
82
+ steps: 2000
83
+ switch_boundary_every: 1
84
+ timestep_type: linear
85
+ train_text_encoder: false
86
+ train_unet: true
87
+ unload_text_encoder: false
88
+ training_folder: /app/checkpoints/3d9e267a-84f8-4473-9fcf-fed21ff18903/1gpu-krea2-3d9e267a-v15-01
89
+ trigger_word: BrandEssence
90
+ type: diffusion_trainer
91
+ job: extension
92
+ meta:
93
+ name: krea2_lora
94
+ version: '1.0'
checkpoints/last.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e20fc58e7e1132073cf45fe2c277f0d5f2223e8a10a224bd4c072fa3d5241f
3
+ size 228587776
checkpoints/last.unselected.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ffaee8a5d1e515a16ec2a187ee6e6754fc7cd533df5366ac29fa331559e0f1
3
+ size 228587776
checkpoints/last_000000050.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6740b4afbbe56f96c8263e838fa666f93a69998a3e55e064c7a85acd0fb8a54
3
+ size 228587776
checkpoints/last_000000100.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:961a0c295865e4cfdea7b367762dea7e0eb1f02f791eb12268e250faa94baa42
3
+ size 228587776
checkpoints/last_000000150.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a77a6aed69f0accc1516ff6c7bef6aceca2734e0baa6eb162d3784e9068a19
3
+ size 228587776
checkpoints/last_000000200.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c3a4626a437916c9cd453e8b145fd2e7d414b8a0a98ac290cbcd19856c1fb07
3
+ size 228587776
checkpoints/last_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189b92c7ab4df0e6ebf8e148d7c8b37550a1fd28ca19c690866468d1456f47ae
3
+ size 228587776
checkpoints/last_000000300.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d85f84ae5de06b9d3a33a294372042c50e9b98d0da43ca1ca18bb43be52544
3
+ size 228587776
checkpoints/last_000000350.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:728068ae9c0763708d7ec0fe35ec2516c14d4b89fa3ca65ebbba6cf00ccd42e3
3
+ size 228587776
checkpoints/last_000000400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc3a685abf77f68afc821570cf5e99a4e723d385bb30eb6f228c11c11c6085e7
3
+ size 228587776
checkpoints/last_000000450.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:343805889cfdecc4a3b944cdb43b0df3b32f2c144abcf4a6d13ff3142e94756c
3
+ size 228587776
checkpoints/last_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141e0ca604e3cc4b5fd03a1841adb3a458006a8df177c8026a8eac13f69924f0
3
+ size 228587776
checkpoints/last_000000550.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6450b15c4924614722362b2d6ae99f21c6929aea95d2a8c4609cd2be8eed42db
3
+ size 228587776
checkpoints/last_000000600.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5d3117805fa48ee6e086a4762626c81d59f88334f280db6f0db2752c5f7c07
3
+ size 228587776
checkpoints/last_000000650.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73dde7c8a414b90092617bc313653d4fdfc9ba4da267592bed78a72529dc5807
3
+ size 228587776
checkpoints/last_000000700.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d06d102fbc45d0d4bac9556a6be897c4762174faad28ac4c6e2f25898850dd
3
+ size 228587776
checkpoints/last_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d4cdc54628eba8723719d595e36b462be1f623520bc0ce5474a6400f8703050
3
+ size 228587776
checkpoints/last_000000800.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c196d26239a94a96bca02416ec98a35c1a0414a74a83a9c0ea7d7a34973346eb
3
+ size 228587776
checkpoints/last_000000850.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c8548caac3750739887e40021feb5a3e38f28a2da918f87c4b8d336cc922ff
3
+ size 228587776
checkpoints/last_000000900.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb90dd87428586cce26133e63467cd7bbea483c4d79bbce5d0d9114e128902eb
3
+ size 228587776
checkpoints/last_000000950.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:397695868144e05739ed8aecec8f489d15e121cc4374ca6825882c20454cb2f6
3
+ size 228587776
checkpoints/last_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863f542dc674267febf58253aaaebcdacc285a67cdb92ca78bcd85d9126a48de
3
+ size 228587776
checkpoints/last_000001050.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea1872523fba3d5125b17eb355ef21f8bbf1c669a4e82d67289f29291d830322
3
+ size 228587776
checkpoints/last_000001100.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3ee3ae6823ca29d4d71040f0e3b873d006d7130e458d26d6291fd58c099bee0
3
+ size 228587776
checkpoints/last_000001150.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd3bf6432c4f3f79ce688869d3b209afd18b27693fecba6900733630e289332
3
+ size 228587776
checkpoints/last_000001200.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85197d5a9d908ba5ff9696dd809483757ce50efd3f8d8cb13b650178d11c7cde
3
+ size 228587776
checkpoints/last_000001250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae01520b17069da3e27081e432314c2b0af51252c656f80296d11ae04ac9e38
3
+ size 228587776
checkpoints/last_000001300.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b0b172d18984e2f1fedb8be92bc53d733a473f72636f32564ae4fc936afd81
3
+ size 228587776
checkpoints/last_000001350.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1dbe86a41d595f79a0daea5f13bf3f886463c1c8fcf3ae3974c910d7d56249
3
+ size 228587776
checkpoints/last_000001400.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f977e0f3431d492eb0e3578fa5a785dbc9019061ef5ed304c3fc46ada1644a4
3
+ size 228587776
checkpoints/last_000001450.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2807bc6064e1fdc5420383bbb32fd1ed8b774540cce0853b0cdcd549aada46e
3
+ size 228587776
checkpoints/last_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e20fc58e7e1132073cf45fe2c277f0d5f2223e8a10a224bd4c072fa3d5241f
3
+ size 228587776
checkpoints/last_000001550.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ffaee8a5d1e515a16ec2a187ee6e6754fc7cd533df5366ac29fa331559e0f1
3
+ size 228587776
checkpoints/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1ed19a3713e707e3f5e12c50b2d1d8d5a2348a0734294256386e1461dd5c66
3
+ size 232696852