Gally4k / db_config.json
musicakamusic's picture
Upload db_config.json with huggingface_hub
d7b2de0
raw
history blame
No virus
2.37 kB
{
"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
}