rvorias commited on
Commit
e0524e0
·
verified ·
1 Parent(s): 13d3269

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,11 @@ 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
+ samples/1752286607310__000000000_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1752286656991__000000000_2.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/1752287934603__000000500_2.jpg filter=lfs diff=lfs merge=lfs -text
39
+ samples/1752289158951__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
40
+ samples/1752289208699__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
41
+ samples/1752290426256__000001500_0.jpg filter=lfs diff=lfs merge=lfs -text
42
+ samples/1752290451055__000001500_1.jpg filter=lfs diff=lfs merge=lfs -text
43
+ samples/1752290475855__000001500_2.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - diffusers
4
+ - text-to-image
5
+ - template:sd-lora
6
+ - base_model:black-forest-labs/FLUX.1-dev
7
+ - base_model:finetune:black-forest-labs/FLUX.1-dev
8
+ - license:other
9
+ - region:us
10
+ - flux
11
+ - lora
12
+ widget:
13
+ - output:
14
+ url: samples/1752290426256__000001500_0.jpg
15
+ text: At school $wap_kuki
16
+ - output:
17
+ url: samples/1752290451055__000001500_1.jpg
18
+ text: At a snow park $wap_kuki
19
+ - output:
20
+ url: samples/1752290475855__000001500_2.jpg
21
+ text: At a Dracula Horror party $wap_kuki
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ trigger: "$wap_kuki"
24
+ instance_prompt: "$wap_kuki"
25
+ license: other
26
+ license_name: flux-1-dev-non-commercial-license
27
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
28
+ ---
29
+ # kuki_v3
30
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `Swap_agrawal14`.
31
+ <Gallery />
32
+ ## Trigger words
33
+ You should use `$wap_kuki` to trigger the image generation.
34
+ ## Download model
35
+ Weights for this model are available in Safetensors format.
36
+ [Download](/glif-loradex-trainer/Swap_agrawal14_kuki_v3/tree/main) them in the Files & versions tab.
37
+
38
+ ## License
39
+ This model is licensed under the [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
40
+
config.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: kuki_v3
3
+ process:
4
+ - datasets:
5
+ - cache_latents_to_disk: true
6
+ caption_dropout_rate: 0.2
7
+ caption_ext: txt
8
+ folder_path: /root/lorahub/flux-dev/kuki_v3/dataset
9
+ resolution:
10
+ - 512
11
+ - 768
12
+ - 1024
13
+ shuffle_tokens: false
14
+ token_dropout_rate: 0.01
15
+ device: cuda:0
16
+ model:
17
+ is_flux: true
18
+ name_or_path: black-forest-labs/FLUX.1-dev
19
+ quantize: true
20
+ text_encoder_bits: 8
21
+ network:
22
+ linear: 42
23
+ linear_alpha: 42
24
+ transformer_only: true
25
+ type: lora
26
+ performance_log_every: 500
27
+ sample:
28
+ guidance_scale: 3.5
29
+ height: 1024
30
+ neg: ''
31
+ prompts:
32
+ - At school [trigger]
33
+ - At a snow park [trigger]
34
+ - At a Dracula Horror party [trigger]
35
+ sample_every: 500
36
+ sample_steps: 25
37
+ sampler: flowmatch
38
+ seed: 42
39
+ walk_seed: true
40
+ width: 1024
41
+ save:
42
+ dtype: float16
43
+ max_step_saves_to_keep: 3
44
+ save_every: 500
45
+ save_format: diffusers
46
+ train:
47
+ batch_size: 1
48
+ dtype: bf16
49
+ ema_config:
50
+ ema_decay: 0.99
51
+ use_ema: true
52
+ gradient_accumulation_steps: 1
53
+ gradient_checkpointing: true
54
+ linear_timesteps: true
55
+ loss_type: mse
56
+ lr: 0.0003
57
+ noise_scheduler: flowmatch
58
+ optimizer: adamw8bit
59
+ reg_weight: 1
60
+ steps: 1500
61
+ target_noise_multiplier: 1
62
+ train_text_encoder: false
63
+ train_unet: true
64
+ training_folder: /root/lorahub/flux-dev
65
+ trigger_word: $wap_kuki
66
+ type: loradex_trainer
67
+ job: extension
68
+ meta:
69
+ description: ''
kuki_v3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd4d373c5c705f6f53f29803b5444ce98d2af680872396834d4194b4f5cd1d55
3
+ size 451202704
kuki_v3_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3902ae5fcdd9b95ce31299aa757c222d967ac32724d6a3a941787ad3aa885ead
3
+ size 451202704
kuki_v3_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc72a6d509ebb1233e86f955f631dd34c435d411896369c2f46801ca5b56d951
3
+ size 451202704
samples/1752286607310__000000000_0.jpg ADDED

Git LFS Details

  • SHA256: aba71d9f9e6c9d53e8ed63377c03915ab172ee663184514c4b7c5d88e06dee67
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
samples/1752286632093__000000000_1.jpg ADDED
samples/1752286656991__000000000_2.jpg ADDED

Git LFS Details

  • SHA256: ccefa7248ae401ec7fb49710c94f4197d7427509f4f008596628c6f5c84bf675
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
samples/1752287884956__000000500_0.jpg ADDED
samples/1752287909778__000000500_1.jpg ADDED
samples/1752287934603__000000500_2.jpg ADDED

Git LFS Details

  • SHA256: 7f06630fb6c7fed0d78d5924982418d84e804610eda4306394c7524a415a8bb2
  • Pointer size: 131 Bytes
  • Size of remote file: 126 kB
samples/1752289158951__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: 2fba67ab2fd41d1a3c8adbe356f2510b2819df6395a73bb505cad65c26de65c0
  • Pointer size: 131 Bytes
  • Size of remote file: 108 kB
samples/1752289183863__000001000_1.jpg ADDED
samples/1752289208699__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: 3a6c9f15fbcbdc2108587498709206e9655a418568ac435aa9dd67dd0c86228d
  • Pointer size: 131 Bytes
  • Size of remote file: 113 kB
samples/1752290426256__000001500_0.jpg ADDED

Git LFS Details

  • SHA256: 3385846eab16e95f5a414cd2854b204da8e50a3eaa603cb53272987466173d4a
  • Pointer size: 131 Bytes
  • Size of remote file: 129 kB
samples/1752290451055__000001500_1.jpg ADDED

Git LFS Details

  • SHA256: be6e7fcd2397e9c8c7b9d014fb60161e8c7b537ebe469d92424b71d49c16bc90
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
samples/1752290475855__000001500_2.jpg ADDED

Git LFS Details

  • SHA256: 17d02642da7dd838c29efa97221cd9d600edd208d96f543d3d724649ab6df49d
  • Pointer size: 131 Bytes
  • Size of remote file: 141 kB