dzungpham commited on
Commit
f2c41b5
·
verified ·
1 Parent(s): d56fe1f

FST train phase 2 with FFT

Browse files
Files changed (46) hide show
  1. FST-P2-20260218/FontDiffuserFST_training_phase_2_config.yaml +159 -0
  2. FST-P2-20260218/checkpoint_step_1000/content_encoder.safetensors +3 -0
  3. FST-P2-20260218/checkpoint_step_1000/fst_module.safetensors +3 -0
  4. FST-P2-20260218/checkpoint_step_1000/fst_projection.safetensors +3 -0
  5. FST-P2-20260218/checkpoint_step_1000/mss_encoder.safetensors +3 -0
  6. FST-P2-20260218/checkpoint_step_1000/original_style_projection.safetensors +3 -0
  7. FST-P2-20260218/checkpoint_step_1000/scr.safetensors +3 -0
  8. FST-P2-20260218/checkpoint_step_1000/style_encoder.safetensors +3 -0
  9. FST-P2-20260218/checkpoint_step_1000/training_state.pt +3 -0
  10. FST-P2-20260218/checkpoint_step_1000/unet.safetensors +3 -0
  11. FST-P2-20260218/checkpoint_step_250/content_encoder.safetensors +3 -0
  12. FST-P2-20260218/checkpoint_step_250/fst_module.safetensors +3 -0
  13. FST-P2-20260218/checkpoint_step_250/fst_projection.safetensors +3 -0
  14. FST-P2-20260218/checkpoint_step_250/mss_encoder.safetensors +3 -0
  15. FST-P2-20260218/checkpoint_step_250/original_style_projection.safetensors +3 -0
  16. FST-P2-20260218/checkpoint_step_250/scr.safetensors +3 -0
  17. FST-P2-20260218/checkpoint_step_250/style_encoder.safetensors +3 -0
  18. FST-P2-20260218/checkpoint_step_250/training_state.pt +3 -0
  19. FST-P2-20260218/checkpoint_step_250/unet.safetensors +3 -0
  20. FST-P2-20260218/checkpoint_step_500/content_encoder.safetensors +3 -0
  21. FST-P2-20260218/checkpoint_step_500/fst_module.safetensors +3 -0
  22. FST-P2-20260218/checkpoint_step_500/fst_projection.safetensors +3 -0
  23. FST-P2-20260218/checkpoint_step_500/mss_encoder.safetensors +3 -0
  24. FST-P2-20260218/checkpoint_step_500/original_style_projection.safetensors +3 -0
  25. FST-P2-20260218/checkpoint_step_500/scr.safetensors +3 -0
  26. FST-P2-20260218/checkpoint_step_500/style_encoder.safetensors +3 -0
  27. FST-P2-20260218/checkpoint_step_500/training_state.pt +3 -0
  28. FST-P2-20260218/checkpoint_step_500/unet.safetensors +3 -0
  29. FST-P2-20260218/checkpoint_step_750/content_encoder.safetensors +3 -0
  30. FST-P2-20260218/checkpoint_step_750/fst_module.safetensors +3 -0
  31. FST-P2-20260218/checkpoint_step_750/fst_projection.safetensors +3 -0
  32. FST-P2-20260218/checkpoint_step_750/mss_encoder.safetensors +3 -0
  33. FST-P2-20260218/checkpoint_step_750/original_style_projection.safetensors +3 -0
  34. FST-P2-20260218/checkpoint_step_750/scr.safetensors +3 -0
  35. FST-P2-20260218/checkpoint_step_750/style_encoder.safetensors +3 -0
  36. FST-P2-20260218/checkpoint_step_750/training_state.pt +3 -0
  37. FST-P2-20260218/checkpoint_step_750/unet.safetensors +3 -0
  38. FST-P2-20260218/final/content_encoder.safetensors +3 -0
  39. FST-P2-20260218/final/fst_module.safetensors +3 -0
  40. FST-P2-20260218/final/fst_projection.safetensors +3 -0
  41. FST-P2-20260218/final/mss_encoder.safetensors +3 -0
  42. FST-P2-20260218/final/original_style_projection.safetensors +3 -0
  43. FST-P2-20260218/final/scr.safetensors +3 -0
  44. FST-P2-20260218/final/style_encoder.safetensors +3 -0
  45. FST-P2-20260218/final/training_state.pt +3 -0
  46. FST-P2-20260218/final/unet.safetensors +3 -0
