sscorzo commited on
Commit
0632bd9
·
verified ·
1 Parent(s): abbfab6

Upload 2 files

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