hxxxl commited on
Commit
b084524
·
verified ·
1 Parent(s): 0c954c3

Upload folder using huggingface_hub

Browse files
checkpoint-10000/dit_lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b57f9410ca8c24f0214dea97e8b1854c3a6d803ac1ef7dcea4bb0ad33738a45
3
+ size 486867768
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "project_dir": "./exp_output/test_baseline_style_omni150k_1",
3
+ "mixed_precision": "bf16",
4
+ "gradient_accumulation_steps": 1,
5
+ "seed": 42,
6
+ "wandb_project_name": null,
7
+ "wandb_run_name": null,
8
+ "model_name": "flux-dev",
9
+ "lora_rank": 128,
10
+ "double_blocks_indices": null,
11
+ "single_blocks_indices": null,
12
+ "pe": "d",
13
+ "gradient_checkpoint": false,
14
+ "ema": false,
15
+ "ema_interval": 1,
16
+ "ema_decay": 0.99,
17
+ "learning_rate": 0.0001,
18
+ "adam_betas": [
19
+ 0.9,
20
+ 0.999
21
+ ],
22
+ "adam_eps": 1e-08,
23
+ "adam_weight_decay": 0.01,
24
+ "max_grad_norm": 1.0,
25
+ "lr_scheduler": "constant",
26
+ "lr_warmup_steps": 50,
27
+ "max_train_steps": 10000,
28
+ "train_data_json": "datasets/omni150k.json",
29
+ "batch_size": 2,
30
+ "text_dropout": 0.1,
31
+ "resolution": 512,
32
+ "resolution_ref": 224,
33
+ "eval_data_json": "datasets/styleeval0802.json",
34
+ "eval_batch_size": 1,
35
+ "resume_from_checkpoint": "latest",
36
+ "checkpointing_steps": 1000,
37
+ "log_image_steps": 100
38
+ }