jayr23 commited on
Commit
9e7dfc3
·
verified ·
1 Parent(s): b1b6e59

Upload folder using huggingface_hub

Browse files
Files changed (49) hide show
  1. .gitattributes +26 -0
  2. README.md +33 -0
  3. dataset.toml +14 -0
  4. sample/taylor_000100_00_20250913212328.png +3 -0
  5. sample/taylor_000200_00_20250913212705.png +3 -0
  6. sample/taylor_000300_00_20250913213042.png +3 -0
  7. sample/taylor_000400_00_20250913213419.png +3 -0
  8. sample/taylor_000500_00_20250913213756.png +3 -0
  9. sample/taylor_000600_00_20250913214134.png +3 -0
  10. sample/taylor_000700_00_20250913214511.png +3 -0
  11. sample/taylor_000800_00_20250913214848.png +3 -0
  12. sample/taylor_000900_00_20250913215225.png +3 -0
  13. sample/taylor_001000_00_20250913215602.png +3 -0
  14. sample/taylor_001100_00_20250913215940.png +3 -0
  15. sample/taylor_001200_00_20250913220317.png +3 -0
  16. sample/taylor_001300_00_20250913220654.png +3 -0
  17. sample/taylor_001400_00_20250913221031.png +3 -0
  18. sample/taylor_001500_00_20250913221408.png +3 -0
  19. sample/taylor_001600_00_20250913221746.png +3 -0
  20. sample/taylor_001700_00_20250913222123.png +3 -0
  21. sample/taylor_001800_00_20250913222500.png +3 -0
  22. sample/taylor_001900_00_20250913222838.png +3 -0
  23. sample/taylor_002000_00_20250913223215.png +3 -0
  24. sample/taylor_002100_00_20250913223552.png +3 -0
  25. sample/taylor_002200_00_20250913223930.png +3 -0
  26. sample/taylor_002300_00_20250913224307.png +3 -0
  27. sample/taylor_002400_00_20250913224644.png +3 -0
  28. sample/taylor_002500_00_20250913225021.png +3 -0
  29. sample/taylor_002600_00_20250913225359.png +3 -0
  30. sample_prompts.txt +1 -0
  31. taylor-000004-state/model.safetensors +3 -0
  32. taylor-000004-state/optimizer.bin +3 -0
  33. taylor-000004-state/random_states_0.pkl +3 -0
  34. taylor-000004-state/scheduler.bin +3 -0
  35. taylor-000004-state/train_state.json +1 -0
  36. taylor-000004.safetensors +3 -0
  37. taylor-000008-state/model.safetensors +3 -0
  38. taylor-000008-state/optimizer.bin +3 -0
  39. taylor-000008-state/random_states_0.pkl +3 -0
  40. taylor-000008-state/scheduler.bin +3 -0
  41. taylor-000008-state/train_state.json +1 -0
  42. taylor-000008.safetensors +3 -0
  43. taylor-state/model.safetensors +3 -0
  44. taylor-state/optimizer.bin +3 -0
  45. taylor-state/random_states_0.pkl +3 -0
  46. taylor-state/scheduler.bin +3 -0
  47. taylor-state/train_state.json +1 -0
  48. taylor.safetensors +3 -0
  49. train.sh +36 -0
