Neelanjan commited on
Commit
1a4de1d
1 Parent(s): b62f652

loras by babai

Files changed (2) hide show
  1. babai_lora.safetensors +3 -0
  2. config.yaml +63 -0
babai_lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7cdae311cace1332971fcd2966a66437b52d4695a05fc5f39cb7dee32907a0d
3
+ size 171969456
config.yaml ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: flux_train_replicate
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ device: cuda:0
8
+ trigger_word: 'BABAI
9
+
10
+ NEEL
11
+
12
+ NEELANJAN'
13
+ network:
14
+ type: lora
15
+ linear: 16
16
+ linear_alpha: 16
17
+ save:
18
+ dtype: float16
19
+ save_every: 1001
20
+ max_step_saves_to_keep: 1
21
+ datasets:
22
+ - folder_path: input_images
23
+ caption_ext: filename
24
+ caption_dropout_rate: 0.05
25
+ shuffle_tokens: false
26
+ cache_latents_to_disk: true
27
+ resolution:
28
+ - 512
29
+ - 768
30
+ - 1024
31
+ train:
32
+ batch_size: 1
33
+ steps: 1000
34
+ gradient_accumulation_steps: 1
35
+ train_unet: true
36
+ train_text_encoder: false
37
+ content_or_style: balanced
38
+ gradient_checkpointing: true
39
+ noise_scheduler: flowmatch
40
+ optimizer: adamw8bit
41
+ lr: 0.0004
42
+ ema_config:
43
+ use_ema: true
44
+ ema_decay: 0.99
45
+ dtype: bf16
46
+ model:
47
+ name_or_path: FLUX.1-dev
48
+ is_flux: true
49
+ quantize: true
50
+ sample:
51
+ sampler: flowmatch
52
+ sample_every: 1001
53
+ width: 1024
54
+ height: 1024
55
+ prompts: []
56
+ neg: ''
57
+ seed: 42
58
+ walk_seed: true
59
+ guidance_scale: 4
60
+ sample_steps: 20
61
+ meta:
62
+ name: flux_train_replicate
63
+ version: '1.0'