lodestones's picture
Upload folder using huggingface_hub
94fec5c verified
{
"training": {
"master_seed": 4270,
"cache_minibatch": 16,
"train_minibatch": 16,
"offload_param_count": 17000000000,
"lr": 1e-05,
"weight_decay": 0.0,
"warmup_steps": 5,
"change_layer_every": 50,
"trained_single_blocks": 4,
"trained_double_blocks": 4,
"save_every": 50,
"save_folder": "/home/ubuntu/checkpoint/training",
"wandb_key": "08f134109a388d4d784b091c1c145bf0a32c5de4",
"wandb_project": "optimal transport unlocked",
"wandb_run": "priming",
"wandb_entity": null,
"hf_repo_id": null,
"hf_token": null
},
"inference": {
"inference_every": 50,
"inference_folder": "/home/ubuntu/checkpoint/preview",
"steps": 20,
"guidance": 0,
"cfg": 3,
"prompts": [
"a cute cat sat on a mat while receiving a head pat from his owner called Matt",
"baked potato, on the space floating orbiting around the earth"
],
"first_n_steps_wo_cfg": 0,
"image_dim": [
1024,
1024
],
"t5_max_length": 512
},
"extra_inference_config": [
{
"inference_every": 50,
"inference_folder": "/home/ubuntu/checkpoint/preview",
"steps": 20,
"guidance": 0,
"cfg": 4,
"prompts": [
"a cute cat sat on a mat while receiving a head pat from his owner called Matt",
"baked potato, on the space floating orbiting around the earth"
],
"first_n_steps_wo_cfg": 0,
"image_dim": [
1024,
1024
],
"t5_max_length": 512
},
{
"inference_every": 50,
"inference_folder": "/home/ubuntu/checkpoint/preview",
"steps": 20,
"guidance": 0,
"cfg": 5,
"prompts": [
"a cute cat sat on a mat while receiving a head pat from his owner called Matt",
"baked potato, on the space floating orbiting around the earth"
],
"first_n_steps_wo_cfg": 0,
"image_dim": [
1024,
1024
],
"t5_max_length": 512
},
{
"inference_every": 50,
"inference_folder": "/home/ubuntu/checkpoint/preview",
"steps": 20,
"guidance": 0,
"cfg": 6,
"prompts": [
"a cute cat sat on a mat while receiving a head pat from his owner called Matt",
"baked potato, on the space floating orbiting around the earth"
],
"first_n_steps_wo_cfg": 0,
"image_dim": [
1024,
1024
],
"t5_max_length": 512
}
],
"dataloader": {
"batch_size": 1024,
"jsonl_metadata_path": "/home/ubuntu/moar_data.jsonl",
"image_folder_path": "",
"base_resolution": [
512
],
"shuffle_tags": true,
"tag_drop_percentage": 0.0,
"uncond_percentage": 0.1,
"resolution_step": 64,
"num_workers": 1,
"prefetch_factor": 1,
"ratio_cutoff": 2.0,
"thread_per_worker": 2
},
"model": {
"chroma_path": "/home/ubuntu/checkpoint/lower_stochastic.sft",
"vae_path": "/home/ubuntu/FLUX.1-schnell/ae.safetensors",
"t5_path": "/home/ubuntu/FLUX.1-schnell/text_encoder_2",
"t5_config_path": "/home/ubuntu/FLUX.1-schnell/text_encoder_2/config.json",
"t5_tokenizer_path": "/home/ubuntu/FLUX.1-schnell/tokenizer_2",
"t5_to_8bit": true,
"t5_max_length": 512
}
}