Dangekos commited on
Commit
1d39f39
·
verified ·
1 Parent(s): cf34ad4

feat: upload model

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
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_000008000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103464ca9e4714a6e3fa42cea62c60ae395da98fa0910483ae473149929e354e
3
+ size 165704384
Realisticify/Realisticify_000008500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ac3605375b7bb93d2d94141e49ccdd5bbcf223e2e325b76d8de1c2be0b1331e
3
+ size 165704384
Realisticify/Realisticify_000009000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfaec910de104c27b44034f79a266d32c809bb277cd4021ebb42ba1c01ef30a
3
+ size 165704384
Realisticify/Realisticify_000009500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1398346bf0d00874a48f00a9dc1edfdcf233d210417ecfb242a41e74710a6ec1
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: false
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: 1
50
+ bypass_guidance_embedding: false
51
+ steps: 10000
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:795398a640c7ad28063a66551ab1cc82f41890b8b2c21cf2284fa49c90e4fa73
3
+ size 1826816
Realisticify/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf2a03ffdd9f8d84c308e4c689f52d11f34e1dccadd1cf0cf9f439a96295c1c
3
+ size 168528267