.gitattributes CHANGED
@@ -33,3 +33,29 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ sample/taylor_000100_00_20250913212328.png filter=lfs diff=lfs merge=lfs -text
37
+ sample/taylor_000200_00_20250913212705.png filter=lfs diff=lfs merge=lfs -text
38
+ sample/taylor_000300_00_20250913213042.png filter=lfs diff=lfs merge=lfs -text
39
+ sample/taylor_000400_00_20250913213419.png filter=lfs diff=lfs merge=lfs -text
40
+ sample/taylor_000500_00_20250913213756.png filter=lfs diff=lfs merge=lfs -text
41
+ sample/taylor_000600_00_20250913214134.png filter=lfs diff=lfs merge=lfs -text
42
+ sample/taylor_000700_00_20250913214511.png filter=lfs diff=lfs merge=lfs -text
43
+ sample/taylor_000800_00_20250913214848.png filter=lfs diff=lfs merge=lfs -text
44
+ sample/taylor_000900_00_20250913215225.png filter=lfs diff=lfs merge=lfs -text
45
+ sample/taylor_001000_00_20250913215602.png filter=lfs diff=lfs merge=lfs -text
46
+ sample/taylor_001100_00_20250913215940.png filter=lfs diff=lfs merge=lfs -text
47
+ sample/taylor_001200_00_20250913220317.png filter=lfs diff=lfs merge=lfs -text
48
+ sample/taylor_001300_00_20250913220654.png filter=lfs diff=lfs merge=lfs -text
49
+ sample/taylor_001400_00_20250913221031.png filter=lfs diff=lfs merge=lfs -text
50
+ sample/taylor_001500_00_20250913221408.png filter=lfs diff=lfs merge=lfs -text
51
+ sample/taylor_001600_00_20250913221746.png filter=lfs diff=lfs merge=lfs -text
52
+ sample/taylor_001700_00_20250913222123.png filter=lfs diff=lfs merge=lfs -text
53
+ sample/taylor_001800_00_20250913222500.png filter=lfs diff=lfs merge=lfs -text
54
+ sample/taylor_001900_00_20250913222838.png filter=lfs diff=lfs merge=lfs -text
55
+ sample/taylor_002000_00_20250913223215.png filter=lfs diff=lfs merge=lfs -text
56
+ sample/taylor_002100_00_20250913223552.png filter=lfs diff=lfs merge=lfs -text
57
+ sample/taylor_002200_00_20250913223930.png filter=lfs diff=lfs merge=lfs -text
58
+ sample/taylor_002300_00_20250913224307.png filter=lfs diff=lfs merge=lfs -text
59
+ sample/taylor_002400_00_20250913224644.png filter=lfs diff=lfs merge=lfs -text
60
+ sample/taylor_002500_00_20250913225021.png filter=lfs diff=lfs merge=lfs -text
61
+ sample/taylor_002600_00_20250913225359.png filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - fluxgym
9
+ widget:
10
+ - output:
11
+ url: sample/taylor_002600_00_20250913225359.png
12
+ text: tayl0r
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: tayl0r
15
+ license: other
16
+ license_name: flux-1-dev-non-commercial-license
17
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
18
+ ---
19
+
20
+ # Taylor
21
+
22
+ A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
23
+
24
+ <Gallery />
25
+
26
+ ## Trigger words
27
+
28
+ You should use `tayl0r` to trigger the image generation.
29
+
30
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
31
+
32
+ Weights for this model are available in Safetensors format.
33
+
dataset.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [general]
2
+ shuffle_caption = false
3
+ caption_extension = '.txt'
4
+ keep_tokens = 1
5
+
6
+ [[datasets]]
7
+ resolution = 1024
8
+ batch_size = 1
9
+ keep_tokens = 1
10
+
11
+ [[datasets.subsets]]
12
+ image_dir = '/app/fluxgym/datasets/taylor'
13
+ class_tokens = 'tayl0r'
14
+ num_repeats = 10
sample/taylor_000100_00_20250913212328.png ADDED

Git LFS Details

  • SHA256: d6cd123ee09cca131a96ba877b1e8ab88dd0f0b26ad84188a75b4b6f733f9632
  • Pointer size: 131 Bytes
  • Size of remote file: 369 kB
sample/taylor_000200_00_20250913212705.png ADDED

Git LFS Details

  • SHA256: 87de6b48e7234c33570277a8a521871a02dbbe90e1ad450ac14a4f49da48835a
  • Pointer size: 131 Bytes
  • Size of remote file: 455 kB
sample/taylor_000300_00_20250913213042.png ADDED

Git LFS Details

  • SHA256: d20a32a50fe51f7e25d15b3f89083e34082bfa71d5bf455d1c44079f696905b8
  • Pointer size: 131 Bytes
  • Size of remote file: 461 kB
sample/taylor_000400_00_20250913213419.png ADDED

Git LFS Details

  • SHA256: 8fb10e97bd25723b2f5148472a35aa06e02dd07913313bd2853e00995493cb40
  • Pointer size: 131 Bytes
  • Size of remote file: 482 kB
sample/taylor_000500_00_20250913213756.png ADDED

Git LFS Details

  • SHA256: c381f532fd6241a2254ae70107b9a4248ea7879b333f8726a465fd5e83329cb5
  • Pointer size: 131 Bytes
  • Size of remote file: 392 kB
sample/taylor_000600_00_20250913214134.png ADDED

Git LFS Details

  • SHA256: 565b94718a9626e45dd1cd77f558a57f18e08156717e04e2d63cc9636045932f
  • Pointer size: 131 Bytes
  • Size of remote file: 387 kB
sample/taylor_000700_00_20250913214511.png ADDED

Git LFS Details

  • SHA256: 5df1a028403155fe8d1031ed804e9b0525770bad26e187752de3f351079ce947
  • Pointer size: 131 Bytes
  • Size of remote file: 482 kB
sample/taylor_000800_00_20250913214848.png ADDED

Git LFS Details

  • SHA256: ebad5ea212d89d6900706e9c69b6fbb5336fbf2ab034437bdf2eccee19dc504c
  • Pointer size: 131 Bytes
  • Size of remote file: 490 kB
sample/taylor_000900_00_20250913215225.png ADDED

