File size: 2,371 Bytes
d7b2de0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
    "adam_beta1": 0.9,
    "adam_beta2": 0.999,
    "adam_epsilon": 1e-08,
    "adam_weight_decay": 0.01,
    "attention": "xformers",
    "center_crop": false,
    "concepts_path": "",
    "gradient_accumulation_steps": 1,
    "gradient_checkpointing": true,
    "half_model": false,
    "hflip": true,
    "learning_rate": 1.72e-06,
    "lr_scheduler": "cosine_with_restarts",
    "lr_warmup_steps": 20,
    "max_grad_norm": 1,
    "max_token_length": 75,
    "max_train_steps": 3000,
    "mixed_precision": "fp16",
    "model_dir": "/workspace/stable-diffusion-webui/models/dreambooth/GallyThree",
    "model_name": "GallyThree",
    "not_cache_latents": true,
    "num_train_epochs": 60,
    "pad_tokens": true,
    "pretrained_model_name_or_path": "/workspace/stable-diffusion-webui/models/dreambooth/GallyThree/working",
    "pretrained_vae_name_or_path": null,
    "prior_loss_weight": 1,
    "resolution": 768,
    "revision": 6000,
    "sample_batch_size": 1,
    "save_class_txt": false,
    "save_embedding_every": 5000,
    "save_preview_every": 5000,
    "scale_lr": true,
    "src": "/workspace/stable-diffusion-webui/models/Stable-diffusion/768-v-ema.ckpt",
    "train_batch_size": 1,
    "train_text_encoder": true,
    "use_8bit_adam": true,
    "use_concepts": false,
    "use_cpu": false,
    "use_ema": true,
    "scheduler": "ddim",
    "v2": true,
    "has_ema": "True",
    "concepts_list": [
        {
            "max_steps": -1,
            "instance_data_dir": "/workspace/go",
            "class_data_dir": "/workspace/women_anime",
            "file_prompt_contents": "Instance Token + Class Token + Description",
            "instance_prompt": "a picture of Gally woman, [filewords]",
            "class_prompt": "a picture of a woman",
            "save_sample_prompt": "a wallpaper of Gally in a cyberpunk city",
            "save_sample_template": "",
            "instance_token": "Gally",
            "class_token": "woman",
            "num_class_images": 5200,
            "class_negative_prompt": "",
            "class_guidance_scale": 7.5,
            "class_infer_steps": 40,
            "save_sample_negative_prompt": "manga, ugly, boring",
            "n_save_sample": 1,
            "sample_seed": -1,
            "save_guidance_scale": 7.5,
            "save_infer_steps": 40
        }
    ],
    "lifetime_revision": 6000
}