AbstractPhil commited on
Commit
d414335
·
verified ·
1 Parent(s): da38ef3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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": "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
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
  }