Git LFS Details

  • SHA256: e90a98c6a4970c38873b84ef0225a75100539c370232c5396a1b26508e37c4fe
  • Pointer size: 131 Bytes
  • Size of remote file: 499 kB
sample/taylor_001000_00_20250913215602.png ADDED

Git LFS Details

  • SHA256: 30fac022896ba9da00992846cbb267109c5fbed3402210a7dd76af74be3a2083
  • Pointer size: 131 Bytes
  • Size of remote file: 476 kB
sample/taylor_001100_00_20250913215940.png ADDED

Git LFS Details

  • SHA256: 3dd2e25998288af9fc7da2a7c3e2c4ef7178bd6f56cafc059c1ca1cdea22aab7
  • Pointer size: 131 Bytes
  • Size of remote file: 567 kB
sample/taylor_001200_00_20250913220317.png ADDED

Git LFS Details

  • SHA256: af1733950e1066499544890e78a867e2e23cef36151aba46b965a55c2739fef9
  • Pointer size: 131 Bytes
  • Size of remote file: 474 kB
sample/taylor_001300_00_20250913220654.png ADDED

Git LFS Details

  • SHA256: 87a4cbb6e5e6d2f996842645687c79ceec9fa72f7790e608292c8437de9ca853
  • Pointer size: 131 Bytes
  • Size of remote file: 393 kB
sample/taylor_001400_00_20250913221031.png ADDED

Git LFS Details

  • SHA256: 9ef28c5ceb2ca6e83afd7674064cb035e4ef7fa4784f4949bc65f7d60c4fef43
  • Pointer size: 131 Bytes
  • Size of remote file: 384 kB
sample/taylor_001500_00_20250913221408.png ADDED

Git LFS Details

  • SHA256: e6aa4957df6afe2aac19d9d58ab3727ba0ff5b5a18d3232d11111f5704147861
  • Pointer size: 131 Bytes
  • Size of remote file: 418 kB
sample/taylor_001600_00_20250913221746.png ADDED

Git LFS Details

  • SHA256: 2735eaec3b828feaa6e349c28ece67ab7df500636eebac2edf97c8b14793ff5c
  • Pointer size: 131 Bytes
  • Size of remote file: 418 kB
sample/taylor_001700_00_20250913222123.png ADDED

Git LFS Details

  • SHA256: fb6dd979ee0dea3b1d2763e71dd1234b0af0340d567eea52886b0577ef43426c
  • Pointer size: 131 Bytes
  • Size of remote file: 469 kB
sample/taylor_001800_00_20250913222500.png ADDED

Git LFS Details

  • SHA256: 2b9cbe50c22341d74a803130d0125e1b783fd66f28ab01f86e675404f1681109
  • Pointer size: 131 Bytes
  • Size of remote file: 432 kB
sample/taylor_001900_00_20250913222838.png ADDED

Git LFS Details

  • SHA256: daa2723fa9bae2650cd99fb1df930bf21a22ce77056252fb11ac867e4f215c09
  • Pointer size: 131 Bytes
  • Size of remote file: 404 kB
sample/taylor_002000_00_20250913223215.png ADDED

Git LFS Details

  • SHA256: 2fb710fdc73103aea73823a90d0b818fb2df8ea75260a3dba4c066a0c8e5db43
  • Pointer size: 131 Bytes
  • Size of remote file: 431 kB
sample/taylor_002100_00_20250913223552.png ADDED

Git LFS Details

  • SHA256: 73d9510776a7dfdc041dd362de89072b8025ee253c1e1bb73a624d975f341879
  • Pointer size: 131 Bytes
  • Size of remote file: 486 kB
sample/taylor_002200_00_20250913223930.png ADDED

Git LFS Details

  • SHA256: d7552a6d76dd8a7a6bae19dee6f374a3ece9420aface2b2bec89edcd6fbafbaa
  • Pointer size: 131 Bytes
  • Size of remote file: 461 kB
sample/taylor_002300_00_20250913224307.png ADDED

Git LFS Details

  • SHA256: 418fd40dcc1fab081042f66dedd4e266dbea819e1feab28bb75a2d37ac73a4b0
  • Pointer size: 131 Bytes
  • Size of remote file: 432 kB
sample/taylor_002400_00_20250913224644.png ADDED

Git LFS Details

  • SHA256: f430a2c23e330a098a796c34fb9bb4cbea160e642a1c732929be770361d3cd1f
  • Pointer size: 131 Bytes
  • Size of remote file: 389 kB
sample/taylor_002500_00_20250913225021.png ADDED

Git LFS Details

  • SHA256: 43b0daf20dd5e3afa4e06e6ea444b25776e7416aca1f544627b314b647b9cf38
  • Pointer size: 131 Bytes
  • Size of remote file: 485 kB
sample/taylor_002600_00_20250913225359.png ADDED

