kmpartner commited on
Commit
a01b416
·
verified ·
1 Parent(s): 7021b0f

Upload folder using huggingface_hub

Browse files
Files changed (31) hide show
  1. README.md +2 -1
  2. adapter_config.json +10 -16
  3. adapter_model.safetensors +1 -1
  4. checkpoint-2000/README.md +202 -0
  5. checkpoint-2000/adapter_config.json +43 -0
  6. checkpoint-2000/adapter_model.safetensors +3 -0
  7. checkpoint-2000/optimizer.bin +3 -0
  8. checkpoint-2000/optimizer_1.bin +3 -0
  9. checkpoint-2000/random_states_0.pkl +3 -0
  10. checkpoint-2000/scaler.pt +3 -0
  11. checkpoint-2000/scheduler.bin +3 -0
  12. checkpoint-2000/unet_lora/pytorch_lora_weights.safetensors +3 -0
  13. logs/text2image-fine-tune/1754467329.1242003/events.out.tfevents.1754467329.afb54d31be70.5381.1 +3 -0
  14. logs/text2image-fine-tune/1754467329.126912/hparams.yml +53 -0
  15. logs/text2image-fine-tune/1754467416.7463396/events.out.tfevents.1754467416.afb54d31be70.5774.1 +3 -0
  16. logs/text2image-fine-tune/1754467416.7486625/hparams.yml +53 -0
  17. logs/text2image-fine-tune/1754467507.212877/events.out.tfevents.1754467507.afb54d31be70.6193.1 +3 -0
  18. logs/text2image-fine-tune/1754467507.215328/hparams.yml +53 -0
  19. logs/text2image-fine-tune/1754467618.6468678/events.out.tfevents.1754467618.afb54d31be70.6726.1 +3 -0
  20. logs/text2image-fine-tune/1754467618.6564496/hparams.yml +53 -0
  21. logs/text2image-fine-tune/1754467770.4510326/events.out.tfevents.1754467770.afb54d31be70.7405.1 +3 -0
  22. logs/text2image-fine-tune/1754467770.453218/hparams.yml +53 -0
  23. logs/text2image-fine-tune/1754467839.0259438/events.out.tfevents.1754467839.afb54d31be70.7717.1 +3 -0
  24. logs/text2image-fine-tune/1754467839.027776/hparams.yml +53 -0
  25. logs/text2image-fine-tune/events.out.tfevents.1754467329.afb54d31be70.5381.0 +3 -0
  26. logs/text2image-fine-tune/events.out.tfevents.1754467416.afb54d31be70.5774.0 +3 -0
  27. logs/text2image-fine-tune/events.out.tfevents.1754467507.afb54d31be70.6193.0 +3 -0
  28. logs/text2image-fine-tune/events.out.tfevents.1754467618.afb54d31be70.6726.0 +3 -0
  29. logs/text2image-fine-tune/events.out.tfevents.1754467770.afb54d31be70.7405.0 +3 -0
  30. logs/text2image-fine-tune/events.out.tfevents.1754467839.afb54d31be70.7717.0 +3 -0
  31. unet_lora/pytorch_lora_weights.safetensors +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- base_model: nota-ai/bk-sdm-v2-tiny
3
  library_name: peft
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -199,5 +199,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
199
  [More Information Needed]
200
  ### Framework versions
201
 
 
202
  - PEFT 0.15.2
203
  - PEFT 0.14.0
 
1
  ---
 
2
  library_name: peft
3
+ base_model: nota-ai/bk-sdm-v2-tiny
4
  ---
5
 
6
  # Model Card for Model ID
 
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
+ - PEFT 0.9.0
203
  - PEFT 0.15.2
204
  - PEFT 0.14.0
adapter_config.json CHANGED
@@ -6,18 +6,13 @@
6
  },
7
  "base_model_name_or_path": null,
8
  "bias": "none",
9
- "corda_config": null,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
  "fan_in_fan_out": false,
13
  "inference_mode": true,
14
  "init_lora_weights": true,
15
- "layer_replication": null,
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
  "lora_alpha": 8,
20
- "lora_bias": false,
21
  "lora_dropout": 0.0,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
@@ -27,23 +22,22 @@
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
- "conv2",
31
- "to_q",
32
- "to_k",
33
  "ff.net.0.proj",
34
- "proj_out",
35
- "conv1",
36
  "proj_in",
37
- "to_v",
38
- "conv_shortcut",
39
- "to_out.0",
40
  "upsamplers.0.conv",
41
- "ff.net.2",
 
 
 
 
42
  "downsamplers.0.conv",
43
- "time_emb_proj"
44
  ],
45
  "task_type": null,
46
- "trainable_token_indices": null,
47
  "use_dora": false,
48
  "use_rslora": false
49
  }
 
6
  },
7
  "base_model_name_or_path": null,
