musicakamusic commited on
Commit
d7b2de0
·
1 Parent(s): 240b65d

Upload db_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. db_config.json +69 -0
db_config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adam_beta1": 0.9,
3
+ "adam_beta2": 0.999,
4
+ "adam_epsilon": 1e-08,
5
+ "adam_weight_decay": 0.01,
6
+ "attention": "xformers",
7
+ "center_crop": false,
8
+ "concepts_path": "",
9
+ "gradient_accumulation_steps": 1,
10
+ "gradient_checkpointing": true,
11
+ "half_model": false,
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": 3000,
19
+ "mixed_precision": "fp16",
20
+ "model_dir": "/workspace/stable-diffusion-webui/models/dreambooth/GallyThree",
21
+ "model_name": "GallyThree",
22
+ "not_cache_latents": true,
23
+ "num_train_epochs": 60,
24
+ "pad_tokens": true,
25
+ "pretrained_model_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/GallyThree/working",
26
+ "pretrained_vae_name_or_path": null,
27
+ "prior_loss_weight": 1,
28
+ "resolution": 768,
29
+ "revision": 6000,
30
+ "sample_batch_size": 1,
31
+ "save_class_txt": false,
32
+ "save_embedding_every": 5000,
33
+ "save_preview_every": 5000,
34
+ "scale_lr": true,
35
+ "src": "/workspace/stable-diffusion-webui/models/Stable-diffusion/768-v-ema.ckpt",
36
+ "train_batch_size": 1,
37
+ "train_text_encoder": true,
38
+ "use_8bit_adam": true,
39
+ "use_concepts": false,
40
+ "use_cpu": false,
41
+ "use_ema": true,
42
+ "scheduler": "ddim",
43
+ "v2": true,
44
+ "has_ema": "True",
45
+ "concepts_list": [
46
+ {
47
+ "max_steps": -1,
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 picture of Gally woman, [filewords]",
52
+ "class_prompt": "a picture of a woman",
53
+ "save_sample_prompt": "a wallpaper of Gally in a cyberpunk city",
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": 7.5,
60
+ "class_infer_steps": 40,
61
+ "save_sample_negative_prompt": "manga, ugly, boring",
62
+ "n_save_sample": 1,
63
+ "sample_seed": -1,
64
+ "save_guidance_scale": 7.5,
65
+ "save_infer_steps": 40
66
+ }
67
+ ],
68
+ "lifetime_revision": 6000
69
+ }