slukas99 commited on
Commit
e79885c
1 Parent(s): 5c7a254

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +38 -0
  2. checkpoint-1000/model.safetensors +3 -0
  3. checkpoint-1000/optimizer.bin +3 -0
  4. checkpoint-1000/random_states_0.pkl +3 -0
  5. checkpoint-1000/scheduler.bin +3 -0
  6. checkpoint-1500/model.safetensors +3 -0
  7. checkpoint-1500/optimizer.bin +3 -0
  8. checkpoint-1500/random_states_0.pkl +3 -0
  9. checkpoint-1500/scheduler.bin +3 -0
  10. checkpoint-2000/model.safetensors +3 -0
  11. checkpoint-2000/optimizer.bin +3 -0
  12. checkpoint-2000/random_states_0.pkl +3 -0
  13. checkpoint-2000/scheduler.bin +3 -0
  14. checkpoint-2500/model.safetensors +3 -0
  15. checkpoint-2500/optimizer.bin +3 -0
  16. checkpoint-2500/random_states_0.pkl +3 -0
  17. checkpoint-2500/scheduler.bin +3 -0
  18. checkpoint-3000/model.safetensors +3 -0
  19. checkpoint-3000/optimizer.bin +3 -0
  20. checkpoint-3000/random_states_0.pkl +3 -0
  21. checkpoint-3000/scheduler.bin +3 -0
  22. checkpoint-500/model.safetensors +3 -0
  23. checkpoint-500/optimizer.bin +3 -0
  24. checkpoint-500/random_states_0.pkl +3 -0
  25. checkpoint-500/scheduler.bin +3 -0
  26. feature_extractor/preprocessor_config.json +27 -0
  27. learned_embeds-steps-1000.safetensors +3 -0
  28. learned_embeds-steps-1500.safetensors +3 -0
  29. learned_embeds-steps-2000.safetensors +3 -0
  30. learned_embeds-steps-2500.safetensors +3 -0
  31. learned_embeds-steps-3000.safetensors +3 -0
  32. learned_embeds-steps-500.safetensors +3 -0
  33. learned_embeds.safetensors +3 -0
  34. logs/textual_inversion/1708941363.6866648/events.out.tfevents.1708941363.uc2n512.localdomain.4929.1 +3 -0
  35. logs/textual_inversion/1708941363.689355/hparams.yml +48 -0
  36. logs/textual_inversion/1708941759.2194948/events.out.tfevents.1708941759.uc2n512.localdomain.8956.1 +3 -0
  37. logs/textual_inversion/1708941759.222482/hparams.yml +48 -0
  38. logs/textual_inversion/1708943124.4129918/events.out.tfevents.1708943124.uc2n512.localdomain.21204.1 +3 -0
  39. logs/textual_inversion/1708943124.41565/hparams.yml +48 -0
  40. logs/textual_inversion/1708944359.9799974/events.out.tfevents.1708944359.uc2n512.localdomain.42228.1 +3 -0
  41. logs/textual_inversion/1708944359.9829721/hparams.yml +48 -0
  42. logs/textual_inversion/1708947291.0750782/events.out.tfevents.1708947291.uc2n512.localdomain.72125.1 +3 -0
  43. logs/textual_inversion/1708947291.0780325/hparams.yml +48 -0
  44. logs/textual_inversion/1708947347.4076042/events.out.tfevents.1708947347.uc2n512.localdomain.72763.1 +3 -0
  45. logs/textual_inversion/1708947347.4104354/hparams.yml +48 -0
  46. logs/textual_inversion/1708947456.3716066/events.out.tfevents.1708947456.uc2n512.localdomain.73808.1 +3 -0
  47. logs/textual_inversion/1708947456.3744857/hparams.yml +48 -0
  48. logs/textual_inversion/1708947493.3995044/events.out.tfevents.1708947493.uc2n512.localdomain.74136.1 +3 -0
  49. logs/textual_inversion/1708947493.402236/hparams.yml +48 -0
  50. logs/textual_inversion/1708953555.9442065/events.out.tfevents.1708953555.uc2n512.localdomain.155014.1 +3 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - textual_inversion
