Matb09 commited on
Commit
a1bd5d4
1 Parent(s): 3aa24e4

Add 4 files

Browse files
config.yaml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: flux_train_replicate
3
+ process:
4
+ - datasets:
5
+ - cache_latents_to_disk: true
6
+ caption_dropout_rate: 0.05
7
+ caption_ext: txt
8
+ folder_path: input_images
9
+ resolution:
10
+ - 1024
11
+ shuffle_tokens: false
12
+ device: cuda:0
13
+ model:
14
+ is_flux: true
15
+ name_or_path: black-forest-labs/FLUX.1-dev
16
+ quantize: true
17
+ network:
18
+ linear: 16
19
+ linear_alpha: 16
20
+ type: lora
21
+ sample:
22
+ guidance_scale: 4
23
+ height: 1024
24
+ neg: ''
25
+ prompts:
26
+ - a sign that says 'I LOVE PROMPTS!' in the style of [trigger]
27
+ sample_every: 250
28
+ sample_steps: 20
29
+ sampler: flowmatch
30
+ seed: 42
31
+ walk_seed: true
32
+ width: 1024
33
+ save:
34
+ dtype: float16
35
+ max_step_saves_to_keep: 1
36
+ save_every: 1001
37
+ train:
38
+ batch_size: 1
39
+ content_or_style: balanced
40
+ dtype: bf16
41
+ ema_config:
42
+ ema_decay: 0.99
43
+ use_ema: true
44
+ gradient_accumulation_steps: 1
45
+ gradient_checkpointing: true
46
+ lr: 0.0004
47
+ noise_scheduler: flowmatch
48
+ optimizer: adamw8bit
49
+ steps: 1000
50
+ train_text_encoder: false
51
+ train_unet: true
52
+ training_folder: output
53
+ trigger_word: TOK
54
+ type: sd_trainer
55
+ job: extension
56
+ meta:
57
+ name: flux_train_replicate
58
+ version: '1.0'
flux_train_replicate.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b612dd9ce722bb0f8c3d83c7844ce7630b73d13c7d72acfed1f2d7b85a6f16
3
+ size 171969416
images/photo_of_a_pair_of_alexander_smith_shoes_5.jpg ADDED

Git LFS Details

  • SHA256: af5ef1e494e7b5cc63964959113f0e6cb3a11ba8676900b109c1e50e3253816a
  • Pointer size: 130 Bytes
  • Size of remote file: 34.9 kB
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df970c6fad2a5e3cf3f3f2af7233735f1db309915b1f9e02a2324c32f17d506c
3
+ size 173272836