End of training
Browse files- README.md +3 -3
- checkpoint-500/optimizer.bin +2 -2
- checkpoint-500/random_states_0.pkl +2 -2
- checkpoint-500/scaler.pt +1 -1
- checkpoint-500/scheduler.bin +1 -1
- checkpoint-500/text_encoder/config.json +25 -0
- checkpoint-500/text_encoder/pytorch_model.bin +3 -0
- checkpoint-500/unet/diffusion_pytorch_model.safetensors +1 -1
- logs/dreambooth/1693479145.9535007/events.out.tfevents.1693479145.RND-02.330836.1 +3 -0
- logs/dreambooth/1693479145.9542313/hparams.yml +58 -0
- logs/dreambooth/events.out.tfevents.1693479145.RND-02.330836.0 +3 -0
- text_encoder/config.json +1 -1
- text_encoder/model.safetensors +2 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: stabilityai/stable-diffusion-2
|
5 |
-
instance_prompt: a photo of sks
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
@@ -14,9 +14,9 @@ inference: true
|
|
14 |
|
15 |
# DreamBooth - oliverN/path-to-save-model
|
16 |
|
17 |
-
This is a dreambooth model derived from stabilityai/stable-diffusion-2. The weights were trained on a photo of sks
|
18 |
You can find some example images in the following.
|
19 |
|
20 |
|
21 |
|
22 |
-
DreamBooth for the text encoder was enabled:
|
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: stabilityai/stable-diffusion-2
|
5 |
+
instance_prompt: a photo of sks woman
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
|
|
14 |
|
15 |
# DreamBooth - oliverN/path-to-save-model
|
16 |
|
17 |
+
This is a dreambooth model derived from stabilityai/stable-diffusion-2. The weights were trained on a photo of sks woman using [DreamBooth](https://dreambooth.github.io/).
|
18 |
You can find some example images in the following.
|
19 |
|
20 |
|
21 |
|
22 |
+
DreamBooth for the text encoder was enabled: True.
|
checkpoint-500/optimizer.bin
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:a0287fcc5c35c74b1d9473473f5369c3cb55fedc9c2ce6fa1b3954b0abbd61f9
|
3 |
+
size 2421611459
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ec99fc3d8c16b9f74903886bbf296baf6f2a22e10f2089362ee52c01349b7aa
|
3 |
+
size 14631
|
checkpoint-500/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 559
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce98f47cdcbfcd8eff54da2bb4f1ac9c4062dfb0c11b807e4e3dba7e5b7310bd
|
3 |
size 559
|
checkpoint-500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 559
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25df17ac8f79f0192d3588ad1b28769f0b2526d0326f187d9549da4c72b582a5
|
3 |
size 559
|
checkpoint-500/text_encoder/config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "stabilityai/stable-diffusion-2",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPTextModel"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"dropout": 0.0,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"initializer_factor": 1.0,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 4096,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 77,
|
17 |
+
"model_type": "clip_text_model",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 23,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"projection_dim": 512,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.32.1",
|
24 |
+
"vocab_size": 49408
|
25 |
+
}
|
checkpoint-500/text_encoder/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e57b8998ef6fc807bf384411da29475f2fa507e4d44c91bbb637efc7e372ae3f
|
3 |
+
size 1361676121
|
checkpoint-500/unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3463726504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d45867f430d73c646647d51ebb3007c174f85cb3e97d8abb4e762cc174ae992d
|
3 |
size 3463726504
|
logs/dreambooth/1693479145.9535007/events.out.tfevents.1693479145.RND-02.330836.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfe6afa8d276adc57e89a0937fa8e57d9e1815cb4c499a2990c0a0a0667e79dd
|
3 |
+
size 2872
|
logs/dreambooth/1693479145.9542313/hparams.yml
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: path-to-class-images
|
10 |
+
class_labels_conditioning: null
|
11 |
+
class_prompt: a photo of woman
|
12 |
+
dataloader_num_workers: 0
|
13 |
+
enable_xformers_memory_efficient_attention: false
|
14 |
+
gradient_accumulation_steps: 1
|
15 |
+
gradient_checkpointing: true
|
16 |
+
hub_model_id: null
|
17 |
+
hub_token: null
|
18 |
+
instance_data_dir: tami
|
19 |
+
instance_prompt: a photo of sks woman
|
20 |
+
learning_rate: 2.0e-06
|
21 |
+
local_rank: 0
|
22 |
+
logging_dir: logs
|
23 |
+
lr_num_cycles: 1
|
24 |
+
lr_power: 1.0
|
25 |
+
lr_scheduler: constant
|
26 |
+
lr_warmup_steps: 0
|
27 |
+
max_grad_norm: 1.0
|
28 |
+
max_train_steps: 800
|
29 |
+
mixed_precision: null
|
30 |
+
num_class_images: 200
|
31 |
+
num_train_epochs: 4
|
32 |
+
num_validation_images: 4
|
33 |
+
offset_noise: false
|
34 |
+
output_dir: path-to-save-model
|
35 |
+
pre_compute_text_embeddings: false
|
36 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-2
|
37 |
+
prior_generation_precision: null
|
38 |
+
prior_loss_weight: 1.0
|
39 |
+
push_to_hub: true
|
40 |
+
report_to: tensorboard
|
41 |
+
resolution: 512
|
42 |
+
resume_from_checkpoint: null
|
43 |
+
revision: null
|
44 |
+
sample_batch_size: 4
|
45 |
+
scale_lr: false
|
46 |
+
seed: null
|
47 |
+
set_grads_to_none: false
|
48 |
+
skip_save_text_encoder: false
|
49 |
+
text_encoder_use_attention_mask: false
|
50 |
+
tokenizer_max_length: null
|
51 |
+
tokenizer_name: null
|
52 |
+
train_batch_size: 1
|
53 |
+
train_text_encoder: true
|
54 |
+
use_8bit_adam: true
|
55 |
+
validation_prompt: null
|
56 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
57 |
+
validation_steps: 100
|
58 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1693479145.RND-02.330836.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ece1250d7ca7d86410984c5fcbc6e650d0f5370db7353c0a469cd2f91cd33a7e
|
3 |
+
size 67034
|
text_encoder/config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"num_hidden_layers": 23,
|
20 |
"pad_token_id": 1,
|
21 |
"projection_dim": 512,
|
22 |
-
"torch_dtype": "
|
23 |
"transformers_version": "4.32.1",
|
24 |
"vocab_size": 49408
|
25 |
}
|
|
|
19 |
"num_hidden_layers": 23,
|
20 |
"pad_token_id": 1,
|
21 |
"projection_dim": 512,
|
22 |
+
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.32.1",
|
24 |
"vocab_size": 49408
|
25 |
}
|
text_encoder/model.safetensors
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:fd8a90549555ec40c3d3b9b2c5f28de7dd411ccdab53c2424de3450582235df0
|
3 |
+
size 1361596304
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3463726504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5926a8bf1e504af92637097f5adaa9b9e2cc10e51d00aabeaff0fef79a4ba81
|
3 |
size 3463726504
|