Additional 8k training iter
Browse files- args.json +6 -6
- samples/0.png +0 -0
- samples/1.png +0 -0
- samples/2.png +0 -0
- samples/3.png +0 -0
- text_encoder/config.json +1 -1
- text_encoder/pytorch_model.bin +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
args.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"pretrained_model_name_or_path": "
|
3 |
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
4 |
"revision": null,
|
5 |
"tokenizer_name": null,
|
@@ -15,7 +15,7 @@
|
|
15 |
"pad_tokens": false,
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
-
"num_class_images":
|
19 |
"output_dir": "/content/drive/MyDrive/pachutorresart_diffusion_weights/zwx",
|
20 |
"seed": 1337,
|
21 |
"resolution": 512,
|
@@ -23,11 +23,11 @@
|
|
23 |
"train_text_encoder": true,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
-
"num_train_epochs":
|
27 |
"max_train_steps": 8000,
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": false,
|
30 |
-
"learning_rate":
|
31 |
"scale_lr": false,
|
32 |
"lr_scheduler": "polynomial",
|
33 |
"lr_warmup_steps": 0,
|
@@ -51,9 +51,9 @@
|
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
"instance_prompt": "pachutorresart style",
|
54 |
-
"class_prompt": "
|
55 |
"instance_data_dir": "/content/data/pachutorresart",
|
56 |
-
"class_data_dir": "/content/data/
|
57 |
}
|
58 |
]
|
59 |
}
|
|
|
1 |
{
|
2 |
+
"pretrained_model_name_or_path": "MHesho/pachuto-diffusion",
|
3 |
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
4 |
"revision": null,
|
5 |
"tokenizer_name": null,
|
|
|
15 |
"pad_tokens": false,
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
+
"num_class_images": 2000,
|
19 |
"output_dir": "/content/drive/MyDrive/pachutorresart_diffusion_weights/zwx",
|
20 |
"seed": 1337,
|
21 |
"resolution": 512,
|
|
|
23 |
"train_text_encoder": true,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
+
"num_train_epochs": 4,
|
27 |
"max_train_steps": 8000,
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": false,
|
30 |
+
"learning_rate": 1e-06,
|
31 |
"scale_lr": false,
|
32 |
"lr_scheduler": "polynomial",
|
33 |
"lr_warmup_steps": 0,
|
|
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
"instance_prompt": "pachutorresart style",
|
54 |
+
"class_prompt": "style",
|
55 |
"instance_data_dir": "/content/data/pachutorresart",
|
56 |
+
"class_data_dir": "/content/data/style"
|
57 |
}
|
58 |
]
|
59 |
}
|
samples/0.png
CHANGED
samples/1.png
CHANGED
samples/2.png
CHANGED
samples/3.png
CHANGED
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "MHesho/pachuto-diffusion",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
text_encoder/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492309793
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e3cdf83e3f54542c056d978c1dd64a9b63f639d7aa9720777d21f495d8150d6
|
3 |
size 492309793
|
tokenizer/tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
-
"name_or_path": "/root/.cache/huggingface/diffusers/models--
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
+
"name_or_path": "/root/.cache/huggingface/diffusers/models--MHesho--pachuto-diffusion/snapshots/2400c90c42fef3e8418ca186a55bfbf4a0ee78bf/tokenizer",
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
-
"_name_or_path": "
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": 8,
|
7 |
"block_out_channels": [
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.9.0",
|
4 |
+
"_name_or_path": "MHesho/pachuto-diffusion",
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": 8,
|
7 |
"block_out_channels": [
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438375973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a80ac4686dc6ce976e97fd0c16616ab7f73d4c1a6f56080fb8aebac2f8129fd5
|
3 |
size 3438375973
|