Upload with huggingface_hub
Browse files- feature_extractor/preprocessor_config.json +20 -0
- logs/dreambooth/1668228929.8212972/events.out.tfevents.1668228929.129-213-20-178.67242.1 +3 -0
- logs/dreambooth/1668228929.822885/hparams.yml +37 -0
- logs/dreambooth/1668229013.7750401/events.out.tfevents.1668229013.129-213-20-178.67396.1 +3 -0
- logs/dreambooth/1668229013.7767012/hparams.yml +37 -0
- logs/dreambooth/1668229554.4942813/events.out.tfevents.1668229554.129-213-20-178.68026.1 +3 -0
- logs/dreambooth/1668229554.4959426/hparams.yml +37 -0
- logs/dreambooth/1668229672.308375/events.out.tfevents.1668229672.129-213-20-178.68185.1 +3 -0
- logs/dreambooth/1668229672.3099737/hparams.yml +37 -0
- logs/dreambooth/1668229951.2243059/events.out.tfevents.1668229951.129-213-20-178.68348.1 +3 -0
- logs/dreambooth/1668229951.2258258/hparams.yml +37 -0
- logs/dreambooth/1668230170.0935729/events.out.tfevents.1668230170.129-213-20-178.68514.1 +3 -0
- logs/dreambooth/1668230170.095045/hparams.yml +37 -0
- logs/dreambooth/1668233957.3995402/events.out.tfevents.1668233957.129-213-20-178.69296.1 +3 -0
- logs/dreambooth/1668233957.401215/hparams.yml +37 -0
- logs/dreambooth/1668234020.2634335/events.out.tfevents.1668234020.129-213-20-178.69451.1 +3 -0
- logs/dreambooth/1668234020.2648976/hparams.yml +37 -0
- logs/dreambooth/1668234086.8905592/events.out.tfevents.1668234086.129-213-20-178.69606.1 +3 -0
- logs/dreambooth/1668234086.8921838/hparams.yml +37 -0
- logs/dreambooth/1668234156.2383535/events.out.tfevents.1668234156.129-213-20-178.70122.1 +3 -0
- logs/dreambooth/1668234156.2401423/hparams.yml +37 -0
- logs/dreambooth/events.out.tfevents.1668228929.129-213-20-178.67242.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668229013.129-213-20-178.67396.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668229554.129-213-20-178.68026.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668229672.129-213-20-178.68185.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668229951.129-213-20-178.68348.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668230170.129-213-20-178.68514.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668233957.129-213-20-178.69296.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668234020.129-213-20-178.69451.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668234086.129-213-20-178.69606.0 +3 -0
- logs/dreambooth/events.out.tfevents.1668234156.129-213-20-178.70122.0 +3 -0
- model_index.json +32 -0
- safety_checker/config.json +179 -0
- safety_checker/pytorch_model.bin +3 -0
- scheduler/scheduler_config.json +12 -0
- text_encoder/config.json +25 -0
- text_encoder/pytorch_model.bin +3 -0
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +24 -0
- tokenizer/tokenizer_config.json +34 -0
- tokenizer/vocab.json +0 -0
- unet/config.json +37 -0
- unet/diffusion_pytorch_model.bin +3 -0
- vae/config.json +30 -0
- vae/diffusion_pytorch_model.bin +3 -0
feature_extractor/preprocessor_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 224,
|
3 |
+
"do_center_crop": true,
|
4 |
+
"do_convert_rgb": true,
|
5 |
+
"do_normalize": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"feature_extractor_type": "CLIPFeatureExtractor",
|
8 |
+
"image_mean": [
|
9 |
+
0.48145466,
|
10 |
+
0.4578275,
|
11 |
+
0.40821073
|
12 |
+
],
|
13 |
+
"image_std": [
|
14 |
+
0.26862954,
|
15 |
+
0.26130258,
|
16 |
+
0.27577711
|
17 |
+
],
|
18 |
+
"resample": 3,
|
19 |
+
"size": 224
|
20 |
+
}
|
logs/dreambooth/1668228929.8212972/events.out.tfevents.1668228929.129-213-20-178.67242.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c3b568ae4c94d2c5c11ae9c51bddafdcf6cf9f015ce48b9b6ca58e71053e787
|
3 |
+
size 1971
|
logs/dreambooth/1668228929.822885/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 8000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 17
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668229013.7750401/events.out.tfevents.1668229013.129-213-20-178.67396.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8fe9ce34e9d15249d8ef745f0682af47345677174c68cd8d38643c0d9428b3a
|
3 |
+
size 1971
|
logs/dreambooth/1668229013.7767012/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 8000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 17
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668229554.4942813/events.out.tfevents.1668229554.129-213-20-178.68026.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:637e110dc1bb8802473164ca84261a01f7b8c825dc43d88a4458d5254fd3d92d
|
3 |
+
size 1971
|
logs/dreambooth/1668229554.4959426/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 8000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 17
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668229672.308375/events.out.tfevents.1668229672.129-213-20-178.68185.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7af4195179eddd92ce9b7869adbe51c82c2f2957400481747dbf5d1203a3b784
|
3 |
+
size 1971
|
logs/dreambooth/1668229672.3099737/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 8000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 17
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668229951.2243059/events.out.tfevents.1668229951.129-213-20-178.68348.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09b98c7cb2997e127f362bc12402de1912aa77b62ee6b03bcc7ceddf446aea0b
|
3 |
+
size 1971
|
logs/dreambooth/1668229951.2258258/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 8000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 17
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668230170.0935729/events.out.tfevents.1668230170.129-213-20-178.68514.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b49897fbf5cb4aff2d663cb8ba1999fe5a989fbbbf63bc14ec3635f81e008fca
|
3 |
+
size 1971
|
logs/dreambooth/1668230170.095045/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 8000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 17
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668233957.3995402/events.out.tfevents.1668233957.129-213-20-178.69296.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20651bd3147524157abd6822f0776322a8456027dc3c91f96be5e290da079b13
|
3 |
+
size 1971
|
logs/dreambooth/1668233957.401215/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 4000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 9
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668234020.2634335/events.out.tfevents.1668234020.129-213-20-178.69451.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98cec3de8dde6a7479c4e1f2b7ffcf39931149bf7c1bad0ba377239770eb7dea
|
3 |
+
size 1971
|
logs/dreambooth/1668234020.2648976/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 2000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 5
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668234086.8905592/events.out.tfevents.1668234086.129-213-20-178.69606.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c01d328c1956e015f30caf4eed54b4ff132bae8c047e978d6c61f9eef858afb6
|
3 |
+
size 1971
|
logs/dreambooth/1668234086.8921838/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 2000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 5
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/1668234156.2383535/events.out.tfevents.1668234156.129-213-20-178.70122.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c1ab65309575dcb7e8e3e4d3e3db8d7778eab749ac5c4e2382a4ac717a25e37
|
3 |
+
size 1971
|
logs/dreambooth/1668234156.2401423/hparams.yml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
center_crop: false
|
6 |
+
class_data_dir: NGA_Art/artdata
|
7 |
+
class_prompt: a beautiful painting
|
8 |
+
gradient_accumulation_steps: 1
|
9 |
+
gradient_checkpointing: true
|
10 |
+
hub_model_id: null
|
11 |
+
hub_token: null
|
12 |
+
instance_data_dir: NGA_Art/paintings
|
13 |
+
instance_prompt: a painting in the style of sks
|
14 |
+
learning_rate: 2.0e-06
|
15 |
+
local_rank: -1
|
16 |
+
logging_dir: logs
|
17 |
+
lr_scheduler: constant
|
18 |
+
lr_warmup_steps: 0
|
19 |
+
max_grad_norm: 1.0
|
20 |
+
max_train_steps: 2000
|
21 |
+
mixed_precision: 'no'
|
22 |
+
num_class_images: 200
|
23 |
+
num_train_epochs: 5
|
24 |
+
output_dir: NGADreamBooth/
|
25 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
26 |
+
prior_loss_weight: 1.0
|
27 |
+
push_to_hub: false
|
28 |
+
resolution: 512
|
29 |
+
revision: null
|
30 |
+
sample_batch_size: 4
|
31 |
+
scale_lr: false
|
32 |
+
seed: null
|
33 |
+
tokenizer_name: null
|
34 |
+
train_batch_size: 1
|
35 |
+
train_text_encoder: true
|
36 |
+
use_8bit_adam: false
|
37 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1668228929.129-213-20-178.67242.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1ce9e859e8154b78201eb027012914a57c95884472288b3785ebf33fc4c936d
|
3 |
+
size 40
|
logs/dreambooth/events.out.tfevents.1668229013.129-213-20-178.67396.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cf57cbf3630f41dcead4ddcf3ddbe6727d9a1fc362efc40a260df6df0b29227
|
3 |
+
size 40
|
logs/dreambooth/events.out.tfevents.1668229554.129-213-20-178.68026.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df6ba3468d9370b534818409b2bc8a0ce377ce4b0c513420ed72deec9984824
|
3 |
+
size 2992
|
logs/dreambooth/events.out.tfevents.1668229672.129-213-20-178.68185.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac0eaf0330b7afb54bff7804c2bfe028d6f23e52eb49215579f901cd8abda23a
|
3 |
+
size 7010
|
logs/dreambooth/events.out.tfevents.1668229951.129-213-20-178.68348.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0edb7b0604ef1a5b2baeaf5ed13d5f66d8fea5dd769aaebca28ba9a1c06c254a
|
3 |
+
size 15242
|
logs/dreambooth/events.out.tfevents.1668230170.129-213-20-178.68514.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:265e7260d2204843b885f5987c2d1dbabaeb29dfb6d7bf5a42df2891aa146da0
|
3 |
+
size 504122
|
logs/dreambooth/events.out.tfevents.1668233957.129-213-20-178.69296.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce72fcb13c88e186b17e343dc6e8e6267c277e44befcef2423f7b4ead869d192
|
3 |
+
size 6190
|
logs/dreambooth/events.out.tfevents.1668234020.129-213-20-178.69451.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:100c5011d181259b31946baea3e67a45a93d38fd242c9c745cc0d30806771884
|
3 |
+
size 6764
|
logs/dreambooth/events.out.tfevents.1668234086.129-213-20-178.69606.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab8de8cdf01ed9edcdccaa9743f36d08f828bef6fe90ceb99492e16c9ff9ce0f
|
3 |
+
size 204
|
logs/dreambooth/events.out.tfevents.1668234156.129-213-20-178.70122.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e2ae7baa0c240bc0d7975152dc4545bb4df81f2085510fa81a97c317ded02f8
|
3 |
+
size 167786
|
model_index.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.7.2",
|
4 |
+
"feature_extractor": [
|
5 |
+
"transformers",
|
6 |
+
"CLIPFeatureExtractor"
|
7 |
+
],
|
8 |
+
"safety_checker": [
|
9 |
+
"stable_diffusion",
|
10 |
+
"StableDiffusionSafetyChecker"
|
11 |
+
],
|
12 |
+
"scheduler": [
|
13 |
+
"diffusers",
|
14 |
+
"PNDMScheduler"
|
15 |
+
],
|
16 |
+
"text_encoder": [
|
17 |
+
"transformers",
|
18 |
+
"CLIPTextModel"
|
19 |
+
],
|
20 |
+
"tokenizer": [
|
21 |
+
"transformers",
|
22 |
+
"CLIPTokenizer"
|
23 |
+
],
|
24 |
+
"unet": [
|
25 |
+
"diffusers",
|
26 |
+
"UNet2DConditionModel"
|
27 |
+
],
|
28 |
+
"vae": [
|
29 |
+
"diffusers",
|
30 |
+
"AutoencoderKL"
|
31 |
+
]
|
32 |
+
}
|
safety_checker/config.json
ADDED
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "58d8a4feb684ed50f1cce240e0bb6fe1fc02c8f0",
|
3 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/diffusers/models--runwayml--stable-diffusion-v1-5/snapshots/58d8a4feb684ed50f1cce240e0bb6fe1fc02c8f0/safety_checker",
|
4 |
+
"architectures": [
|
5 |
+
"StableDiffusionSafetyChecker"
|
6 |
+
],
|
7 |
+
"initializer_factor": 1.0,
|
8 |
+
"logit_scale_init_value": 2.6592,
|
9 |
+
"model_type": "clip",
|
10 |
+
"projection_dim": 768,
|
11 |
+
"text_config": {
|
12 |
+
"_name_or_path": "",
|
13 |
+
"add_cross_attention": false,
|
14 |
+
"architectures": null,
|
15 |
+
"attention_dropout": 0.0,
|
16 |
+
"bad_words_ids": null,
|
17 |
+
"begin_suppress_tokens": null,
|
18 |
+
"bos_token_id": 0,
|
19 |
+
"chunk_size_feed_forward": 0,
|
20 |
+
"cross_attention_hidden_size": null,
|
21 |
+
"decoder_start_token_id": null,
|
22 |
+
"diversity_penalty": 0.0,
|
23 |
+
"do_sample": false,
|
24 |
+
"dropout": 0.0,
|
25 |
+
"early_stopping": false,
|
26 |
+
"encoder_no_repeat_ngram_size": 0,
|
27 |
+
"eos_token_id": 2,
|
28 |
+
"exponential_decay_length_penalty": null,
|
29 |
+
"finetuning_task": null,
|
30 |
+
"forced_bos_token_id": null,
|
31 |
+
"forced_eos_token_id": null,
|
32 |
+
"hidden_act": "quick_gelu",
|
33 |
+
"hidden_size": 768,
|
34 |
+
"id2label": {
|
35 |
+
"0": "LABEL_0",
|
36 |
+
"1": "LABEL_1"
|
37 |
+
},
|
38 |
+
"initializer_factor": 1.0,
|
39 |
+
"initializer_range": 0.02,
|
40 |
+
"intermediate_size": 3072,
|
41 |
+
"is_decoder": false,
|
42 |
+
"is_encoder_decoder": false,
|
43 |
+
"label2id": {
|
44 |
+
"LABEL_0": 0,
|
45 |
+
"LABEL_1": 1
|
46 |
+
},
|
47 |
+
"layer_norm_eps": 1e-05,
|
48 |
+
"length_penalty": 1.0,
|
49 |
+
"max_length": 20,
|
50 |
+
"max_position_embeddings": 77,
|
51 |
+
"min_length": 0,
|
52 |
+
"model_type": "clip_text_model",
|
53 |
+
"no_repeat_ngram_size": 0,
|
54 |
+
"num_attention_heads": 12,
|
55 |
+
"num_beam_groups": 1,
|
56 |
+
"num_beams": 1,
|
57 |
+
"num_hidden_layers": 12,
|
58 |
+
"num_return_sequences": 1,
|
59 |
+
"output_attentions": false,
|
60 |
+
"output_hidden_states": false,
|
61 |
+
"output_scores": false,
|
62 |
+
"pad_token_id": 1,
|
63 |
+
"prefix": null,
|
64 |
+
"problem_type": null,
|
65 |
+
"pruned_heads": {},
|
66 |
+
"remove_invalid_values": false,
|
67 |
+
"repetition_penalty": 1.0,
|
68 |
+
"return_dict": true,
|
69 |
+
"return_dict_in_generate": false,
|
70 |
+
"sep_token_id": null,
|
71 |
+
"suppress_tokens": null,
|
72 |
+
"task_specific_params": null,
|
73 |
+
"temperature": 1.0,
|
74 |
+
"tf_legacy_loss": false,
|
75 |
+
"tie_encoder_decoder": false,
|
76 |
+
"tie_word_embeddings": true,
|
77 |
+
"tokenizer_class": null,
|
78 |
+
"top_k": 50,
|
79 |
+
"top_p": 1.0,
|
80 |
+
"torch_dtype": null,
|
81 |
+
"torchscript": false,
|
82 |
+
"transformers_version": "4.24.0",
|
83 |
+
"typical_p": 1.0,
|
84 |
+
"use_bfloat16": false,
|
85 |
+
"vocab_size": 49408
|
86 |
+
},
|
87 |
+
"text_config_dict": {
|
88 |
+
"hidden_size": 768,
|
89 |
+
"intermediate_size": 3072,
|
90 |
+
"num_attention_heads": 12,
|
91 |
+
"num_hidden_layers": 12
|
92 |
+
},
|
93 |
+
"torch_dtype": "float32",
|
94 |
+
"transformers_version": null,
|
95 |
+
"vision_config": {
|
96 |
+
"_name_or_path": "",
|
97 |
+
"add_cross_attention": false,
|
98 |
+
"architectures": null,
|
99 |
+
"attention_dropout": 0.0,
|
100 |
+
"bad_words_ids": null,
|
101 |
+
"begin_suppress_tokens": null,
|
102 |
+
"bos_token_id": null,
|
103 |
+
"chunk_size_feed_forward": 0,
|
104 |
+
"cross_attention_hidden_size": null,
|
105 |
+
"decoder_start_token_id": null,
|
106 |
+
"diversity_penalty": 0.0,
|
107 |
+
"do_sample": false,
|
108 |
+
"dropout": 0.0,
|
109 |
+
"early_stopping": false,
|
110 |
+
"encoder_no_repeat_ngram_size": 0,
|
111 |
+
"eos_token_id": null,
|
112 |
+
"exponential_decay_length_penalty": null,
|
113 |
+
"finetuning_task": null,
|
114 |
+
"forced_bos_token_id": null,
|
115 |
+
"forced_eos_token_id": null,
|
116 |
+
"hidden_act": "quick_gelu",
|
117 |
+
"hidden_size": 1024,
|
118 |
+
"id2label": {
|
119 |
+
"0": "LABEL_0",
|
120 |
+
"1": "LABEL_1"
|
121 |
+
},
|
122 |
+
"image_size": 224,
|
123 |
+
"initializer_factor": 1.0,
|
124 |
+
"initializer_range": 0.02,
|
125 |
+
"intermediate_size": 4096,
|
126 |
+
"is_decoder": false,
|
127 |
+
"is_encoder_decoder": false,
|
128 |
+
"label2id": {
|
129 |
+
"LABEL_0": 0,
|
130 |
+
"LABEL_1": 1
|
131 |
+
},
|
132 |
+
"layer_norm_eps": 1e-05,
|
133 |
+
"length_penalty": 1.0,
|
134 |
+
"max_length": 20,
|
135 |
+
"min_length": 0,
|
136 |
+
"model_type": "clip_vision_model",
|
137 |
+
"no_repeat_ngram_size": 0,
|
138 |
+
"num_attention_heads": 16,
|
139 |
+
"num_beam_groups": 1,
|
140 |
+
"num_beams": 1,
|
141 |
+
"num_channels": 3,
|
142 |
+
"num_hidden_layers": 24,
|
143 |
+
"num_return_sequences": 1,
|
144 |
+
"output_attentions": false,
|
145 |
+
"output_hidden_states": false,
|
146 |
+
"output_scores": false,
|
147 |
+
"pad_token_id": null,
|
148 |
+
"patch_size": 14,
|
149 |
+
"prefix": null,
|
150 |
+
"problem_type": null,
|
151 |
+
"pruned_heads": {},
|
152 |
+
"remove_invalid_values": false,
|
153 |
+
"repetition_penalty": 1.0,
|
154 |
+
"return_dict": true,
|
155 |
+
"return_dict_in_generate": false,
|
156 |
+
"sep_token_id": null,
|
157 |
+
"suppress_tokens": null,
|
158 |
+
"task_specific_params": null,
|
159 |
+
"temperature": 1.0,
|
160 |
+
"tf_legacy_loss": false,
|
161 |
+
"tie_encoder_decoder": false,
|
162 |
+
"tie_word_embeddings": true,
|
163 |
+
"tokenizer_class": null,
|
164 |
+
"top_k": 50,
|
165 |
+
"top_p": 1.0,
|
166 |
+
"torch_dtype": null,
|
167 |
+
"torchscript": false,
|
168 |
+
"transformers_version": "4.24.0",
|
169 |
+
"typical_p": 1.0,
|
170 |
+
"use_bfloat16": false
|
171 |
+
},
|
172 |
+
"vision_config_dict": {
|
173 |
+
"hidden_size": 1024,
|
174 |
+
"intermediate_size": 4096,
|
175 |
+
"num_attention_heads": 16,
|
176 |
+
"num_hidden_layers": 24,
|
177 |
+
"patch_size": 14
|
178 |
+
}
|
179 |
+
}
|
safety_checker/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:193490b58ef62739077262e833bf091c66c29488058681ac25cf7df3d8190974
|
3 |
+
size 1216061799
|
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "PNDMScheduler",
|
3 |
+
"_diffusers_version": "0.7.2",
|
4 |
+
"beta_end": 0.012,
|
5 |
+
"beta_schedule": "scaled_linear",
|
6 |
+
"beta_start": 0.00085,
|
7 |
+
"num_train_timesteps": 1000,
|
8 |
+
"set_alpha_to_one": false,
|
9 |
+
"skip_prk_steps": true,
|
10 |
+
"steps_offset": 1,
|
11 |
+
"trained_betas": null
|
12 |
+
}
|
text_encoder/config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "runwayml/stable-diffusion-v1-5",
|
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": "quick_gelu",
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_factor": 1.0,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 77,
|
17 |
+
"model_type": "clip_text_model",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"projection_dim": 768,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.24.0",
|
24 |
+
"vocab_size": 49408
|
25 |
+
}
|
text_encoder/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f6463e00ae16fe5fd3806c082d9e6b7c32043e77ddd62fe4973016fadf2471c
|
3 |
+
size 492308087
|
tokenizer/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer/special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|startoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer/tokenizer_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<|startoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"do_lower_case": true,
|
12 |
+
"eos_token": {
|
13 |
+
"__type": "AddedToken",
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"errors": "replace",
|
21 |
+
"model_max_length": 77,
|
22 |
+
"name_or_path": "/home/ubuntu/.cache/huggingface/diffusers/models--runwayml--stable-diffusion-v1-5/snapshots/58d8a4feb684ed50f1cce240e0bb6fe1fc02c8f0/tokenizer",
|
23 |
+
"pad_token": "<|endoftext|>",
|
24 |
+
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
+
"tokenizer_class": "CLIPTokenizer",
|
26 |
+
"unk_token": {
|
27 |
+
"__type": "AddedToken",
|
28 |
+
"content": "<|endoftext|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false
|
33 |
+
}
|
34 |
+
}
|
tokenizer/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
unet/config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.7.2",
|
4 |
+
"_name_or_path": "runwayml/stable-diffusion-v1-5",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"block_out_channels": [
|
8 |
+
320,
|
9 |
+
640,
|
10 |
+
1280,
|
11 |
+
1280
|
12 |
+
],
|
13 |
+
"center_input_sample": false,
|
14 |
+
"cross_attention_dim": 768,
|
15 |
+
"down_block_types": [
|
16 |
+
"CrossAttnDownBlock2D",
|
17 |
+
"CrossAttnDownBlock2D",
|
18 |
+
"CrossAttnDownBlock2D",
|
19 |
+
"DownBlock2D"
|
20 |
+
],
|
21 |
+
"downsample_padding": 1,
|
22 |
+
"flip_sin_to_cos": true,
|
23 |
+
"freq_shift": 0,
|
24 |
+
"in_channels": 4,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_scale_factor": 1,
|
27 |
+
"norm_eps": 1e-05,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"out_channels": 4,
|
30 |
+
"sample_size": 64,
|
31 |
+
"up_block_types": [
|
32 |
+
"UpBlock2D",
|
33 |
+
"CrossAttnUpBlock2D",
|
34 |
+
"CrossAttnUpBlock2D",
|
35 |
+
"CrossAttnUpBlock2D"
|
36 |
+
]
|
37 |
+
}
|
unet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fc672fa580ad367de39e930edc6fb943671d89550f230f100ab25cd5d5af3a1
|
3 |
+
size 3438364325
|
vae/config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.7.2",
|
4 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/diffusers/models--runwayml--stable-diffusion-v1-5/snapshots/58d8a4feb684ed50f1cce240e0bb6fe1fc02c8f0/vae",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512
|
11 |
+
],
|
12 |
+
"down_block_types": [
|
13 |
+
"DownEncoderBlock2D",
|
14 |
+
"DownEncoderBlock2D",
|
15 |
+
"DownEncoderBlock2D",
|
16 |
+
"DownEncoderBlock2D"
|
17 |
+
],
|
18 |
+
"in_channels": 3,
|
19 |
+
"latent_channels": 4,
|
20 |
+
"layers_per_block": 2,
|
21 |
+
"norm_num_groups": 32,
|
22 |
+
"out_channels": 3,
|
23 |
+
"sample_size": 512,
|
24 |
+
"up_block_types": [
|
25 |
+
"UpDecoderBlock2D",
|
26 |
+
"UpDecoderBlock2D",
|
27 |
+
"UpDecoderBlock2D",
|
28 |
+
"UpDecoderBlock2D"
|
29 |
+
]
|
30 |
+
}
|
vae/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b134cded8eb78b184aefb8805b6b572f36fa77b255c483665dda931fa0130c5
|
3 |
+
size 334707217
|