Upload config.json with huggingface_hub
Browse files- config.json +8 -6
config.json
CHANGED
|
@@ -1,21 +1,23 @@
|
|
| 1 |
{
|
| 2 |
"output_dir": "./outputs",
|
| 3 |
"model_repo": "AbstractPhil/sd15-flow-lune",
|
| 4 |
-
"checkpoint_filename": "
|
| 5 |
-
"dataset_name": "
|
| 6 |
"hf_repo_id": "AbstractPhil/sd15-flow-lune",
|
| 7 |
"upload_to_hub": true,
|
|
|
|
| 8 |
"continue_from_checkpoint": false,
|
| 9 |
"seed": 42,
|
| 10 |
"batch_size": 16,
|
| 11 |
"base_lr": 2e-06,
|
| 12 |
-
"shift":
|
| 13 |
"dropout": 0.1,
|
|
|
|
| 14 |
"min_timestep": 500.0,
|
| 15 |
-
"max_timestep":
|
| 16 |
-
"num_train_epochs":
|
| 17 |
"warmup_epochs": 1,
|
| 18 |
-
"checkpointing_steps":
|
| 19 |
"num_workers": 0,
|
| 20 |
"vae_scale": 0.18215
|
| 21 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"output_dir": "./outputs",
|
| 3 |
"model_repo": "AbstractPhil/sd15-flow-lune",
|
| 4 |
+
"checkpoint_filename": "sd15_flow_lune_e52_s52296.pt",
|
| 5 |
+
"dataset_name": "AbstractPhil/CN_pose3D_V10_512",
|
| 6 |
"hf_repo_id": "AbstractPhil/sd15-flow-lune",
|
| 7 |
"upload_to_hub": true,
|
| 8 |
+
"run_name": "pretrain_pose_controlnet_t500_700",
|
| 9 |
"continue_from_checkpoint": false,
|
| 10 |
"seed": 42,
|
| 11 |
"batch_size": 16,
|
| 12 |
"base_lr": 2e-06,
|
| 13 |
+
"shift": 2.5,
|
| 14 |
"dropout": 0.1,
|
| 15 |
+
"min_snr_gamma": 5.0,
|
| 16 |
"min_timestep": 500.0,
|
| 17 |
+
"max_timestep": 700.0,
|
| 18 |
+
"num_train_epochs": 2,
|
| 19 |
"warmup_epochs": 1,
|
| 20 |
+
"checkpointing_steps": 2500,
|
| 21 |
"num_workers": 0,
|
| 22 |
"vae_scale": 0.18215
|
| 23 |
}
|