Upload config.json with huggingface_hub
Browse files- config.json +9 -5
config.json
CHANGED
|
@@ -1,17 +1,21 @@
|
|
| 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 |
"seed": 42,
|
| 9 |
"batch_size": 16,
|
| 10 |
"base_lr": 2e-06,
|
| 11 |
-
"shift":
|
| 12 |
"dropout": 0.1,
|
| 13 |
-
"
|
| 14 |
-
"
|
|
|
|
|
|
|
|
|
|
| 15 |
"num_workers": 0,
|
| 16 |
"vae_scale": 0.18215
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"output_dir": "./outputs",
|
| 3 |
"model_repo": "AbstractPhil/sd15-flow-lune",
|
| 4 |
+
"checkpoint_filename": "sd15_flow_lune_flux_e9_s12500.pt",
|
| 5 |
+
"dataset_name": "irodkin/ffhq_with_llava_shorter_captions",
|
| 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": 3.0,
|
| 13 |
"dropout": 0.1,
|
| 14 |
+
"min_timestep": 500.0,
|
| 15 |
+
"max_timestep": 1000.0,
|
| 16 |
+
"num_train_epochs": 1,
|
| 17 |
+
"warmup_epochs": 1,
|
| 18 |
+
"checkpointing_steps": 1000,
|
| 19 |
"num_workers": 0,
|
| 20 |
"vae_scale": 0.18215
|
| 21 |
}
|