moteloumka
commited on
Commit
•
105c33c
1
Parent(s):
05a496c
End of training
Browse files- README.md +3 -3
- checkpoint-1000/optimizer.bin +2 -2
- checkpoint-1000/random_states_0.pkl +1 -1
- checkpoint-1000/scheduler.bin +1 -1
- checkpoint-1000/text_encoder/config.json +25 -0
- checkpoint-1000/text_encoder/model.safetensors +3 -0
- checkpoint-1000/unet/diffusion_pytorch_model.safetensors +1 -1
- checkpoint-500/optimizer.bin +2 -2
- checkpoint-500/random_states_0.pkl +1 -1
- checkpoint-500/scheduler.bin +1 -1
- checkpoint-500/text_encoder/config.json +25 -0
- checkpoint-500/text_encoder/model.safetensors +3 -0
- checkpoint-500/unet/diffusion_pytorch_model.safetensors +1 -1
- logs/dreambooth/1704936585.5823333/events.out.tfevents.1704936585.nu5xcyt4vm.161.1 +3 -0
- logs/dreambooth/1704936585.585377/hparams.yml +60 -0
- logs/dreambooth/1704937579.349785/events.out.tfevents.1704937579.nonc71kxwd.144.1 +3 -0
- logs/dreambooth/1704937579.3534725/hparams.yml +60 -0
- logs/dreambooth/events.out.tfevents.1704936585.nu5xcyt4vm.161.0 +3 -0
- logs/dreambooth/events.out.tfevents.1704937579.nonc71kxwd.144.0 +3 -0
- text_encoder/model.safetensors +1 -1
- 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:
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
@@ -14,9 +14,9 @@ inference: true
|
|
14 |
|
15 |
# DreamBooth - moteloumka/model
|
16 |
|
17 |
-
This is a dreambooth model derived from stabilityai/stable-diffusion-2. The weights were trained on
|
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 xyz woman
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
|
|
14 |
|
15 |
# DreamBooth - moteloumka/model
|
16 |
|
17 |
+
This is a dreambooth model derived from stabilityai/stable-diffusion-2. The weights were trained on a photo of xyz 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-1000/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:c9db57d7b4c105b160776ebd7003b6dae3b1b7317bd694c575702cb614038a5c
|
3 |
+
size 2421617512
|
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 14408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:614e160a1c12ddf43a044a91c915847658ee111e1c6a19de7e358d887f9613e6
|
3 |
size 14408
|
checkpoint-1000/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e36a7249b5e783f64c0e801daf11cc70246e8a1ac48638aea268a17bbe20f36
|
3 |
size 1000
|
checkpoint-1000/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.36.2",
|
24 |
+
"vocab_size": 49408
|
25 |
+
}
|
checkpoint-1000/text_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b16377b86fbf6be57291e4f28ada1e65403741c0cea96c88ee05f3bc7c279df3
|
3 |
+
size 1361596304
|
checkpoint-1000/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:83a069f2460294823098a9b42e3af772761625d465845dd87abbdc11c6cf71dd
|
3 |
size 3463726504
|
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:fa4012350a17735b45d75c9c691beb8d02c003d953946e6eade0e1b79c9637e8
|
3 |
+
size 2421617512
|
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 14408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad4ffe91528141f9cc3a2c33c8e05571fb7a48c195f1bab7440161c9f5dbb66a
|
3 |
size 14408
|
checkpoint-500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:298e7e75502de41a98ece7ac5311b3b598cf308af851c910dc4da2b9a52082ad
|
3 |
size 1000
|
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.36.2",
|
24 |
+
"vocab_size": 49408
|
25 |
+
}
|
checkpoint-500/text_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9bdd0c975dca049b9bf5679c82ff8ca0df84cf1df8dc6df5aed53b22254ef12
|
3 |
+
size 1361596304
|
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:0c429d324c5712643fba42fcaddfdda35e0c83c3497c1ac01f671c20a60dc6c6
|
3 |
size 3463726504
|
logs/dreambooth/1704936585.5823333/events.out.tfevents.1704936585.nu5xcyt4vm.161.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca3409ca1ead7c03e981ae62f7041ff9c30912ff0b9a30e4ac29a8bb8df594ed
|
3 |
+
size 2863
|
logs/dreambooth/1704936585.585377/hparams.yml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: /storage/gen_marina
|
10 |
+
class_labels_conditioning: null
|
11 |
+
class_prompt: a photo of a blond woman with blond curley hair
|
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: /storage/marina
|
19 |
+
instance_prompt: a photo of xyz woman
|
20 |
+
learning_rate: 2.0e-06
|
21 |
+
local_rank: -1
|
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: 2000
|
29 |
+
mixed_precision: null
|
30 |
+
num_class_images: 600
|
31 |
+
num_train_epochs: 4
|
32 |
+
num_validation_images: 4
|
33 |
+
offset_noise: false
|
34 |
+
output_dir: /notebooks/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: 768
|
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 |
+
snr_gamma: null
|
50 |
+
text_encoder_use_attention_mask: false
|
51 |
+
tokenizer_max_length: null
|
52 |
+
tokenizer_name: null
|
53 |
+
train_batch_size: 1
|
54 |
+
train_text_encoder: true
|
55 |
+
use_8bit_adam: true
|
56 |
+
validation_prompt: null
|
57 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
58 |
+
validation_steps: 100
|
59 |
+
variant: null
|
60 |
+
with_prior_preservation: true
|
logs/dreambooth/1704937579.349785/events.out.tfevents.1704937579.nonc71kxwd.144.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46da70783efb0ec3ba896e2ae4899bdf621c5e49b2807cd2ed6cff0c38089e35
|
3 |
+
size 2863
|
logs/dreambooth/1704937579.3534725/hparams.yml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: /storage/gen_marina
|
10 |
+
class_labels_conditioning: null
|
11 |
+
class_prompt: a photo of a blond woman with blond curley hair
|
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: /storage/marina
|
19 |
+
instance_prompt: a photo of xyz woman
|
20 |
+
learning_rate: 2.0e-06
|
21 |
+
local_rank: -1
|
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: 1000
|
29 |
+
mixed_precision: null
|
30 |
+
num_class_images: 600
|
31 |
+
num_train_epochs: 2
|
32 |
+
num_validation_images: 4
|
33 |
+
offset_noise: false
|
34 |
+
output_dir: /notebooks/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: 768
|
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 |
+
snr_gamma: null
|
50 |
+
text_encoder_use_attention_mask: false
|
51 |
+
tokenizer_max_length: null
|
52 |
+
tokenizer_name: null
|
53 |
+
train_batch_size: 1
|
54 |
+
train_text_encoder: true
|
55 |
+
use_8bit_adam: true
|
56 |
+
validation_prompt: null
|
57 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
58 |
+
validation_steps: 100
|
59 |
+
variant: null
|
60 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1704936585.nu5xcyt4vm.161.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f7e4154ca93e4bd04fa97dd0859c406f52e975ac1c7ba311819c4477b0fc45d
|
3 |
+
size 5780
|
logs/dreambooth/events.out.tfevents.1704937579.nonc71kxwd.144.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91239dccd8dfc91ebdf50129632748b5b8e97eb703c907b51c91af3da593e176
|
3 |
+
size 83786
|
text_encoder/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1361596304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b16377b86fbf6be57291e4f28ada1e65403741c0cea96c88ee05f3bc7c279df3
|
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:83a069f2460294823098a9b42e3af772761625d465845dd87abbdc11c6cf71dd
|
3 |
size 3463726504
|