8
  "bias": "none",
 
 
 
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
 
12
  "layers_pattern": null,
13
  "layers_to_transform": null,
14
  "loftq_config": {},
15
  "lora_alpha": 8,
 
16
  "lora_dropout": 0.0,
17
  "megatron_config": null,
18
  "megatron_core": "megatron.core",
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "conv_shortcut",
26
+ "to_v",
27
+ "ff.net.2",
28
  "ff.net.0.proj",
 
 
29
  "proj_in",
30
+ "conv1",
 
 
31
  "upsamplers.0.conv",
32
+ "time_emb_proj",
33
+ "proj_out",
34
+ "to_out.0",
35
+ "to_k",
36
+ "to_q",
37
  "downsamplers.0.conv",
38
+ "conv2"
39
  ],
40
  "task_type": null,
 
41
  "use_dora": false,
42
  "use_rslora": false
43
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efdeb99336f39aba7a81e5e3809b80fdd27fdc8a9fd0acc41870a994c97b43de
3
  size 118549896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b72daac00eb4fbaf04534a822f345165665508ddd71e85c67a1ab8e92167426a
3
  size 118549896
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: nota-ai/bk-sdm-v2-tiny
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.9.0
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "UNet2DConditionModel",
5
+ "parent_library": "diffusers.models.unets.unet_2d_condition"
6
+ },
7
+ "base_model_name_or_path": null,
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 8,
16
+ "lora_dropout": 0.0,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 64,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "conv_shortcut",
26
+ "to_v",
27
+ "ff.net.2",
28
+ "ff.net.0.proj",
29
+ "proj_in",
30
+ "conv1",
31
+ "upsamplers.0.conv",
32
+ "time_emb_proj",
33
+ "proj_out",
34
+ "to_out.0",
35
+ "to_k",
36
+ "to_q",
37
+ "downsamplers.0.conv",
38
+ "conv2"
39
+ ],
40
+ "task_type": null,
41
+ "use_dora": false,
42
+ "use_rslora": false
43
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b72daac00eb4fbaf04534a822f345165665508ddd71e85c67a1ab8e92167426a
3
+ size 118549896
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97662049d93c29e48d3f725563c9d286679a082d19977bc8c4cae985194817fb
3
+ size 59699820
checkpoint-2000/optimizer_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc61e5aa50e41bba48f7254929c7994160eaeda2ded2675dc4a69cfc3ced597
3
+ size 784262662
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb9410bdea44bc63ecd1e9233ed5311658b58f6d364b0958c14a0aeaab77adb
3
+ size 14408
checkpoint-2000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
3
+ size 988
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a3406d2ef50f9b0ec90e408a1c13d2c8958de7599603cc4c0cc7154da6ebe9
3
+ size 1000
checkpoint-2000/unet_lora/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:520eff6bad104f2a9217147fc7d81c6224976f3726c692f74aaa6cf18ff0b289
3
+ size 118551360
logs/text2image-fine-tune/1754467329.1242003/events.out.tfevents.1754467329.afb54d31be70.5381.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab868b21260dab7da187008fad7d8176fa1a0e798c8d85c49c43526c985a683
3
+ size 2672
logs/text2image-fine-tune/1754467329.126912/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.001
5
+ adv_lr: 1.0e-05
6
+ adv_weight: 0.1
7
+ allow_tf32: false
8
+ cache_dir: null
9
+ cast_teacher_unet: false
10
+ center_crop: false
11
+ checkpointing_steps: 500
12
+ checkpoints_total_limit: 10
13
+ dataloader_num_workers: 1
14
+ enable_xformers_memory_efficient_attention: true
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_token: null
19
+ huber_c: 0.001
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lora_rank: 64
24
+ loss_type: huber
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: 4000000
29
+ max_train_steps: 7500
30
+ mixed_precision: fp16
31
+ multiphase: 1
32
+ not_apply_cfg_solver: false
33
+ num_ddim_timesteps: 50
34
+ num_train_epochs: 15
35
+ output_dir: bkv2tpcmlra-test
36
+ pretrained_teacher_model: nota-ai/bk-sdm-v2-tiny
37
+ pretrained_vae_model_name_or_path: null
38
+ proportion_empty_prompts: 0
39
+ push_to_hub: false
40
+ random_flip: false
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: checkpoint-7000
44
+ revision: null
45
+ scale_lr: false
46
+ seed: null
47
+ teacher_revision: null
48
+ tracker_project_name: text2image-fine-tune
49
+ train_batch_size: 16
50
+ use_8bit_adam: true
51
+ validation_steps: 50000
52
+ w_max: 5.0
53
+ w_min: 4.0
logs/text2image-fine-tune/1754467416.7463396/events.out.tfevents.1754467416.afb54d31be70.5774.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac634183f48c19ad2c5aaf34dde5aca9afedddb363e9f0b806902889952aa8a4
3
+ size 2599
logs/text2image-fine-tune/1754467416.7486625/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.001
5
+ adv_lr: 1.0e-05
6
+ adv_weight: 0.1
7
+ allow_tf32: false
8
+ cache_dir: null
9
+ cast_teacher_unet: false
10
+ center_crop: false
11
+ checkpointing_steps: 500
12
+ checkpoints_total_limit: 10
13
+ dataloader_num_workers: 1
14
+ enable_xformers_memory_efficient_attention: true
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_token: null
19
+ huber_c: 0.001
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lora_rank: 64
24
+ loss_type: huber
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: 4000000
29
+ max_train_steps: 500
30
+ mixed_precision: fp16
31
+ multiphase: 1
32
+ not_apply_cfg_solver: false
33
+ num_ddim_timesteps: 50
34
+ num_train_epochs: 1
35
+ output_dir: bkv2tpcmlra-test
36
+ pretrained_teacher_model: nota-ai/bk-sdm-v2-tiny
37
+ pretrained_vae_model_name_or_path: null
38
+ proportion_empty_prompts: 0
39
+ push_to_hub: false
40
+ random_flip: false
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: null
47
+ teacher_revision: null
48
+ tracker_project_name: text2image-fine-tune
49
+ train_batch_size: 16
50
+ use_8bit_adam: true
51
+ validation_steps: 50000
52
+ w_max: 5.0
53
+ w_min: 4.0
logs/text2image-fine-tune/1754467507.212877/events.out.tfevents.1754467507.afb54d31be70.6193.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2a49be8d1a2abc49e74b0bf080eb413c80f9652bef343258f54ccdcaacc1bf
3
+ size 2599
logs/text2image-fine-tune/1754467507.215328/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.001
5
+ adv_lr: 1.0e-05
6
+ adv_weight: 0.1
7
+ allow_tf32: false
8
+ cache_dir: null
9
+ cast_teacher_unet: false
10
+ center_crop: false
11
+ checkpointing_steps: 1000
12
+ checkpoints_total_limit: 10
13
+ dataloader_num_workers: 1
14
+ enable_xformers_memory_efficient_attention: true
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_token: null
19
+ huber_c: 0.001
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lora_rank: 64
24
+ loss_type: huber
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: 4000000
29
+ max_train_steps: 1000
30
+ mixed_precision: fp16
31
+ multiphase: 1
32
+ not_apply_cfg_solver: false
33
+ num_ddim_timesteps: 50
34
+ num_train_epochs: 1
35
+ output_dir: bkv2tpcmlra-test
36
+ pretrained_teacher_model: nota-ai/bk-sdm-v2-tiny
37
+ pretrained_vae_model_name_or_path: null
38
+ proportion_empty_prompts: 0
39
+ push_to_hub: false
40
+ random_flip: false
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: null
47
+ teacher_revision: null
48
+ tracker_project_name: text2image-fine-tune
49
+ train_batch_size: 8
50
+ use_8bit_adam: true
51
+ validation_steps: 50000
52
+ w_max: 5.0
53
+ w_min: 4.0
logs/text2image-fine-tune/1754467618.6468678/events.out.tfevents.1754467618.afb54d31be70.6726.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c7d1a1862eafd5cacc585b83a5c508c0085e11fff16db01ea1509c99515eaa
3
+ size 2599
logs/text2image-fine-tune/1754467618.6564496/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.001
5
+ adv_lr: 1.0e-05
6
+ adv_weight: 0.1
7
+ allow_tf32: false
8
+ cache_dir: null
9
+ cast_teacher_unet: false
10
+ center_crop: false
11
+ checkpointing_steps: 2000
12
+ checkpoints_total_limit: 10
13
+ dataloader_num_workers: 1
14
+ enable_xformers_memory_efficient_attention: true
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_token: null
19
+ huber_c: 0.001
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lora_rank: 64
24
+ loss_type: huber
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: 4000000
29
+ max_train_steps: 2000
30
+ mixed_precision: fp16
31
+ multiphase: 1
32
+ not_apply_cfg_solver: false
33
+ num_ddim_timesteps: 50
34
+ num_train_epochs: 1
35
+ output_dir: bkv2tpcmlra-test
36
+ pretrained_teacher_model: nota-ai/bk-sdm-v2-tiny
37
+ pretrained_vae_model_name_or_path: null
38
+ proportion_empty_prompts: 0
39
+ push_to_hub: false
40
+ random_flip: false
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: null
47
+ teacher_revision: null
48
+ tracker_project_name: text2image-fine-tune
49
+ train_batch_size: 4
50
+ use_8bit_adam: true
51
+ validation_steps: 50000
52
+ w_max: 5.0
53
+ w_min: 4.0
logs/text2image-fine-tune/1754467770.4510326/events.out.tfevents.1754467770.afb54d31be70.7405.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90683d6934f6218b0aebbedbad131434255b2e0f38f6d86971bbb059a0010d8e
3
+ size 2672
logs/text2image-fine-tune/1754467770.453218/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.001
5
+ adv_lr: 1.0e-05
6
+ adv_weight: 0.1
7
+ allow_tf32: false
8
+ cache_dir: null
9
+ cast_teacher_unet: false
10
+ center_crop: false
11
+ checkpointing_steps: 2000
12
+ checkpoints_total_limit: 10
13
+ dataloader_num_workers: 1
14
+ enable_xformers_memory_efficient_attention: true
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_token: null
19
+ huber_c: 0.001
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lora_rank: 64
24
+ loss_type: huber
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: 4000000
29
+ max_train_steps: 9000
30
+ mixed_precision: fp16
31
+ multiphase: 1
32
+ not_apply_cfg_solver: false
33
+ num_ddim_timesteps: 50
34
+ num_train_epochs: 5
35
+ output_dir: bkv2tpcmlra-test
36
+ pretrained_teacher_model: nota-ai/bk-sdm-v2-tiny
37
+ pretrained_vae_model_name_or_path: null
38
+ proportion_empty_prompts: 0
39
+ push_to_hub: false
40
+ random_flip: false
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: checkpoint-7000
44
+ revision: null
45
+ scale_lr: false
46
+ seed: null
47
+ teacher_revision: null
48
+ tracker_project_name: text2image-fine-tune
49
+ train_batch_size: 4
50
+ use_8bit_adam: true
51
+ validation_steps: 50000
52
+ w_max: 5.0
53
+ w_min: 4.0
logs/text2image-fine-tune/1754467839.0259438/events.out.tfevents.1754467839.afb54d31be70.7717.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab84715c9fe890c2cb50df58b544308b6f5cff5fd6339f6093e58dcbc22192aa
3
+ size 2599
logs/text2image-fine-tune/1754467839.027776/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.001
5
+ adv_lr: 1.0e-05
6
+ adv_weight: 0.1
7
+ allow_tf32: false
8
+ cache_dir: null
9
+ cast_teacher_unet: false
10
+ center_crop: false
11
+ checkpointing_steps: 2000
12
+ checkpoints_total_limit: 10
13
+ dataloader_num_workers: 1
14
+ enable_xformers_memory_efficient_attention: true
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_token: null
19
+ huber_c: 0.001
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lora_rank: 64
24
+ loss_type: huber
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: 4000000
29
+ max_train_steps: 2000
30
+ mixed_precision: fp16
31
+ multiphase: 1
32
+ not_apply_cfg_solver: false
33
+ num_ddim_timesteps: 50
34
+ num_train_epochs: 1
35
+ output_dir: bkv2tpcmlra-test
36
+ pretrained_teacher_model: nota-ai/bk-sdm-v2-tiny
37
+ pretrained_vae_model_name_or_path: null
38
+ proportion_empty_prompts: 0
39
+ push_to_hub: false
40
+ random_flip: false
41
+ report_to: tensorboard
42
+ resolution: 512
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: null
47
+ teacher_revision: null
48
+ tracker_project_name: text2image-fine-tune
49
+ train_batch_size: 4
50
+ use_8bit_adam: true
51
+ validation_steps: 50000
52
+ w_max: 5.0
53
+ w_min: 4.0
logs/text2image-fine-tune/events.out.tfevents.1754467329.afb54d31be70.5381.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d80cc80045e5b44ebb0f6f8e003a62412f87cd713a94b740f5b93ee8c448879
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1754467416.afb54d31be70.5774.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab077568efb713ec844c540d0a378bf470ebd12dd6a39cb29cf7ebc198748b3
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1754467507.afb54d31be70.6193.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34e436efbaf9a7f4cae9a152e64473443e64dc48f9588e7e330f527865fdd25
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1754467618.afb54d31be70.6726.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd7d67beae0acce2d33b6023b357ab350ca0e5c0c7b3edada3300d6eed66ee4
3
+ size 172
logs/text2image-fine-tune/events.out.tfevents.1754467770.afb54d31be70.7405.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0588667505e6cd464c580f207691c5099c088ef98bb392ac03f7ac698ff1b6ff
3
+ size 88
logs/text2image-fine-tune/events.out.tfevents.1754467839.afb54d31be70.7717.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd0449277bb6e6bab99f8c09b25405a1f7f805c5c27dc786d1c5fc5f9067fb8c
3
+ size 217771
unet_lora/pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:764ccea74a051e1d7e8df46f927fabead4f0a5a2f120f2d8cadf5ebd25066b2f
3
  size 118551360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:520eff6bad104f2a9217147fc7d81c6224976f3726c692f74aaa6cf18ff0b289
3
  size 118551360