FST-P2-20260218/FontDiffuserFST_training_phase_2_config.yaml ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ adversarial_dropout: 0.3
6
+ adversarial_entropy_weight: 0.1
7
+ adversarial_hidden_dims: 512,256,128
8
+ adversarial_input_channels: 256
9
+ adversarial_lambda: 1.0
10
+ adversarial_spectral_norm: true
11
+ adversarial_weight: 0.5
12
+ algorithm_type: dpmsolver++
13
+ batch_size: 1
14
+ beta_scheduler: scaled_linear
15
+ channel_attn: true
16
+ channels_last: false
17
+ character_input: false
18
+ characters: null
19
+ characters_file: null
20
+ ckpt_dir: null
21
+ ckpt_interval: 250
22
+ compile: true
23
+ compute_fid: false
24
+ consistency_loss_weight: 0.1
25
+ content_character: null
26
+ content_encoder_downsample_size: 3
27
+ content_image_path: null
28
+ content_image_size: !!python/tuple
29
+ - 96
30
+ - 96
31
+ content_start_channel: 64
32
+ controlnet: false
33
+ correcting_x0_fn: null
34
+ data_root: .
35
+ dataset_split: train_original
36
+ demo: false
37
+ deterministic: false
38
+ device: cuda:0
39
+ disc_learning_rate_factor: 0.5
40
+ disc_update_interval: 1
41
+ drop_prob: 0.1
42
+ enable_attention_slicing: false
43
+ enable_style_transform: false
44
+ enable_xformers: false
45
+ end_line: null
46
+ evaluate: true
47
+ experience_name: FontDiffuserFST_training_phase_2
48
+ export_onnx: false
49
+ fast_sampling: false
50
+ feature_dim: 512
51
+ ffn_dim: 2048
52
+ fp16: false
53
+ freeze_modules: ''
54
+ frequency_filter_type: gaussian
55
+ frequency_low_cutoff: 0.1
56
+ frequency_mid_cutoff: 0.4
57
+ frequency_mid_target: both
58
+ frequency_use_mid_band: true
59
+ fst_ckpt_path: null
60
+ fst_feature_channels: 64,128,256,512,1024
61
+ fst_num_queries: 220
62
+ fst_num_scales: 5
63
+ fst_query_dim: 256
64
+ gradient_accumulation_steps: 2
65
+ ground_truth_dir: null
66
+ guidance_scale: 7.5
67
+ guidance_type: classifier-free
68
+ hidden_dim: 256
69
+ identity_adaptive_max_weight: 1.0
70
+ identity_adaptive_min_weight: 0.1
71
+ identity_log_metrics: true
72
+ identity_loss_type: frobenius
73
+ identity_loss_weight: 0.1
74
+ identity_matrix_size: null
75
+ identity_metric_interval: 100
76
+ identity_pair_mode: random
77
+ identity_pooled_reduction: mean
78
+ identity_reg_weight: 0.01
79
+ identity_regularization: orthogonal
80
+ identity_similarity_threshold: 0.8
81
+ instructpix2pix: false
82
+ learning_rate: 5.0e-05
83
+ local_rank: -1
84
+ log_interval: 50
85
+ logging_dir: logs
86
+ lr_scheduler: cosine
87
+ lr_warmup_steps: 200
88
+ max_grad_norm: 1.0
89
+ max_train_steps: 1000
90
+ method: multistep
91
+ mixed_precision: 'no'
92
+ mode: refinement
93
+ model_type: noise
94
+ mss_base_channels: 64
95
+ mss_num_scales: 5
96
+ nce_layers: 0,1,2,3
97
+ num_consistency_pairs: 3
98
+ num_heads: 8
99
+ num_identity_pairs: 0
100
+ num_inference_steps: 20
101
+ num_neg: 34
102
+ num_styles: 10
103
+ num_workers: 1
104
+ offset_coefficient: 0.3
105
+ onnx_export_dir: null
106
+ onnx_opset_version: 17
107
+ order: 2
108
+ output_dir: outputs/FontArchitect/FST-P2-20260218
109
+ perceptual_coefficient: 0.03
110
+ phase_1: false
111
+ phase_1_ckpt_dir: ckpt/FST-P2-20260217/final/
112
+ phase_2: true
113
+ report_to: wandb
114
+ resolution: 96
115
+ save_image: false
116
+ save_image_dir: null
117
+ save_interval: 10
118
+ sc_coefficient: 0.03
119
+ scale_lr: false
120
+ scr_ckpt_path: ckpt/FST-P2-20260217/final/scr.safetensors
121
+ scr_image_size: 96
122
+ seed: 123
123
+ skeleton_distance_method: hybrid
124
+ skeleton_fusion_method: concat
125
+ skeleton_max_distance: 12.0
126
+ skeleton_method: medial_axis
127
+ skeleton_output_mode: dual_channel
128
+ skeleton_sigma: 1.5
129
+ skip_type: time_uniform
130
+ start_line: 1
131
+ style_image_path: null
132
+ style_image_size: !!python/tuple
133
+ - 96
134
+ - 96
135
+ style_images: null
136
+ style_source_same_prob: 0.5
137
+ style_start_channel: 64
138
+ style_transform_coefficient: 0.1
139
+ summary: false
140
+ t_end: null
141
+ t_start: null
142
+ temperature: 0.07
143
+ train_batch_size: 4
144
+ ttf_path: ttf/KaiXinSongA.ttf
145
+ unet_channels: !!python/tuple
146
+ - 64
147
+ - 128
148
+ - 256
149
+ - 512
150
+ use_adaptive_identity_loss: false
151
+ use_adversarial_disc: false
152
+ use_frequency_decomp: true
153
+ use_fst: true
154
+ use_pooled_identity_loss: false
155
+ use_skeleton_content: false
156
+ use_wandb: true
157
+ val_interval: 100
158
+ wandb_project: fontdiffuser-eval
159
+ wandb_run_name: null
FST-P2-20260218/checkpoint_step_1000/content_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5228e871a82e52eabfdf08c3c7c9b63db4f6e39d295a72e0ad1d28662d86c59e
3
+ size 4756580
FST-P2-20260218/checkpoint_step_1000/fst_module.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9298cc9c547302cba2fb75dd1f31d3a5b744294ae0719b68ded0da7abc8ad6c9
3
+ size 238575652
FST-P2-20260218/checkpoint_step_1000/fst_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3994d25e15fadecf06c4b0ba0735b3c4964bddf90c0c9adbe0e9a19684f7aef5
3
+ size 4198552
FST-P2-20260218/checkpoint_step_1000/mss_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d51351b715e6f0f3f843b3a4c3614b53bb033d32ed43d6abd89afbca5f8b29a
3
+ size 25261992
FST-P2-20260218/checkpoint_step_1000/original_style_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3604fcc8d26161d75ddf6ec09b0fae2bdd734cb10a4676a55e0d3b34ab37ad6d
3
+ size 4198552
FST-P2-20260218/checkpoint_step_1000/scr.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6d25c197261a9fb5d528691d9b8800837a71544791288f04643aabef656978
3
+ size 284227968
FST-P2-20260218/checkpoint_step_1000/style_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9256e217f23a7853cc280a10b59acd99ebfd394cf1b96fc328a54ce274105f97
3
+ size 82394556
FST-P2-20260218/checkpoint_step_1000/training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f5090fb6c3774272678acec9b99331a93b4a6e26efabddb2cdcfbc7a8ee206
3
+ size 1349161629
FST-P2-20260218/checkpoint_step_1000/unet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1d2216eee310bdca26f4a8c9e7b2caa2f8d14c11792b5f5da7176dc2f959eb
3
+ size 314927748
FST-P2-20260218/checkpoint_step_250/content_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d2345a577aba50d2e0a15edbe9d0709f74a87e8908e6400a91d3204f87e5ec
3
+ size 4756580
FST-P2-20260218/checkpoint_step_250/fst_module.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f4ff43fdbb3cb7dbc8d0dddfaf2c72bd8d308718e050d4ffdcade5286ffe586
3
+ size 238575652
FST-P2-20260218/checkpoint_step_250/fst_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:649ef288e30a6f24701d50c4f1ab5e508f455142f49e24deabe5a1d5d8480ca7
3
+ size 4198552
FST-P2-20260218/checkpoint_step_250/mss_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2829b17c65cdf37525468028e37a4882dac4b26d197bbfc6115e39d2c1d3a6
3
+ size 25261992
FST-P2-20260218/checkpoint_step_250/original_style_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed14190abc232823ce29e5e8360288175062b24e933bffb88580c6cc5ea86d3f
3
+ size 4198552
FST-P2-20260218/checkpoint_step_250/scr.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f90d106c5533632a94a3ff3666672b90571669bdf3597230aa9ca7219668a0f
3
+ size 284227968
FST-P2-20260218/checkpoint_step_250/style_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5278a99343f748551bd09e926ad66c2ec5916bd4b19985216fbb5bc857f564aa
3
+ size 82394556
FST-P2-20260218/checkpoint_step_250/training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58cb9651ab37d5fdaa6722d6452f58698ab8a32699666e505eb1164da81e048
3
+ size 1349161629
FST-P2-20260218/checkpoint_step_250/unet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067266c283cd983943712aed7e5385f2949983f1f1b6df2fc0d60747e218d224
3
+ size 314927748
FST-P2-20260218/checkpoint_step_500/content_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79bdd5e6f4d168eda613ee6060cddf8ea5e98b79e879fc9b7a3053374c192ba
3
+ size 4756580
FST-P2-20260218/checkpoint_step_500/fst_module.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d8a67f8e5cf5e771538039b925c5a938a8114b5aacf1b53ad83152bbef87fa4
3
+ size 238575652
FST-P2-20260218/checkpoint_step_500/fst_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24aa4de5ab234a40bcc4bcfea80aef2166e870080c919deaf1d27cd4ac66c500
3
+ size 4198552
FST-P2-20260218/checkpoint_step_500/mss_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acc399749d1f92844a9b30a35af46772a67fcc5a228900747c6981d4d408e08
3
+ size 25261992
FST-P2-20260218/checkpoint_step_500/original_style_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f089cc95fbc61c8c5ab87c622228262ab12b54f49cdb3edc79dae3c979964b8
3
+ size 4198552
FST-P2-20260218/checkpoint_step_500/scr.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69aa0f99241b7c6716ae3bb37036fd3e61bbc00a2da3f03855026005af31e5cd
3
+ size 284227968
FST-P2-20260218/checkpoint_step_500/style_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb20f29514c8d40763cf12874c5b0938f1ef095ebdf854c5ad14fa29759cdc02
3
+ size 82394556
FST-P2-20260218/checkpoint_step_500/training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67a7f56ecc2db90848aecb27e1bcf184623397fe857d32d223fe9dead11b4bc8
3
+ size 1349161629
FST-P2-20260218/checkpoint_step_500/unet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5b0a83987b4c2da4d77cd2557fa5235d32d889ed6c4dd9ae2ef094b6b13a32
3
+ size 314927748
FST-P2-20260218/checkpoint_step_750/content_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb26bf572cc9126743517b4f3a70aac0e17d3bf92b0c7fadeac6ddf178ec3ac
3
+ size 4756580
FST-P2-20260218/checkpoint_step_750/fst_module.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae5fc11185c30edf5031f42804da60558cadd421d632d8aa66c74cc4dce7ff8
3
+ size 238575652
FST-P2-20260218/checkpoint_step_750/fst_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a31548364b910da9d346f3c467c5c4be3af8df05614335de98f64189b9c3c3b3
3
+ size 4198552
FST-P2-20260218/checkpoint_step_750/mss_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388fed0f5a710a185596d40eef54e7dd1061db8b0ea920dfbe0e45a5b6808a2c
3
+ size 25261992
FST-P2-20260218/checkpoint_step_750/original_style_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d3b414c2e56b32b47cdf4d1ab3ce584822f134eebaa141916d7609473a2dc3
3
+ size 4198552
FST-P2-20260218/checkpoint_step_750/scr.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abfa02f84aaac7944867d51a0ecc0a5c9bce9a80db92127dbb1ebb6dea714be
3
+ size 284227968
FST-P2-20260218/checkpoint_step_750/style_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dfe54dcf1fd167106ab914b70995b9df1a0505164fa039b68da055151fff67a
3
+ size 82394556
FST-P2-20260218/checkpoint_step_750/training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412d37efb4773f4b5a297c7d926eb2dbcd8b4a5e07283a6be0fc656ff23f8fed
3
+ size 1349161629
FST-P2-20260218/checkpoint_step_750/unet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf0e650284868ab4159690504f33367c6b0cd10756c129681eea9a1a5a1ba05b
3
+ size 314927748
FST-P2-20260218/final/content_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5228e871a82e52eabfdf08c3c7c9b63db4f6e39d295a72e0ad1d28662d86c59e
3
+ size 4756580
FST-P2-20260218/final/fst_module.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9298cc9c547302cba2fb75dd1f31d3a5b744294ae0719b68ded0da7abc8ad6c9
3
+ size 238575652
FST-P2-20260218/final/fst_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3994d25e15fadecf06c4b0ba0735b3c4964bddf90c0c9adbe0e9a19684f7aef5
3
+ size 4198552
FST-P2-20260218/final/mss_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d51351b715e6f0f3f843b3a4c3614b53bb033d32ed43d6abd89afbca5f8b29a
3
+ size 25261992
FST-P2-20260218/final/original_style_projection.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3604fcc8d26161d75ddf6ec09b0fae2bdd734cb10a4676a55e0d3b34ab37ad6d
3
+ size 4198552
FST-P2-20260218/final/scr.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6d25c197261a9fb5d528691d9b8800837a71544791288f04643aabef656978
3
+ size 284227968
FST-P2-20260218/final/style_encoder.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9256e217f23a7853cc280a10b59acd99ebfd394cf1b96fc328a54ce274105f97
3
+ size 82394556
FST-P2-20260218/final/training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f5090fb6c3774272678acec9b99331a93b4a6e26efabddb2cdcfbc7a8ee206
3
+ size 1349161629
FST-P2-20260218/final/unet.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1d2216eee310bdca26f4a8c9e7b2caa2f8d14c11792b5f5da7176dc2f959eb
3
+ size 314927748