ysquar3 commited on
Commit
840040c
·
verified ·
1 Parent(s): 0d7b0c6

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: txt
8
+ folder_path: input_images
9
+ resolution:
10
+ - 512
11
+ - 768
12
+ - 1024
13
+ - 1080
14
+ - 1920
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:108aadadb831dfb1bb82f0e931c32db8440bff5d516f841bedb5e7bd8b092684
3
+ size 171969408
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00660df9224db74b6451cabfd18ec5d0c80bdc8f12156a05087553b00ae5f4b8
3
+ size 173272836
samples/1726144148422__000000000_0.jpg ADDED
samples/1726144908453__000000250_0.jpg ADDED
samples/1726145644159__000000500_0.jpg ADDED
samples/1726146380080__000000750_0.jpg ADDED
samples/1726147116733__000001000_0.jpg ADDED