rvorias commited on
Commit
e1b6e45
·
verified ·
1 Parent(s): 842071e

Upload folder using huggingface_hub

Browse files
Chrysolite_Light_Leaks.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75fcf66a9c6e2f8c94711f0089166f0793cb5ad4c79347a586d4f533839e5e18
3
+ size 687476624
Chrysolite_Light_Leaks_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96fc6e1497f7bc7a25f86d3c5229979011dd3028e02d295b2059f655ba6638db
3
+ size 687476624
Chrysolite_Light_Leaks_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b5f833705e93c57edd40b5fa51a8f0571f749163efa4acbc495e5d81f7f9e7f
3
+ size 687476624
Chrysolite_Light_Leaks_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3bb3209f6e161f62f68c536a10d6ed3237399cb4c71b4122f33605ddf20c545
3
+ size 687476624
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/1732346090251__000003000_0.jpg
15
+ text: Cat, LTLKS_CHRYLT
16
+ - output:
17
+ url: samples/1732346113846__000003000_1.jpg
18
+ text: Waterfall, LTLKS_CHRYLT
19
+ - output:
20
+ url: samples/1732346137475__000003000_2.jpg
21
+ text: City, LTLKS_CHRYLT
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ trigger: LTLKS_CHRYLT
24
+ instance_prompt: LTLKS_CHRYLT
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
+ # Chrysolite_Light_Leaks
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 `chrysoliteop`.
31
+ <Gallery />
32
+ ## Trigger words
33
+ You should use `LTLKS_CHRYLT` to trigger the image generation.
34
+ ## Download model
35
+ Weights for this model are available in Safetensors format.
36
+ [Download](/glif-loradex-trainer/chrysoliteop_Chrysolite_Light_Leaks/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,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: Chrysolite_Light_Leaks
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/Chrysolite_Light_Leaks/dataset
9
+ resolution:
10
+ - 1280
11
+ shuffle_tokens: false
12
+ token_dropout_rate: 0.01
13
+ device: cuda:0
14
+ model:
15
+ is_flux: true
16
+ name_or_path: black-forest-labs/FLUX.1-dev
17
+ quantize: true
18
+ text_encoder_bits: 8
19
+ network:
20
+ linear: 64
21
+ linear_alpha: 64
22
+ transformer_only: true
23
+ type: lora
24
+ performance_log_every: 500
25
+ sample:
26
+ guidance_scale: 3.5
27
+ height: 1024
28
+ neg: ''
29
+ prompts:
30
+ - Cat, [trigger]
31
+ - Waterfall, [trigger]
32
+ - City, [trigger]
33
+ sample_every: 500
34
+ sample_steps: 25
35
+ sampler: flowmatch
36
+ seed: 42
37
+ walk_seed: true
38
+ width: 1024
39
+ save:
40
+ dtype: float16
41
+ max_step_saves_to_keep: 3
42
+ save_every: 500
43
+ save_format: diffusers
44
+ train:
45
+ batch_size: 2
46
+ dtype: bf16
47
+ ema_config:
48
+ ema_decay: 0.99
49
+ use_ema: true
50
+ gradient_accumulation_steps: 1
51
+ gradient_checkpointing: true
52
+ linear_timesteps: true
53
+ loss_type: mse
54
+ lr: 0.0003
55
+ noise_scheduler: flowmatch
56
+ optimizer: adamw8bit
57
+ reg_weight: 1.0
58
+ steps: 3000
59
+ target_noise_multiplier: 1.0
60
+ train_text_encoder: false
61
+ train_unet: true
62
+ training_folder: /root/lorahub
63
+ trigger_word: LTLKS_CHRYLT
64
+ type: sd_trainer
65
+ job: extension
66
+ meta:
67
+ description: A LoRA made By Chrysolite. (Too lazy to write a longer description)
samples/1732332950618__000000000_0.jpg ADDED
samples/1732332974099__000000000_1.jpg ADDED
samples/1732332997781__000000000_2.jpg ADDED
samples/1732335128669__000000500_0.jpg ADDED
samples/1732335152652__000000500_1.jpg ADDED
samples/1732335176474__000000500_2.jpg ADDED
samples/1732337326183__000001000_0.jpg ADDED
samples/1732337349845__000001000_1.jpg ADDED
samples/1732337374122__000001000_2.jpg ADDED
samples/1732339520021__000001500_0.jpg ADDED
samples/1732339543567__000001500_1.jpg ADDED
samples/1732339567350__000001500_2.jpg ADDED
samples/1732341711818__000002000_0.jpg ADDED
samples/1732341735732__000002000_1.jpg ADDED
samples/1732341759378__000002000_2.jpg ADDED
samples/1732343904092__000002500_0.jpg ADDED
samples/1732343928329__000002500_1.jpg ADDED
samples/1732343951926__000002500_2.jpg ADDED
samples/1732346090251__000003000_0.jpg ADDED
samples/1732346113846__000003000_1.jpg ADDED
samples/1732346137475__000003000_2.jpg ADDED