End of training
Browse files- .ipynb_checkpoints/README-checkpoint.md +39 -0
- README.md +6 -0
- checkpoint-1000/model.safetensors +1 -1
- checkpoint-1000/optimizer.bin +1 -1
- checkpoint-1000/random_states_0.pkl +1 -1
- checkpoint-1500/model.safetensors +1 -1
- checkpoint-1500/optimizer.bin +1 -1
- checkpoint-1500/random_states_0.pkl +2 -2
- checkpoint-2000/model.safetensors +1 -1
- checkpoint-2000/optimizer.bin +1 -1
- checkpoint-2000/random_states_0.pkl +1 -1
- checkpoint-2500/model.safetensors +1 -1
- checkpoint-2500/optimizer.bin +1 -1
- checkpoint-2500/random_states_0.pkl +1 -1
- checkpoint-3000/model.safetensors +1 -1
- checkpoint-3000/optimizer.bin +1 -1
- checkpoint-3000/random_states_0.pkl +2 -2
- checkpoint-500/model.safetensors +1 -1
- checkpoint-500/optimizer.bin +1 -1
- checkpoint-500/random_states_0.pkl +1 -1
- learned_embeds-steps-1000.safetensors +1 -1
- learned_embeds-steps-1500.safetensors +1 -1
- learned_embeds-steps-2000.safetensors +1 -1
- learned_embeds-steps-2500.safetensors +1 -1
- learned_embeds-steps-3000.safetensors +1 -1
- learned_embeds-steps-500.safetensors +1 -1
- learned_embeds.safetensors +1 -1
- logs/textual_inversion/1718598163.2837036/events.out.tfevents.1718598163.msgpu.4763.1 +3 -0
- logs/textual_inversion/1718598163.2853463/hparams.yml +48 -0
- logs/textual_inversion/1718598623.1411312/events.out.tfevents.1718598623.msgpu.5457.1 +3 -0
- logs/textual_inversion/1718598623.1425164/hparams.yml +48 -0
- logs/textual_inversion/events.out.tfevents.1718598163.msgpu.4763.0 +3 -0
- logs/textual_inversion/events.out.tfevents.1718598623.msgpu.5457.0 +3 -0
- text_encoder/model.safetensors +1 -1
.ipynb_checkpoints/README-checkpoint.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- diffusers-training
|
| 11 |
+
base_model: runwayml/stable-diffusion-v1-5
|
| 12 |
+
inference: true
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
# Textual inversion text2image fine-tuning - krisbock/textual_inversion_ge
|
| 20 |
+
These are textual inversion adaption weights for runwayml/stable-diffusion-v1-5. You can find some example images in the following.
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## Intended uses & limitations
|
| 26 |
+
|
| 27 |
+
#### How to use
|
| 28 |
+
|
| 29 |
+
```python
|
| 30 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
#### Limitations and bias
|
| 34 |
+
|
| 35 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 36 |
+
|
| 37 |
+
## Training details
|
| 38 |
+
|
| 39 |
+
[TODO: describe the data used to train the model]
|
README.md
CHANGED
|
@@ -8,6 +8,12 @@ tags:
|
|
| 8 |
- diffusers
|
| 9 |
- textual_inversion
|
| 10 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: runwayml/stable-diffusion-v1-5
|
| 12 |
inference: true
|
| 13 |
---
|
|
|
|
| 8 |
- diffusers
|
| 9 |
- textual_inversion
|
| 10 |
- diffusers-training
|
| 11 |
+
- stable-diffusion
|
| 12 |
+
- stable-diffusion-diffusers
|
| 13 |
+
- text-to-image
|
| 14 |
+
- diffusers
|
| 15 |
+
- textual_inversion
|
| 16 |
+
- diffusers-training
|
| 17 |
base_model: runwayml/stable-diffusion-v1-5
|
| 18 |
inference: true
|
| 19 |
---
|
checkpoint-1000/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c3b9caf31478b2351fa05d49fca49029b9174aee6dc6975d830c815c2f25e86
|
| 3 |
size 492268240
|
checkpoint-1000/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303570914
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bad58ab8f0622c19b49196cd65a5f35f48ea5130b3ae5860bd7fa44fef672fd2
|
| 3 |
size 303570914
|
checkpoint-1000/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14604
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47b010fcb5d69ec2b72eb6430ae17ee1cde1555d4124f01f8aa79e6e4278cd66
|
| 3 |
size 14604
|
checkpoint-1500/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac51d2cf10c9d4cdf909fee1070895d2a017d2f46b36c14d902b95ffac2e95e7
|
| 3 |
size 492268240
|
checkpoint-1500/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303570914
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe447615d50fe6347a2614d846b7ccd47b06979c7de1b9dbf772007f6e345a2e
|
| 3 |
size 303570914
|
checkpoint-1500/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef92758d2a56e5e0963f0c60c3f284bcf17056ba47f6d5d088641ed3dbb0976d
|
| 3 |
+
size 14604
|
checkpoint-2000/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22ed75ff20cdf6cdd0941b434d9b5af443d2cad90b681024d89004c46fe93886
|
| 3 |
size 492268240
|
checkpoint-2000/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303570914
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15a24bf48ed8b03b9709fb74eae3d560d6445a430f124e853df5082247327875
|
| 3 |
size 303570914
|
checkpoint-2000/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14604
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90c35894d57cff7df1f4f5a3bb4c4ea67bf8b8b9ed3a8964703237f104852e4c
|
| 3 |
size 14604
|
checkpoint-2500/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8c715a9eca8cebc20e261ae3efa93885c6498aa8a0ebc48b1073e002fe7cb59
|
| 3 |
size 492268240
|
checkpoint-2500/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303570914
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05b92267ea5f31d37957e4596df513b6c2f798f6379e5320243e635c0e154e08
|
| 3 |
size 303570914
|
checkpoint-2500/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14604
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7acb28ae301af1f0eafd5bde00b565de2123e18f81ebd024cd5a9fa38ae80b5
|
| 3 |
size 14604
|
checkpoint-3000/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c422744dac09edd9458b92b4c927617c8ed4d11958efa565a417fcc5a02704c5
|
| 3 |
size 492268240
|
checkpoint-3000/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303570914
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd4a7be6a7db0106cb8319c298882a2983d43144e9f54f2a7faf5a9163b6ed63
|
| 3 |
size 303570914
|
checkpoint-3000/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16614620e1f66bd59b08681a60450968c3da72617d17c4414d2ca2f62e0cbf10
|
| 3 |
+
size 14540
|
checkpoint-500/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2610e4bba4ee5150d8f2570599430a0b341d99761c4c297fb22bf33875b1ea50
|
| 3 |
size 492268240
|
checkpoint-500/optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 303570914
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2f10686e7b3be6c792ce851ecf4669437180fbe9eb55a8a7714fe657c645cad
|
| 3 |
size 303570914
|
checkpoint-500/random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14604
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddf504c73bcee2c810d971918ebb25b8c0bebb7efe56d1e93496d0751abdecc4
|
| 3 |
size 14604
|
learned_embeds-steps-1000.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8bb43c3a84e0b5390ac87ac5b2d8b984ea43581ed859f75bd5cf93d3c856989
|
| 3 |
size 3184
|
learned_embeds-steps-1500.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b81e48808de871e619196ae2e5307c6f477e76d011b187448af45289ec8064b
|
| 3 |
size 3184
|
learned_embeds-steps-2000.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b503c19b23959c11474be110ebbcc802d8f7295287d6f4ecbbd47eab1abf4c8c
|
| 3 |
size 3184
|
learned_embeds-steps-2500.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1adcd76673a8f5bc90a1cbff6c3cb58516213a31084567cf7614229a8d1caf83
|
| 3 |
size 3184
|
learned_embeds-steps-3000.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:705f83c6731eaf86dc2b36d81427b67c3e7dd15dd67a9df8b263147f8db6d4f6
|
| 3 |
size 3184
|
learned_embeds-steps-500.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7135560c6ca53c7e6b508689aa3e4fe43f6e85328a8db1508a91278ce32d433
|
| 3 |
size 3184
|
learned_embeds.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:705f83c6731eaf86dc2b36d81427b67c3e7dd15dd67a9df8b263147f8db6d4f6
|
| 3 |
size 3184
|
logs/textual_inversion/1718598163.2837036/events.out.tfevents.1718598163.msgpu.4763.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c9a6107af0f7e28d0a21a47776ff965545199b36f43edb7fb5f0844df3561ae
|
| 3 |
+
size 2324
|
logs/textual_inversion/1718598163.2853463/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: man
|
| 16 |
+
learnable_property: person
|
| 17 |
+
learning_rate: 0.004
|
| 18 |
+
local_rank: 0
|
| 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: 27
|
| 27 |
+
num_validation_images: 4
|
| 28 |
+
num_vectors: 1
|
| 29 |
+
output_dir: textual_inversion_ge
|
| 30 |
+
placeholder_token: <graham-man>
|
| 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: ./ge
|
| 45 |
+
validation_epochs: null
|
| 46 |
+
validation_prompt: null
|
| 47 |
+
validation_steps: 100
|
| 48 |
+
variant: null
|
logs/textual_inversion/1718598623.1411312/events.out.tfevents.1718598623.msgpu.5457.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be27185c5bb653cee52471dfdb57666a8da5bda30dce54afd785fe931f78e266
|
| 3 |
+
size 2324
|
logs/textual_inversion/1718598623.1425164/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: man
|
| 16 |
+
learnable_property: person
|
| 17 |
+
learning_rate: 0.004
|
| 18 |
+
local_rank: 0
|
| 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: 30
|
| 27 |
+
num_validation_images: 4
|
| 28 |
+
num_vectors: 1
|
| 29 |
+
output_dir: textual_inversion_ge
|
| 30 |
+
placeholder_token: <graham-man>
|
| 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: ./ge
|
| 45 |
+
validation_epochs: null
|
| 46 |
+
validation_prompt: null
|
| 47 |
+
validation_steps: 100
|
| 48 |
+
variant: null
|
logs/textual_inversion/events.out.tfevents.1718598163.msgpu.4763.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55de1b2f45012741a936d2fba944bf0b7e9cd35dbd91b3c5c7fbe6962d193761
|
| 3 |
+
size 88
|
logs/textual_inversion/events.out.tfevents.1718598623.msgpu.5457.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:692e3dcc10c2895d3250d896d79c84e17ccde235948a0cca10c46ae97e57163e
|
| 3 |
+
size 1007054
|
text_encoder/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492268240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c422744dac09edd9458b92b4c927617c8ed4d11958efa565a417fcc5a02704c5
|
| 3 |
size 492268240
|