EveryDream2trainer/train.json

51 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"attn_type": "sdp",
"batch_size": 8,
"ckpt_every_n_minutes": null,
"clip_grad_norm": null,
"clip_skip": 0,
"cond_dropout": 0.04,
2023-09-18 14:12:51 -06:00
"data_root": "/mnt/q/training_samples/ff7r/man",
"disable_amp": false,
2023-01-03 13:10:57 -07:00
"disable_textenc_training": false,
"flip_p": 0.0,
"gpuid": 0,
"gradient_checkpointing": true,
"grad_accum": 1,
"logdir": "logs",
2023-01-03 13:10:57 -07:00
"log_step": 25,
"max_epochs": 40,
2023-01-15 20:07:37 -07:00
"notebook": false,
"optimizer_config": "optimizer.json",
2023-01-03 13:10:57 -07:00
"project_name": "project_abc",
"resolution": 512,
2023-09-05 16:04:05 -06:00
"resume_ckpt": "panopstor/EveryDream",
"run_name": null,
2023-01-03 13:10:57 -07:00
"sample_prompts": "sample_prompts.txt",
"sample_steps": 300,
"save_ckpt_dir": null,
"save_ckpts_from_n_epochs": 0,
2023-01-03 13:10:57 -07:00
"save_every_n_epochs": 20,
"save_optimizer": false,
"scale_lr": false,
"seed": 555,
2023-01-06 17:12:52 -07:00
"shuffle_tags": false,
2023-04-02 19:43:46 -06:00
"validation_config": "validation_default.json",
2023-01-03 13:10:57 -07:00
"wandb": false,
"write_schedule": false,
"rated_dataset": false,
"rated_dataset_target_dropout_percent": 50,
"zero_frequency_noise_ratio": 0.02,
"pyramid_noise_discount": null,
"enable_zero_terminal_snr": false,
"load_settings_every_epoch": false,
"min_snr_gamma": null,
"ema_decay_rate": null,
2023-09-18 14:12:51 -06:00
"ema_strength_target": null,
2023-09-12 19:37:27 -06:00
"ema_update_interval": null,
"ema_device": null,
2023-09-18 14:12:51 -06:00
"ema_sample_nonema_model": false,
2023-09-12 19:37:27 -06:00
"ema_sample_ema_model": false,
"ema_resume_model" : null
}