Dangekos commited on
Commit
04f48b6
·
verified ·
1 Parent(s): c7f3bf0

feat: upload model

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Realisticify/loss_log.db filter=lfs diff=lfs merge=lfs -text
37
+ Realisticify/loss_log.db-wal filter=lfs diff=lfs merge=lfs -text
Realisticify/Realisticify.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31cf5c5bd303708bda71beacf9917b784ebb0c4d19aae6f6635a5e73e6d9d003
3
+ size 165704384
Realisticify/Realisticify_000009500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e285378dfdc690e756a49efbd8eeeccfc717cd7b586d5568e5be7b1d1c16a1
3
+ size 165704384
Realisticify/Realisticify_000010000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b06a1da8694a775a0d5c6fe1d9c6ac5c6035d5b64d2ada5dbcdfd479b22a071
3
+ size 165704384
Realisticify/Realisticify_000010500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f85e8ed4596af75f69dce687bb99eb6570e93392efd091ad4a355d21f2b0d32
3
+ size 165704384
Realisticify/Realisticify_000011000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ab00a7206f0f132e9ed3792bc2353d04f62237ec93b9a7f32c0c42d874036c
3
+ size 165704384
Realisticify/config.yaml ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: Realisticify
4
+ process:
5
+ - type: diffusion_trainer
6
+ training_folder: /content/ai-toolkit/output
7
+ sqlite_db_path: ./aitk_db.db
8
+ device: cuda
9
+ trigger_word: null
10
+ performance_log_every: 10
11
+ network:
12
+ type: lora
13
+ linear: 32
14
+ linear_alpha: 32
15
+ conv: 16
16
+ conv_alpha: 16
17
+ lokr_full_rank: true
18
+ lokr_factor: -1
19
+ network_kwargs:
20
+ ignore_if_contains: []
21
+ save:
22
+ dtype: bf16
23
+ save_every: 500
24
+ max_step_saves_to_keep: 4
25
+ save_format: diffusers
26
+ push_to_hub: false
27
+ datasets:
28
+ - folder_path: /content/train_data/imgs
29
+ mask_path: null
30
+ mask_min_value: 0.1
31
+ default_caption: Make it in semi-realistic semi-3d style.
32
+ caption_ext: txt
33
+ caption_dropout_rate: 0.05
34
+ cache_latents_to_disk: true
35
+ is_reg: false
36
+ network_weight: 1
37
+ resolution:
38
+ - 1024
39
+ controls: []
40
+ shrink_video_to_frames: true
41
+ num_frames: 1
42
+ flip_x: false
43
+ flip_y: false
44
+ num_repeats: 1
45
+ control_path_1: /content/train_data/ctrl1
46
+ control_path_2: null
47
+ control_path_3: null
48
+ train:
49
+ batch_size: 2
50
+ bypass_guidance_embedding: false
51
+ steps: 20000
52
+ gradient_accumulation: 1
53
+ train_unet: true
54
+ train_text_encoder: false
55
+ gradient_checkpointing: true
56
+ noise_scheduler: flowmatch
57
+ optimizer: adamw8bit
58
+ timestep_type: weighted
59
+ content_or_style: balanced
60
+ optimizer_params:
61
+ weight_decay: 0.0001
62
+ unload_text_encoder: false
63
+ cache_text_embeddings: true
64
+ lr: 0.0001
65
+ ema_config:
66
+ use_ema: false
67
+ ema_decay: 0.99
68
+ skip_first_sample: true
69
+ force_first_sample: false
70
+ disable_sampling: false
71
+ dtype: bf16
72
+ diff_output_preservation: false
73
+ diff_output_preservation_multiplier: 1
74
+ diff_output_preservation_class: person
75
+ switch_boundary_every: 1
76
+ loss_type: mse
77
+ logging:
78
+ log_every: 1
79
+ use_ui_logger: true
80
+ model:
81
+ name_or_path: black-forest-labs/FLUX.2-klein-base-9B
82
+ quantize: false
83
+ qtype: qfloat8
84
+ quantize_te: false
85
+ qtype_te: qfloat8
86
+ arch: flux2_klein_9b
87
+ low_vram: false
88
+ model_kwargs:
89
+ match_target_res: false
90
+ layer_offloading: false
91
+ layer_offloading_text_encoder_percent: 1
92
+ layer_offloading_transformer_percent: 1
93
+ sample:
94
+ sampler: flowmatch
95
+ sample_every: 500
96
+ width: 896
97
+ height: 1136
98
+ samples:
99
+ - prompt: Make it in semi-realistic semi-3d style.
100
+ ctrl_img_1: /content/img.png
101
+ neg: ''
102
+ seed: 42
103
+ walk_seed: true
104
+ guidance_scale: 4
105
+ sample_steps: 25
106
+ num_frames: 1
107
+ fps: 1
108
+ meta:
109
+ name: Realisticify
110
+ version: '1.0'
Realisticify/loss_log.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf8ae90e958bc55d49f2454ce725d0183a126c62819bacd75e64a75c9180a20e
3
+ size 2019328
Realisticify/loss_log.db-shm ADDED
Binary file (32.8 kB). View file
 
Realisticify/loss_log.db-wal ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f6d15ec000b7269241b834c0489f3d7f62789fe73de5a51dcede610d67850c
3
+ size 4152992
Realisticify/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38a08c18a8fe06552ec546a9253834de770e79eb158d99849a014f6e4c0cad3
3
+ size 168528267