Finish finetuning 5k steps phase 1 and 1k steps phase 2 start from pretrained weights
Browse files- finetuned-5P1-1P2/FontDiffuser_training_phase_2_config.yaml +70 -0
- finetuned-5P1-1P2/checkpoint_step_1000/content_encoder.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_1000/scr.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_1000/style_encoder.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_1000/unet.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_500/content_encoder.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_500/scr.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_500/style_encoder.safetensors +3 -0
- finetuned-5P1-1P2/checkpoint_step_500/unet.safetensors +3 -0
- finetuned-5P1-1P2/final/content_encoder.safetensors +3 -0
- finetuned-5P1-1P2/final/scr.safetensors +3 -0
- finetuned-5P1-1P2/final/style_encoder.safetensors +3 -0
- finetuned-5P1-1P2/final/unet.safetensors +3 -0
finetuned-5P1-1P2/FontDiffuser_training_phase_2_config.yaml
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.01
|
| 5 |
+
algorithm_type: dpmsolver++
|
| 6 |
+
beta_scheduler: scaled_linear
|
| 7 |
+
channel_attn: true
|
| 8 |
+
ckpt_interval: 500
|
| 9 |
+
content_encoder_downsample_size: 3
|
| 10 |
+
content_image_size: !!python/tuple
|
| 11 |
+
- 96
|
| 12 |
+
- 96
|
| 13 |
+
content_start_channel: 64
|
| 14 |
+
controlnet: false
|
| 15 |
+
correcting_x0_fn: null
|
| 16 |
+
data_root: my_dataset
|
| 17 |
+
drop_prob: 0.1
|
| 18 |
+
enable_style_transform: false
|
| 19 |
+
experience_name: FontDiffuser_training_phase_2
|
| 20 |
+
gradient_accumulation_steps: 2
|
| 21 |
+
guidance_scale: 7.5
|
| 22 |
+
guidance_type: classifier-free
|
| 23 |
+
instructpix2pix: false
|
| 24 |
+
learning_rate: 1.0e-05
|
| 25 |
+
local_rank: 0
|
| 26 |
+
log_interval: 50
|
| 27 |
+
logging_dir: logs
|
| 28 |
+
lr_scheduler: cosine
|
| 29 |
+
lr_warmup_steps: 100
|
| 30 |
+
max_grad_norm: 1.0
|
| 31 |
+
max_train_steps: 1000
|
| 32 |
+
method: multistep
|
| 33 |
+
mixed_precision: 'no'
|
| 34 |
+
mode: refinement
|
| 35 |
+
model_type: noise
|
| 36 |
+
nce_layers: 0,1,2,3
|
| 37 |
+
num_inference_steps: 20
|
| 38 |
+
num_neg: 6
|
| 39 |
+
num_workers: 4
|
| 40 |
+
offset_coefficient: 0.6
|
| 41 |
+
order: 2
|
| 42 |
+
output_dir: outputs/FontDiffuser/finetuned-5P1-1P2
|
| 43 |
+
perceptual_coefficient: 0.06
|
| 44 |
+
phase_1: false
|
| 45 |
+
phase_1_ckpt_dir: outputs/FontDiffuser/finetuned-5P1/final
|
| 46 |
+
phase_2: true
|
| 47 |
+
report_to: wandb
|
| 48 |
+
resolution: 96
|
| 49 |
+
resume_from_checkpoint: null
|
| 50 |
+
save_full_model: false
|
| 51 |
+
sc_coefficient: 0.08
|
| 52 |
+
scale_lr: false
|
| 53 |
+
scr_ckpt_path: ckpt/scr_210000.pth
|
| 54 |
+
scr_image_size: 96
|
| 55 |
+
seed: 123
|
| 56 |
+
skip_type: time_uniform
|
| 57 |
+
style_image_size: !!python/tuple
|
| 58 |
+
- 96
|
| 59 |
+
- 96
|
| 60 |
+
style_start_channel: 64
|
| 61 |
+
t_end: null
|
| 62 |
+
t_start: null
|
| 63 |
+
temperature: 0.07
|
| 64 |
+
train_batch_size: 8
|
| 65 |
+
unet_channels: !!python/tuple
|
| 66 |
+
- 64
|
| 67 |
+
- 128
|
| 68 |
+
- 256
|
| 69 |
+
- 512
|
| 70 |
+
val_interval: 100
|
finetuned-5P1-1P2/checkpoint_step_1000/content_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6794b1eaccb262439ca614156cff98e46720704c51c8ed205f91d7a5cc992d57
|
| 3 |
+
size 4756580
|
finetuned-5P1-1P2/checkpoint_step_1000/scr.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1f567cd0b7087c3ff3c72a8919f3e2bb2ec04b4b847d2058d681be12f6149bc
|
| 3 |
+
size 284227968
|
finetuned-5P1-1P2/checkpoint_step_1000/style_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e55bec3211321d10a8a37876ace25d8a274465eac09b45af2e8b3c661f26abfc
|
| 3 |
+
size 82394556
|
finetuned-5P1-1P2/checkpoint_step_1000/unet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9143ae9e7a11036e6f0b4ce06be1d40bb661898a8cb2cbaa7dfb1a59f76fe458
|
| 3 |
+
size 314927748
|
finetuned-5P1-1P2/checkpoint_step_500/content_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb685e2b0e4618078d9377ab4dccdc20dab918f705db737562abfa78632941d5
|
| 3 |
+
size 4756580
|
finetuned-5P1-1P2/checkpoint_step_500/scr.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa2db2c2681fff6b9b521556329938d05238dbc042f98df6ee21b9fbbfe8362d
|
| 3 |
+
size 284227968
|
finetuned-5P1-1P2/checkpoint_step_500/style_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e642d102e47d8d2be081650055c81fa12b2c349ab436fac9b009ce08453d2a2
|
| 3 |
+
size 82394556
|
finetuned-5P1-1P2/checkpoint_step_500/unet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd7e6320a5e722d1db96ee06d9c7c99f5edaa41b9b8fbbc4fa689e722216d6a4
|
| 3 |
+
size 314927748
|
finetuned-5P1-1P2/final/content_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6794b1eaccb262439ca614156cff98e46720704c51c8ed205f91d7a5cc992d57
|
| 3 |
+
size 4756580
|
finetuned-5P1-1P2/final/scr.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1f567cd0b7087c3ff3c72a8919f3e2bb2ec04b4b847d2058d681be12f6149bc
|
| 3 |
+
size 284227968
|
finetuned-5P1-1P2/final/style_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e55bec3211321d10a8a37876ace25d8a274465eac09b45af2e8b3c661f26abfc
|
| 3 |
+
size 82394556
|
finetuned-5P1-1P2/final/unet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9143ae9e7a11036e6f0b4ce06be1d40bb661898a8cb2cbaa7dfb1a59f76fe458
|
| 3 |
+
size 314927748
|