sujalron commited on
Commit
e1d3751
·
verified ·
1 Parent(s): af8c639

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux-1-dev-non-commercial-license
4
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
+ ---
config.yaml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: filename
8
+ folder_path: input_images
9
+ resolution:
10
+ - 512
11
+ - 768
12
+ - 1024
13
+ - 3696
14
+ - 2448
15
+ shuffle_tokens: false
16
+ device: cuda:0
17
+ model:
18
+ is_flux: true
19
+ name_or_path: black-forest-labs/FLUX.1-dev
20
+ quantize: true
21
+ network:
22
+ linear: 16
23
+ linear_alpha: 16
24
+ type: lora
25
+ sample:
26
+ guidance_scale: 4
27
+ height: 1024
28
+ neg: ''
29
+ prompts:
30
+ - a sign that says 'I LOVE PROMPTS!' in the style of [trigger]
31
+ sample_every: 250
32
+ sample_steps: 20
33
+ sampler: flowmatch
34
+ seed: 42
35
+ walk_seed: true
36
+ width: 1024
37
+ save:
38
+ dtype: float16
39
+ max_step_saves_to_keep: 1
40
+ save_every: 1001
41
+ train:
42
+ batch_size: 1
43
+ content_or_style: balanced
44
+ dtype: bf16
45
+ ema_config:
46
+ ema_decay: 0.99
47
+ use_ema: true
48
+ gradient_accumulation_steps: 1
49
+ gradient_checkpointing: true
50
+ lr: 0.0004
51
+ noise_scheduler: flowmatch
52
+ optimizer: adamw8bit
53
+ steps: 1000
54
+ train_text_encoder: false
55
+ train_unet: true
56
+ training_folder: output
57
+ trigger_word: TOK
58
+ type: sd_trainer
59
+ job: extension
60
+ meta:
61
+ name: flux_train_replicate
62
+ version: '1.0'
flux_train_replicate.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0856858b7c5ae7e82fd818038f2cae25fcb0f3fb7cabe43fbed05125822fc99
3
+ size 171969408
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2090beea53d223106601ffa6ee64ae9fdf3d23cc0e474041cc6101d6678ab6c3
3
+ size 173272836
samples/1723887611621__000000000_0.jpg ADDED
samples/1723889988329__000000250_0.jpg ADDED
samples/1723892606056__000000500_0.jpg ADDED
samples/1723895295362__000000750_0.jpg ADDED
samples/1723898098372__000001000_0.jpg ADDED