Git LFS Details

  • SHA256: 742c4b5ea9d5bb1ce940de0fdf90ac0715a02934d2481bdf81ca6d993b0d5a7d
  • Pointer size: 131 Bytes
  • Size of remote file: 433 kB
sample_prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ tayl0r
taylor-000004-state/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f656f6beb3492280ffbe5ec3b01b91c6e860fe711a814da86c24effef196ea
3
+ size 317071840
taylor-000004-state/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f0f6e782f655b1a9b12b2d823c91c26fee7e208b9e0cd66bd829fa275ac5144
3
+ size 161823525
taylor-000004-state/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96398bd484cf4a83e3c9bf5ba4ab1edca1667e104596a622d7a256497147c486
3
+ size 14821
taylor-000004-state/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ff16a642b26a52d52da5232997de1bc2cec81dd628084ecdfe1e3c9cfa4680
3
+ size 1465
taylor-000004-state/train_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"current_epoch": 4, "current_step": 880}
taylor-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e124ecf24ae054b81394b2f881de35f19126770ca29f17da24a831f4a185fb3f
3
+ size 158617816
taylor-000008-state/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e57dca3103ce5685472419ab8b62a7273768745a3fbb6352389f864bc0f323a
3
+ size 317071840
taylor-000008-state/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cecebaaf76e68d4ef5e7f708499a1bc0c9374fad95b3775f35159de8b161c1e
3
+ size 161823525
taylor-000008-state/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d98a2fca44bf4ed3b096f9fbc20113d2c1cb8cc527b7b1362b0757850a8103a
3
+ size 14821
taylor-000008-state/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239a1f07e8b76ea7dd636337a1e70d35811325dd5b7c87669e774e7260afe228
3
+ size 1465
taylor-000008-state/train_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"current_epoch": 8, "current_step": 1760}
taylor-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525dcbf77283badc30fa6bea630b8529956cc8037db7efd74d7fdd994253b5b4
3
+ size 158617816
taylor-state/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ee8d6843a8c060d9a77891bf05143eb7c93ec88f2ff4d24c7cfeadbb079a701
3
+ size 317071840
taylor-state/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b13d48c4419749990d8f7b8376943ea5754f7f93334eaedb9ed827c13bb7fc0b
3
+ size 161823525
taylor-state/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c6e4b510d7a1fe4eea29a9a5fb22301685f4a0ce3b3c24dd1a008a628692a3
3
+ size 14757
taylor-state/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72acedaa69b9521476467fa2d38b982f870883732b2da50060c73e8a5a3bc299
3
+ size 1465
taylor-state/train_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"current_epoch": 12, "current_step": 2640}
taylor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ee1c9de14ab8f63b6cc352bf10fbae0714dc139090c8c5e142825da30ae037
3
+ size 158617816
train.sh ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate launch \
2
+ --mixed_precision bf16 \
3
+ --num_cpu_threads_per_process 1 \
4
+ sd-scripts/flux_train_network.py \
5
+ --pretrained_model_name_or_path "/app/fluxgym/models/unet/bdsqlsz/flux1-dev2pro-single/flux1-dev2pro.safetensors" \
6
+ --clip_l "/app/fluxgym/models/clip/clip_l.safetensors" \
7
+ --t5xxl "/app/fluxgym/models/clip/t5xxl_fp16.safetensors" \
8
+ --ae "/app/fluxgym/models/vae/ae.sft" \
9
+ --cache_latents_to_disk \
10
+ --save_model_as safetensors \
11
+ --sdpa --persistent_data_loader_workers \
12
+ --max_data_loader_n_workers 2 \
13
+ --seed 8235 \
14
+ --gradient_checkpointing \
15
+ --mixed_precision bf16 \
16
+ --save_precision bf16 \
17
+ --network_module networks.lora_flux \
18
+ --network_dim 16 \
19
+ --optimizer_type adamw8bit \--sample_prompts="/app/fluxgym/outputs/taylor/sample_prompts.txt" --sample_every_n_steps="100" \
20
+ --learning_rate 5e-4 \
21
+ --cache_text_encoder_outputs \
22
+ --cache_text_encoder_outputs_to_disk \
23
+ --fp8_base \
24
+ --highvram \
25
+ --max_train_epochs 12 \
26
+ --save_every_n_epochs 4 \
27
+ --dataset_config "/app/fluxgym/outputs/taylor/dataset.toml" \
28
+ --output_dir "/app/fluxgym/outputs/taylor" \
29
+ --output_name taylor \
30
+ --timestep_sampling shift \
31
+ --discrete_flow_shift 3.1582 \
32
+ --model_prediction_type raw \
33
+ --guidance_scale 1 \
34
+ --loss_type l2 \
35
+ --network_alpha 4 \
36
+ --save_state