Upload config.json with huggingface_hub
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
{
|
| 2 |
"output_dir": "./outputs",
|
| 3 |
"model_repo": "AbstractPhil/sd15-flow-lune",
|
| 4 |
-
"checkpoint_filename": "
|
| 5 |
"dataset_name": "AbstractPhil/sd15-latent-distillation-500k",
|
| 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": 2.
|
| 12 |
"dropout": 0.1,
|
| 13 |
-
"max_train_steps":
|
| 14 |
"checkpointing_steps": 2000,
|
| 15 |
"num_workers": 0,
|
| 16 |
"vae_scale": 0.18215
|
|
|
|
| 1 |
{
|
| 2 |
"output_dir": "./outputs",
|
| 3 |
"model_repo": "AbstractPhil/sd15-flow-lune",
|
| 4 |
+
"checkpoint_filename": "sd15_flow_lune_e34_s34000.pt",
|
| 5 |
"dataset_name": "AbstractPhil/sd15-latent-distillation-500k",
|
| 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": 2.5,
|
| 12 |
"dropout": 0.1,
|
| 13 |
+
"max_train_steps": 100000,
|
| 14 |
"checkpointing_steps": 2000,
|
| 15 |
"num_workers": 0,
|
| 16 |
"vae_scale": 0.18215
|