Commit
·
4bb8b70
1
Parent(s):
72f6013
Upload db_config.json with huggingface_hub
Browse files- db_config.json +20 -20
db_config.json
CHANGED
@@ -7,32 +7,32 @@
|
|
7 |
"center_crop": false,
|
8 |
"concepts_path": "",
|
9 |
"gradient_accumulation_steps": 1,
|
10 |
-
"gradient_checkpointing":
|
11 |
-
"half_model":
|
12 |
"hflip": true,
|
13 |
"learning_rate": 1.72e-06,
|
14 |
"lr_scheduler": "cosine_with_restarts",
|
15 |
"lr_warmup_steps": 20,
|
16 |
"max_grad_norm": 1,
|
17 |
"max_token_length": 75,
|
18 |
-
"max_train_steps":
|
19 |
"mixed_precision": "fp16",
|
20 |
-
"model_dir": "/workspace/stable-diffusion-webui/models/dreambooth/
|
21 |
-
"model_name": "
|
22 |
"not_cache_latents": true,
|
23 |
-
"num_train_epochs":
|
24 |
"pad_tokens": true,
|
25 |
-
"pretrained_model_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/
|
26 |
"pretrained_vae_name_or_path": null,
|
27 |
"prior_loss_weight": 1,
|
28 |
"resolution": 768,
|
29 |
-
"revision":
|
30 |
"sample_batch_size": 1,
|
31 |
"save_class_txt": false,
|
32 |
-
"save_embedding_every":
|
33 |
-
"save_preview_every":
|
34 |
"scale_lr": true,
|
35 |
-
"src": "/workspace/stable-diffusion-webui/models/Stable-diffusion/
|
36 |
"train_batch_size": 1,
|
37 |
"train_text_encoder": true,
|
38 |
"use_8bit_adam": true,
|
@@ -48,22 +48,22 @@
|
|
48 |
"instance_data_dir": "/workspace/go",
|
49 |
"class_data_dir": "/workspace/women_anime",
|
50 |
"file_prompt_contents": "Instance Token + Class Token + Description",
|
51 |
-
"instance_prompt": "a
|
52 |
-
"class_prompt": "a
|
53 |
-
"save_sample_prompt": "
|
54 |
"save_sample_template": "",
|
55 |
"instance_token": "Gally",
|
56 |
"class_token": "woman",
|
57 |
"num_class_images": 5200,
|
58 |
"class_negative_prompt": "",
|
59 |
-
"class_guidance_scale":
|
60 |
-
"class_infer_steps":
|
61 |
-
"save_sample_negative_prompt": "
|
62 |
"n_save_sample": 1,
|
63 |
"sample_seed": -1,
|
64 |
-
"save_guidance_scale":
|
65 |
-
"save_infer_steps":
|
66 |
}
|
67 |
],
|
68 |
-
"lifetime_revision":
|
69 |
}
|
|
|
7 |
"center_crop": false,
|
8 |
"concepts_path": "",
|
9 |
"gradient_accumulation_steps": 1,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"half_model": true,
|
12 |
"hflip": true,
|
13 |
"learning_rate": 1.72e-06,
|
14 |
"lr_scheduler": "cosine_with_restarts",
|
15 |
"lr_warmup_steps": 20,
|
16 |
"max_grad_norm": 1,
|
17 |
"max_token_length": 75,
|
18 |
+
"max_train_steps": 1,
|
19 |
"mixed_precision": "fp16",
|
20 |
+
"model_dir": "/workspace/stable-diffusion-webui/models/dreambooth/GallyFive",
|
21 |
+
"model_name": "GallyFive",
|
22 |
"not_cache_latents": true,
|
23 |
+
"num_train_epochs": 1,
|
24 |
"pad_tokens": true,
|
25 |
+
"pretrained_model_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/GallyFive/working",
|
26 |
"pretrained_vae_name_or_path": null,
|
27 |
"prior_loss_weight": 1,
|
28 |
"resolution": 768,
|
29 |
+
"revision": 10001,
|
30 |
"sample_batch_size": 1,
|
31 |
"save_class_txt": false,
|
32 |
+
"save_embedding_every": 3000,
|
33 |
+
"save_preview_every": 3000,
|
34 |
"scale_lr": true,
|
35 |
+
"src": "/workspace/stable-diffusion-webui/models/Stable-diffusion/v2-1_768-ema-pruned.ckpt",
|
36 |
"train_batch_size": 1,
|
37 |
"train_text_encoder": true,
|
38 |
"use_8bit_adam": true,
|
|
|
48 |
"instance_data_dir": "/workspace/go",
|
49 |
"class_data_dir": "/workspace/women_anime",
|
50 |
"file_prompt_contents": "Instance Token + Class Token + Description",
|
51 |
+
"instance_prompt": " a photo of Gally woman, [filewords]",
|
52 |
+
"class_prompt": " a photo of a woman ",
|
53 |
+
"save_sample_prompt": "",
|
54 |
"save_sample_template": "",
|
55 |
"instance_token": "Gally",
|
56 |
"class_token": "woman",
|
57 |
"num_class_images": 5200,
|
58 |
"class_negative_prompt": "",
|
59 |
+
"class_guidance_scale": 5,
|
60 |
+
"class_infer_steps": 10,
|
61 |
+
"save_sample_negative_prompt": "",
|
62 |
"n_save_sample": 1,
|
63 |
"sample_seed": -1,
|
64 |
+
"save_guidance_scale": 5,
|
65 |
+
"save_infer_steps": 10
|
66 |
}
|
67 |
],
|
68 |
+
"lifetime_revision": 10001
|
69 |
}
|