afeiszli commited on
Commit
82087a5
·
1 Parent(s): 68678a9

End of training

Browse files
checkpoint-1000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45a7437d3f90b7c7062e14ea1ce4975abcb4ab832e147630c2067fae1316fd23
3
  size 6876749715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9329de0dd76a366aac2ad97f9329456b5e0b84eb68dfa3c4583555accbe82144
3
  size 6876749715
checkpoint-1000/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:747046ce4462d547bc7da0fb24652a32a8899cc2609eed8a5ed3f477929b8838
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fba7e6c9074e5760d12aefffb463a38eb44a276fb0dc2cbe783ddbe87dc9796
3
+ size 14727
checkpoint-1000/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8800c2d36889b0ee1ea36da12af49dd6f34b6089347fe8d1c9486e444771461
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:165f94ef0e0eba1f4cabf6635692f051cb2edebdad3509edb0740d4ec9cad59b
3
  size 3438167536
checkpoint-1500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7723136a07f9fe48a2383017787584f1a6d301b321e0e8741a0130068cf72ecd
3
  size 6876749715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3202f7fc44198d73857dcbfcd99c991ca168268a10c2be3aadbba90c466186
3
  size 6876749715
checkpoint-1500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63609987bc069b0899d7cf111a8f871e7a0cc36fdd641963b95a83acae961dc4
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4062e576db18cca4e6384dd9b43aa856322f7a65d9c9257deef7d37b100383cf
3
+ size 14727
checkpoint-1500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fa166f0aba7d057d404042fc0204c543a6e9edcbe44fb6ea78da4bca3cb8ecf
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2af10bb5dafddfff4d825d86d3e812afe5dc963ea37cb9cb814afa703961bb4
3
  size 3438167536
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab0f2eab942e8990c5d182c33a12be9e0c22c9cd9316a362012d9948da087b6
3
+ size 6876749715
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c45d238d80b0417d36407183148aceded4aa5d1b7cf9cc64714667971e1280a
3
+ size 14727
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6afeb3b0b41c5a451ea879e32dbb48a3e4e665fe8057b38a556504e29915a4a3
3
+ size 563
checkpoint-2000/unet/config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 768,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
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": 64,
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
+ "transformer_layers_per_block": 1,
59
+ "up_block_types": [
60
+ "UpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_linear_projection": false
67
+ }
checkpoint-2000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0440536e28ff3cb1c91a7f2acfd5969cae8483b83c627c2e19c504f31d2dcce9
3
+ size 3438167536
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6866c27fb1cfdddcb78eb486490621b4d1f4265f92cd129a575f243ac9188c37
3
  size 6876749715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cefc15aa4ea8faf124791f9784cf47630ca0538ce147f4d704f0309671dcb28
3
  size 6876749715
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2376d40cafcdb73f0b2d415702d0f1d0bc4ea507fddac2e6997dfce50c8e545d
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ceb102ecf63da0cbdaf1ab6d0ce9bb7c5e211099d45634fcfea50bf3e346abd
3
+ size 14727
checkpoint-500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2da900f184ce90b9041fc3faf49f8b622b2add6b3df4a04772eea1ffda51d436
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93f7a5e3ef032cba166759b2bfcc3c13136ef2d1d5a7ad3ba9104dd38e3987e
3
  size 3438167536
logs/dreambooth/1695765832.042516/events.out.tfevents.1695765832.k8s-gpu-mig-01.1007859.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1426cf3b56b0c2d02a41e9f9ccc0dc22e923191d5f9c44bd0f80b8cc3ebd20b4
3
+ size 3321
logs/dreambooth/1695765832.0438237/hparams.yml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: /root/models/cyberpunk/class
10
+ class_labels_conditioning: null
11
+ class_prompt: a portrait of me as a cyberpunk, dark and gritty, highly detailed, retro-futuristic
12
+ style, neon lighting, cyberpunk city in the background, art by wlop, greg rutkowski,
13
+ and charlie bowter, ultra-realistic, octane render
14
+ dataloader_num_workers: 0
15
+ enable_xformers_memory_efficient_attention: false
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ instance_data_dir: /root/models/images/alarcon
21
+ instance_prompt: a portrait of @me as a cyberpunk, dark and gritty, highly detailed,
22
+ retro-futuristic style, neon lighting, cyberpunk city in the background, art by
23
+ wlop, greg rutkowski, and charlie bowter, ultra-realistic, octane render
24
+ learning_rate: 5.0e-06
25
+ local_rank: -1
26
+ logging_dir: logs
27
+ lr_num_cycles: 1
28
+ lr_power: 1.0
29
+ lr_scheduler: constant
30
+ lr_warmup_steps: 208
31
+ max_grad_norm: 1.0
32
+ max_train_steps: 2080
33
+ mixed_precision: null
34
+ num_class_images: 312
35
+ num_train_epochs: 7
36
+ num_validation_images: 4
37
+ offset_noise: false
38
+ output_dir: /root/models/cyberpunk/model
39
+ pre_compute_text_embeddings: false
40
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
41
+ prior_generation_precision: null
42
+ prior_loss_weight: 1.0
43
+ push_to_hub: true
44
+ report_to: tensorboard
45
+ resolution: 512
46
+ resume_from_checkpoint: null
47
+ revision: null
48
+ sample_batch_size: 4
49
+ scale_lr: false
50
+ seed: null
51
+ set_grads_to_none: false
52
+ skip_save_text_encoder: false
53
+ text_encoder_use_attention_mask: false
54
+ tokenizer_max_length: null
55
+ tokenizer_name: null
56
+ train_batch_size: 1
57
+ train_text_encoder: false
58
+ use_8bit_adam: false
59
+ validation_prompt: null
60
+ validation_scheduler: DPMSolverMultistepScheduler
61
+ validation_steps: 100
62
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1695765832.k8s-gpu-mig-01.1007859.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:357e943367d6706ef5987fbf96ad3cf04cc8f296de87c3fba3f9e5cfed24e5e8
3
+ size 174554
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44c0637721f8549973ec9ee1b52a8e948e9dcc0ef90bde3d8578892e54707ae6
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5b043d6bda5b70ed3a728f570e370f6dc8873494b1974be9975b3ae213370f2
3
  size 3438167536