bimabk commited on
Commit
2e52711
·
verified ·
1 Parent(s): 4140791

Upload task output e733beec-40f2-406c-9e0b-79a8f5d7d30f

Browse files
Files changed (1) hide show
  1. checkpoints/last/config.yaml +70 -0
checkpoints/last/config.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: last
3
+ process:
4
+ - datasets:
5
+ - cache_latents_to_disk: false
6
+ caption_dropout_rate: 0.2
7
+ caption_ext: txt
8
+ folder_path: /dataset/images/e733beec-40f2-406c-9e0b-79a8f5d7d30f/img
9
+ is_reg: false
10
+ num_repeats: 1
11
+ resolution:
12
+ - 512
13
+ - 768
14
+ - 1024
15
+ device: cuda
16
+ dynamic:
17
+ arch: ideogram4
18
+ end_time_ts: 1784976298.1216478
19
+ eval_dir: /dataset/eval_images/e733beec-40f2-406c-9e0b-79a8f5d7d30f
20
+ eval_on_train: false
21
+ n_seeds: 3
22
+ model:
23
+ arch: ideogram4
24
+ model_kwargs:
25
+ text_encoder_path: /cache/hf_cache/Qwen--Qwen3-VL-8B-Instruct
26
+ name_or_path: /cache/models/gradients-io-tournaments--ideogram-4-fp8
27
+ qtype: qfloat8
28
+ qtype_te: qfloat8
29
+ quantize: false
30
+ quantize_te: false
31
+ unconditional_lora_path: /cache/hf_cache/ideogram_4_unconditional_lora_r16.safetensors
32
+ network:
33
+ linear: 32
34
+ linear_alpha: 32
35
+ lokr_factor: -1
36
+ lokr_full_rank: true
37
+ type: lora
38
+ save:
39
+ dtype: bf16
40
+ max_step_saves_to_keep: 100
41
+ save_every: 100
42
+ save_format: diffusers
43
+ train:
44
+ batch_size: 1
45
+ cfg_scale: 10.0
46
+ content_or_style: balanced
47
+ disable_sampling: true
48
+ do_cfg: true
49
+ dtype: bf16
50
+ ema_config:
51
+ ema_decay: 0.995
52
+ use_ema: true
53
+ gradient_accumulation: 1
54
+ gradient_checkpointing: true
55
+ loss_type: mse
56
+ lr: 0.0001
57
+ noise_scheduler: flowmatch
58
+ optimizer: adamw8bit
59
+ optimizer_params:
60
+ weight_decay: 0.0001
61
+ steps: 100
62
+ timestep_type: weighted
63
+ train_text_encoder: false
64
+ train_unet: true
65
+ training_folder: /app/checkpoints/e733beec-40f2-406c-9e0b-79a8f5d7d30f/owhshit
66
+ type: diffusion_trainer_dynamic
67
+ job: extension
68
+ meta:
69
+ name: ideogram4_lora
70
+ version: '1.0'