10
+ inference: true
11
+ base_model: runwayml/stable-diffusion-v1-5
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+
18
+ # Textual inversion text2image fine-tuning - slukas99/textual_inversion_cat
19
+ These are textual inversion adaption weights for runwayml/stable-diffusion-v1-5. You can find some example images in the following.
20
+
21
+
22
+
23
+
24
+ ## Intended uses & limitations
25
+
26
+ #### How to use
27
+
28
+ ```python
29
+ # TODO: add an example code snippet for running this diffusion pipeline
30
+ ```
31
+
32
+ #### Limitations and bias
33
+
34
+ [TODO: provide examples of latent issues and potential remediations]
35
+
36
+ ## Training details
37
+
38
+ [TODO: describe the data used to train the model]
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af922664e5e541e6b72d236945e192568c21baa98ee2aa7e8717f608b4fd9d0f
3
+ size 492268240
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8d0048957d599d8783ecede79e1b0df5ce705139dd5742f71295e8fd4d173af
3
+ size 303570914
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e939c570f55ccd9bb14deb0a1978f87104ba0f970422c88153bf17a199fe329
3
+ size 14280
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a50a2c59e9815daeb30e091fe3af34416fa68d9098d61afe9519ba3aabb39351
3
+ size 1000
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a28151208bb819c792de37f2eba02f9bece697d5a9c556d447a0ac0efdf50b3
3
+ size 492268240
checkpoint-1500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f8097ccbb32b385da7b99df892d27e1270a5574fbe5e477f46cfc218d36270
3
+ size 303570914
checkpoint-1500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2943d9c039cb3dc976a2211c15ebc45d07fd835ca92653c91b21b5b3def31a51
3
+ size 14344
checkpoint-1500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79de99b412e85e507e110ad1f5bc6dad437d4f2707d06613c9a7d043c8972cc
3
+ size 1000
checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b14ad5e4c3f54cb34f200c1b36f9b6ab33ccd7e2985bdf930d59e7abacf56e
3
+ size 492268240
checkpoint-2000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e0ceec5dc73441d361afe43892e034c920bd4539181c1ba2071fb7c933dfaf
3
+ size 303570914
checkpoint-2000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08156eb9c19dc967ef75de901fea681bce8f79468ff43c7aac349423557092d
3
+ size 14344
checkpoint-2000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77da9bfb9aa77a5e82228481dc0be3d3f8046c0d7bc2c637d63aceab51865d03
3
+ size 1000
checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39bd411c7d94ba1a38a7c9cc602fefc347ef8fd83d9240e9fda4e4dd989ebdb3
3
+ size 492268240
checkpoint-2500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625f3d80d19c99d953e9c339347ba481d4c6bab8d2c96add6e3654c448b03a35
3
+ size 303570914
checkpoint-2500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ef99be2617be96f97a1fb9d2452258ba00ebe365baaf7edb3662820a7f2d3e
3
+ size 14344
checkpoint-2500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3096f59aed54724529b84902a8cdc471e02af0d75eb9ba7b641bf536689da0b7
3
+ size 1000
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:155ae7934a05d97f06e55ecd114449208f00efec154489089fff6d1cc5dd80d8
3
+ size 492268240
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34c1c727747142e7f61cfe1d57b390f3cbdae06422019732e0b59bf9d9f122ff
3
+ size 303570914
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3476307d9f9fad1f4b287845d0aecf87e6159712f9d86d23cb34148d602ac848
3
+ size 14344
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3534291cc57650c878014fffec70edc7c3351c678f9e0846aaaa42c68b319667
3
+ size 1000
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3556fe92f9924cfb28b6b003a68177c74f459d3f5113ab01b6dd5ab56247ff58
3
+ size 492268240
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:261d6f0ed5a8b5ccff6075a78f9128796947c5d7ae690020944ceafdc6227fbd
3
+ size 303570914
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1c0b1dc59bec1b5504aa539a7d879fa053ff44edbaf90a84f3b058b569d58a
3
+ size 14344
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc3a2a56ff6a74bbd8aa36788f6779e132a57e9190bea99a08110e010ecee49f
3
+ size 1000
feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
learned_embeds-steps-1000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f795fafe20399cc708387e673691a6d6112b454305efe6ecc66902c8c46053
3
+ size 3184
learned_embeds-steps-1500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a18be83ae6727000be9b5959b19cb1ce547563f2c0b30b6dd78b1a40bc76de9b
3
+ size 3184
learned_embeds-steps-2000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8494f2f4ecba23a66199e1e614599dc6648a257038eb082a56181af8d94b4fd9
3
+ size 3184
learned_embeds-steps-2500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a52eacee009b7b46b9c2de582966719b50d43b01a885cf2bbf57fc52931348a
3
+ size 3184
learned_embeds-steps-3000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1539427a523fb91c0654c938fb473b0e702cf70a0fd0eee94d1803d7dfb3c43f
3
+ size 3184
learned_embeds-steps-500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f74034782ab39c9fa886610684f9d2f54ccb4fa789b5aae18f42191923ecf7
3
+ size 3184
learned_embeds.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1539427a523fb91c0654c938fb473b0e702cf70a0fd0eee94d1803d7dfb3c43f
3
+ size 3184
logs/textual_inversion/1708941363.6866648/events.out.tfevents.1708941363.uc2n512.localdomain.4929.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b549a83c442bd6d510428583145ce3f0c21872426710a6b782d0ee3a2735fa
3
+ size 2388
logs/textual_inversion/1708941363.689355/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: A <cat-toy> train
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708941759.2194948/events.out.tfevents.1708941759.uc2n512.localdomain.8956.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebff4ca31c80becc0f1e8a232ab3a6efc9f0ccd73a6ce6162cb35a08aff9963
3
+ size 2388
logs/textual_inversion/1708941759.222482/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: A <cat-toy> train
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708943124.4129918/events.out.tfevents.1708943124.uc2n512.localdomain.21204.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f060386c39e541527af21634d6706f86af330a40195fa5707673cdb06d2ebd2
3
+ size 2388
logs/textual_inversion/1708943124.41565/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: A <cat-toy> train
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708944359.9799974/events.out.tfevents.1708944359.uc2n512.localdomain.42228.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1dd9377baa1bb02dec408224dfc3c8a1cf3dcc7cdb7f780a1fa6ea9fc0c4a73
3
+ size 2323
logs/textual_inversion/1708944359.9829721/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: null
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708947291.0750782/events.out.tfevents.1708947291.uc2n512.localdomain.72125.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c888bdb725d11ce5184c1bf36e5157d39a71fd598200e1d910cd4bad590bc25
3
+ size 2323
logs/textual_inversion/1708947291.0780325/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: null
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708947347.4076042/events.out.tfevents.1708947347.uc2n512.localdomain.72763.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f50b1111cdc4b9ad24a00f00515b68c07e98ba4f70aceb7cada00a12497e15
3
+ size 2323
logs/textual_inversion/1708947347.4104354/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: null
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708947456.3716066/events.out.tfevents.1708947456.uc2n512.localdomain.73808.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77094e588417d716bcb42e33338d8905b7677ad1b4bd4b777603b5332a8ca060
3
+ size 2323
logs/textual_inversion/1708947456.3744857/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: null
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708947493.3995044/events.out.tfevents.1708947493.uc2n512.localdomain.74136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72f5c1cd4defe87183362b12a1475d723ea8b4120169f966dd4710376a8bfa1
3
+ size 2323
logs/textual_inversion/1708947493.402236/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataloader_num_workers: 0
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 4
12
+ gradient_checkpointing: false
13
+ hub_model_id: null
14
+ hub_token: null
15
+ initializer_token: toy
16
+ learnable_property: object
17
+ learning_rate: 0.002
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lr_num_cycles: 1
21
+ lr_scheduler: constant
22
+ lr_warmup_steps: 0
23
+ max_train_steps: 3000
24
+ mixed_precision: 'no'
25
+ no_safe_serialization: false
26
+ num_train_epochs: 20
27
+ num_validation_images: 4
28
+ num_vectors: 1
29
+ output_dir: textual_inversion_cat
30
+ placeholder_token: <cat-toy>
31
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
32
+ push_to_hub: true
33
+ repeats: 100
34
+ report_to: tensorboard
35
+ resolution: 512
36
+ resume_from_checkpoint: null
37
+ revision: null
38
+ save_as_full_pipeline: false
39
+ save_steps: 500
40
+ scale_lr: true
41
+ seed: null
42
+ tokenizer_name: null
43
+ train_batch_size: 1
44
+ train_data_dir: ./cat
45
+ validation_epochs: null
46
+ validation_prompt: null
47
+ validation_steps: 100
48
+ variant: null
logs/textual_inversion/1708953555.9442065/events.out.tfevents.1708953555.uc2n512.localdomain.155014.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40b4dae423ab840a7d4b3907341ad82f4d3817ccb356620746c2c566e95c515
3
+ size 2323