xarthurx commited on
Commit
a9c149f
1 Parent(s): 33f5009

439680b38c09e35222547d9b63d9110abdc05c121e60b616c066dbef46e78b2a

Browse files
checkpoint-3200/text_encoder/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9472547fc09233c48c0a616a3be5983f00987b9769491a02c8ec73ae88c51d69
3
+ size 1361679905
checkpoint-3200/unet/config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-2-1",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "attention_head_dim": [
9
+ 5,
10
+ 10,
11
+ 20,
12
+ 20
13
+ ],
14
+ "block_out_channels": [
15
+ 320,
16
+ 640,
17
+ 1280,
18
+ 1280
19
+ ],
20
+ "center_input_sample": false,
21
+ "class_embed_type": null,
22
+ "class_embeddings_concat": false,
23
+ "conv_in_kernel": 3,
24
+ "conv_out_kernel": 3,
25
+ "cross_attention_dim": 1024,
26
+ "cross_attention_norm": null,
27
+ "down_block_types": [
28
+ "CrossAttnDownBlock2D",
29
+ "CrossAttnDownBlock2D",
30
+ "CrossAttnDownBlock2D",
31
+ "DownBlock2D"
32
+ ],
33
+ "downsample_padding": 1,
34
+ "dual_cross_attention": false,
35
+ "encoder_hid_dim": null,
36
+ "flip_sin_to_cos": true,
37
+ "freq_shift": 0,
38
+ "in_channels": 4,
39
+ "layers_per_block": 2,
40
+ "mid_block_only_cross_attention": null,
41
+ "mid_block_scale_factor": 1,
42
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
43
+ "norm_eps": 1e-05,
44
+ "norm_num_groups": 32,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "sample_size": 96,
53
+ "time_cond_proj_dim": null,
54
+ "time_embedding_act_fn": null,
55
+ "time_embedding_dim": null,
56
+ "time_embedding_type": "positional",
57
+ "timestep_post_act": null,
58
+ "up_block_types": [
59
+ "UpBlock2D",
60
+ "CrossAttnUpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D"
63
+ ],
64
+ "upcast_attention": true,
65
+ "use_linear_projection": true
66
+ }
logs/dreambooth/1684156168.9564312/events.out.tfevents.1684156168.3144edec4884.489.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c03dbee968df4399980c4c6394b0a5acd2cb27db1986671e1f5e7adb33c5c84
3
+ size 2724
logs/dreambooth/1684156168.9588692/.ipynb_checkpoints/hparams-checkpoint.yml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ center_crop: false
7
+ checkpointing_steps: 200
8
+ checkpoints_total_limit: 3
9
+ class_data_dir: =./dataset/office_building_sampled
10
+ class_prompt: rendering of office building.
11
+ dataloader_num_workers: 0
12
+ enable_xformers_memory_efficient_attention: false
13
+ gradient_accumulation_steps: 1
14
+ gradient_checkpointing: true
15
+ hub_model_id: null
16
+ hub_token: null
17
+ instance_data_dir: ./dataset/office_building_pngProcessed
18
+ instance_prompt: rendering of ttarch office building.
19
+ learning_rate: 1.0e-06
20
+ local_rank: 0
21
+ logging_dir: logs
22
+ lr_num_cycles: 1
23
+ lr_power: 1.0
24
+ lr_scheduler: constant
25
+ lr_warmup_steps: 0
26
+ max_grad_norm: 1.0
27
+ max_train_steps: 3201
28
+ mixed_precision: null
29
+ num_class_images: 100
30
+ num_train_epochs: 214
31
+ num_validation_images: 4
32
+ offset_noise: false
33
+ output_dir: ./models/office-dbModel-v0-4
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1
35
+ prior_generation_precision: null
36
+ prior_loss_weight: 1.0
37
+ push_to_hub: false
38
+ report_to: tensorboard
39
+ resolution: 768
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ sample_batch_size: 4
43
+ scale_lr: false
44
+ seed: null
45
+ set_grads_to_none: false
46
+ tokenizer_name: null
47
+ train_batch_size: 1
48
+ train_text_encoder: true
49
+ use_8bit_adam: true
50
+ validation_prompt: null
51
+ validation_steps: 100
52
+ with_prior_preservation: false
logs/dreambooth/1684156168.9588692/hparams.yml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ center_crop: false
7
+ checkpointing_steps: 200
8
+ checkpoints_total_limit: 3
9
+ class_data_dir: =./dataset/office_building_sampled
10
+ class_prompt: rendering of office building.
11
+ dataloader_num_workers: 0
12
+ enable_xformers_memory_efficient_attention: false
13
+ gradient_accumulation_steps: 1
14
+ gradient_checkpointing: true
15
+ hub_model_id: null
16
+ hub_token: null
17
+ instance_data_dir: ./dataset/office_building_pngProcessed
18
+ instance_prompt: rendering of ttarch office building.
19
+ learning_rate: 1.0e-06
20
+ local_rank: 0
21
+ logging_dir: logs
22
+ lr_num_cycles: 1
23
+ lr_power: 1.0
24
+ lr_scheduler: constant
25
+ lr_warmup_steps: 0
26
+ max_grad_norm: 1.0
27
+ max_train_steps: 3201
28
+ mixed_precision: null
29
+ num_class_images: 100
30
+ num_train_epochs: 214
31
+ num_validation_images: 4
32
+ offset_noise: false
33
+ output_dir: ./models/office-dbModel-v0-4
34
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1
35
+ prior_generation_precision: null
36
+ prior_loss_weight: 1.0
37
+ push_to_hub: false
38
+ report_to: tensorboard
39
+ resolution: 768
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ sample_batch_size: 4
43
+ scale_lr: false
44
+ seed: null
45
+ set_grads_to_none: false
46
+ tokenizer_name: null
47
+ train_batch_size: 1
48
+ train_text_encoder: true
49
+ use_8bit_adam: true
50
+ validation_prompt: null
51
+ validation_steps: 100
52
+ with_prior_preservation: false
logs/dreambooth/events.out.tfevents.1684156168.3144edec4884.489.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d520fda267a79aa9193b2363ee2d9005d74cba6a1c2419f1ce4e8e956778b1a
3
+ size 268550