kaytoo2022 commited on
Commit
4fb6a92
·
verified ·
1 Parent(s): 0eb9454

Upload folder using huggingface_hub

Browse files
Files changed (35) hide show
  1. README.md +12 -0
  2. config.yaml +73 -0
  3. my_first_flux_lora_v1.safetensors +3 -0
  4. my_first_flux_lora_v1_000000250.safetensors +3 -0
  5. optimizer.pt +3 -0
  6. samples/1728849410894__000000000_0.jpg +0 -0
  7. samples/1728849429011__000000000_1.jpg +0 -0
  8. samples/1728849447122__000000000_2.jpg +0 -0
  9. samples/1728849465231__000000000_3.jpg +0 -0
  10. samples/1728849483343__000000000_4.jpg +0 -0
  11. samples/1728849501452__000000000_5.jpg +0 -0
  12. samples/1728849519560__000000000_6.jpg +0 -0
  13. samples/1728849537667__000000000_7.jpg +0 -0
  14. samples/1728849555772__000000000_8.jpg +0 -0
  15. samples/1728849573877__000000000_9.jpg +0 -0
  16. samples/1728850193852__000000250_0.jpg +0 -0
  17. samples/1728850211963__000000250_1.jpg +0 -0
  18. samples/1728850230079__000000250_2.jpg +0 -0
  19. samples/1728850248197__000000250_3.jpg +0 -0
  20. samples/1728850266319__000000250_4.jpg +0 -0
  21. samples/1728850284438__000000250_5.jpg +0 -0
  22. samples/1728850302574__000000250_6.jpg +0 -0
  23. samples/1728850320703__000000250_7.jpg +0 -0
  24. samples/1728850338832__000000250_8.jpg +0 -0
  25. samples/1728850356953__000000250_9.jpg +0 -0
  26. samples/1728850973029__000000500_0.jpg +0 -0
  27. samples/1728850991137__000000500_1.jpg +0 -0
  28. samples/1728851009241__000000500_2.jpg +0 -0
  29. samples/1728851027349__000000500_3.jpg +0 -0
  30. samples/1728851045481__000000500_4.jpg +0 -0
  31. samples/1728851063601__000000500_5.jpg +0 -0
  32. samples/1728851081729__000000500_6.jpg +0 -0
  33. samples/1728851099850__000000500_7.jpg +0 -0
  34. samples/1728851117969__000000500_8.jpg +0 -0
  35. samples/1728851136083__000000500_9.jpg +0 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tags:
2
+ - text-to-image
3
+ - stable-diffusion
4
+ - lora
5
+ - diffusers
6
+ - image-generation
7
+ - flux
8
+ - safetensors
9
+ base_model: black-forest-labs/FLUX.1-dev
10
+ license: other
11
+ license_name: flux-1-dev-non-commercial-license
12
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
config.yaml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: my_first_flux_lora_v1
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: /content/output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 16
11
+ linear_alpha: 16
12
+ save:
13
+ dtype: float16
14
+ save_every: 250
15
+ max_step_saves_to_keep: 4
16
+ datasets:
17
+ - folder_path: /content/dataset
18
+ caption_ext: txt
19
+ caption_dropout_rate: 0.05
20
+ shuffle_tokens: false
21
+ cache_latents_to_disk: true
22
+ resolution:
23
+ - 512
24
+ - 768
25
+ - 1024
26
+ train:
27
+ batch_size: 1
28
+ steps: 500
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ content_or_style: balanced
33
+ gradient_checkpointing: true
34
+ noise_scheduler: flowmatch
35
+ optimizer: adamw8bit
36
+ lr: 0.0004
37
+ ema_config:
38
+ use_ema: true
39
+ ema_decay: 0.99
40
+ dtype: bf16
41
+ model:
42
+ name_or_path: black-forest-labs/FLUX.1-dev
43
+ is_flux: true
44
+ quantize: true
45
+ sample:
46
+ sampler: flowmatch
47
+ sample_every: 250
48
+ width: 1024
49
+ height: 1024
50
+ prompts:
51
+ - b3lla dog, playing chess at the park, bomb going off in the background
52
+ - b3lla dog holding a coffee cup, in a beanie, sitting at a cafe
53
+ - b3lla dog is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
54
+ holding a martini
55
+ - b3lla dog showing off her cool new t shirt at the beach, a shark is jumping
56
+ out of the water in the background
57
+ - b3lla dog building a log cabin in the snow covered mountains
58
+ - b3lla dog playing the guitar, on stage, singing a song, laser lights, punk
59
+ rocker
60
+ - b3lla dog with a beard, building a chair, in a wood shop
61
+ - photo of b3lla dog, white background, medium shot, modeling clothing, studio
62
+ lighting, white backdrop
63
+ - b3lla dog holding a sign that says, 'this is a sign'
64
+ - b3lla dog, in a post apocalyptic world, with a shotgun, in a leather jacket,
65
+ in a desert, with a motorcycle
66
+ neg: ''
67
+ seed: 42
68
+ walk_seed: true
69
+ guidance_scale: 4
70
+ sample_steps: 20
71
+ meta:
72
+ name: my_first_flux_lora_v1
73
+ version: '1.0'
my_first_flux_lora_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8237b895ad64b123a4a1f43e0ebb75af0ecb5dc269e519f26f0789c959534f67
3
+ size 171969368
my_first_flux_lora_v1_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ae135b776cee622cb86329b6bd90168a30f3fc6094d0e905f9099997970667
3
+ size 171969368
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98346eb6a3f455c40f128bf34390be66e8ce0852f0e2514966642eb237cbc2a7
3
+ size 175676612
samples/1728849410894__000000000_0.jpg ADDED
samples/1728849429011__000000000_1.jpg ADDED
samples/1728849447122__000000000_2.jpg ADDED
samples/1728849465231__000000000_3.jpg ADDED
samples/1728849483343__000000000_4.jpg ADDED
samples/1728849501452__000000000_5.jpg ADDED
samples/1728849519560__000000000_6.jpg ADDED
samples/1728849537667__000000000_7.jpg ADDED
samples/1728849555772__000000000_8.jpg ADDED
samples/1728849573877__000000000_9.jpg ADDED
samples/1728850193852__000000250_0.jpg ADDED
samples/1728850211963__000000250_1.jpg ADDED
samples/1728850230079__000000250_2.jpg ADDED
samples/1728850248197__000000250_3.jpg ADDED
samples/1728850266319__000000250_4.jpg ADDED
samples/1728850284438__000000250_5.jpg ADDED
samples/1728850302574__000000250_6.jpg ADDED
samples/1728850320703__000000250_7.jpg ADDED
samples/1728850338832__000000250_8.jpg ADDED
samples/1728850356953__000000250_9.jpg ADDED
samples/1728850973029__000000500_0.jpg ADDED
samples/1728850991137__000000500_1.jpg ADDED
samples/1728851009241__000000500_2.jpg ADDED
samples/1728851027349__000000500_3.jpg ADDED
samples/1728851045481__000000500_4.jpg ADDED
samples/1728851063601__000000500_5.jpg ADDED
samples/1728851081729__000000500_6.jpg ADDED
samples/1728851099850__000000500_7.jpg ADDED
samples/1728851117969__000000500_8.jpg ADDED
samples/1728851136083__000000500_9.jpg ADDED