stable-diffusion-inpainting 7200 steps
Browse files- args.json +10 -8
- samples/0.png +0 -0
- samples/1.png +0 -0
- samples/2.png +0 -0
- samples/3.png +0 -0
- text_encoder/pytorch_model.bin +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
args.json
CHANGED
@@ -1,28 +1,30 @@
|
|
1 |
{
|
2 |
"pretrained_model_name_or_path": "runwayml/stable-diffusion-inpainting",
|
3 |
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
|
|
4 |
"tokenizer_name": null,
|
5 |
"instance_data_dir": null,
|
6 |
"class_data_dir": null,
|
7 |
"instance_prompt": null,
|
8 |
"class_prompt": null,
|
9 |
-
"save_sample_prompt": "
|
10 |
"save_sample_negative_prompt": null,
|
11 |
"n_save_sample": 4,
|
12 |
"save_guidance_scale": 7.5,
|
13 |
"save_infer_steps": 50,
|
14 |
-
"
|
|
|
15 |
"prior_loss_weight": 1.0,
|
16 |
"num_class_images": 50,
|
17 |
-
"output_dir": "
|
18 |
-
"seed":
|
19 |
"resolution": 512,
|
20 |
-
"center_crop":
|
21 |
"train_text_encoder": true,
|
22 |
"train_batch_size": 1,
|
23 |
"sample_batch_size": 4,
|
24 |
-
"num_train_epochs":
|
25 |
-
"max_train_steps":
|
26 |
"gradient_accumulation_steps": 1,
|
27 |
"gradient_checkpointing": false,
|
28 |
"learning_rate": 1e-06,
|
@@ -43,7 +45,7 @@
|
|
43 |
"save_interval": 2400,
|
44 |
"save_min_steps": 0,
|
45 |
"mixed_precision": "fp16",
|
46 |
-
"not_cache_latents":
|
47 |
"local_rank": -1,
|
48 |
"concepts_list": [
|
49 |
{
|
|
|
1 |
{
|
2 |
"pretrained_model_name_or_path": "runwayml/stable-diffusion-inpainting",
|
3 |
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
4 |
+
"revision": "fp16",
|
5 |
"tokenizer_name": null,
|
6 |
"instance_data_dir": null,
|
7 |
"class_data_dir": null,
|
8 |
"instance_prompt": null,
|
9 |
"class_prompt": null,
|
10 |
+
"save_sample_prompt": "photo of woman wearing sks bikini",
|
11 |
"save_sample_negative_prompt": null,
|
12 |
"n_save_sample": 4,
|
13 |
"save_guidance_scale": 7.5,
|
14 |
"save_infer_steps": 50,
|
15 |
+
"pad_tokens": true,
|
16 |
+
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
"num_class_images": 50,
|
19 |
+
"output_dir": "/home/fant/repos/shiv-diffusers/output/model",
|
20 |
+
"seed": 3434554,
|
21 |
"resolution": 512,
|
22 |
+
"center_crop": false,
|
23 |
"train_text_encoder": true,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
+
"num_train_epochs": 24,
|
27 |
+
"max_train_steps": 7200,
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": false,
|
30 |
"learning_rate": 1e-06,
|
|
|
45 |
"save_interval": 2400,
|
46 |
"save_min_steps": 0,
|
47 |
"mixed_precision": "fp16",
|
48 |
+
"not_cache_latents": true,
|
49 |
"local_rank": -1,
|
50 |
"concepts_list": [
|
51 |
{
|
samples/0.png
ADDED
samples/1.png
ADDED
samples/2.png
ADDED
samples/3.png
ADDED
text_encoder/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492308087
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8238a78c3f33f73344b7d9a382a4ab95249971bc2aa63393494db6a6b32b559d
|
3 |
size 492308087
|
tokenizer/tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
-
"name_or_path": "/home/fant/.cache/huggingface/diffusers/models--runwayml--stable-diffusion-inpainting/snapshots/
|
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": "/home/fant/.cache/huggingface/diffusers/models--runwayml--stable-diffusion-inpainting/snapshots/1855202d3acfad9fd7e30e39d06b771d4b859a18/tokenizer",
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438421925
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4f021b0967405f639140680bcbcceeaf690b60c353ea2f122fa8ea2d70e0e67
|
3 |
size 3438421925
|