Text-to-Image
Diffusers
template:sd-lora
flux
lora
rvorias commited on
Commit
72f5031
1 Parent(s): 6bd4759

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/1733560602117__000003000_0.jpg
15
+ text: wounded centaur, mythical creature gliblu1
16
+ - output:
17
+ url: samples/1733560627044__000003000_1.jpg
18
+ text: ruins of athens, snake gliblu1
19
+ - output:
20
+ url: samples/1733560651887__000003000_2.jpg
21
+ text: silver vampire sword gliblu1
22
+ - output:
23
+ url: samples/1733560676719__000003000_3.jpg
24
+ text: kreaSet Ariana grande in bit baggy blue jeans and brown sweater, full body
25
+ shot, iPhone photo, long shot, Shibuya Scramble Crossing with big signs background,
26
+ Ariana grande gliblu1
27
+ base_model: black-forest-labs/FLUX.1-dev
28
+ trigger: gliblu1
29
+ instance_prompt: gliblu1
30
+ license: other
31
+ license_name: flux-1-dev-non-commercial-license
32
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
33
+ ---
34
+ # bluejeans
35
+ 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 `maxxd4240`.
36
+ <Gallery />
37
+ ## Trigger words
38
+ You should use `gliblu1` to trigger the image generation.
39
+ ## Download model
40
+ Weights for this model are available in Safetensors format.
41
+ [Download](/glif-loradex-trainer/maxxd4240_bluejeans/tree/main) them in the Files & versions tab.
42
+
43
+ ## License
44
+ 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).
45
+
bluejeans.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240e0cda03426ee3caac3948a85bb5443b42a1703022a125149d9ca5450a8679
3
+ size 451202704
bluejeans_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8235d7a0314bac0b0578a07844791d94b4fdb4548739455693591371025c759f
3
+ size 451202704
bluejeans_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1088ea0ecaa70afd02a667493db6a1d9726be1cd87aace60c7bc36b007ff82a
3
+ size 451202704
bluejeans_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d31d8b87f6a7e339fa42755d558b1a291bb5474dceba3b1af03bdf5c4f3c86
3
+ size 451202704
config.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: bluejeans
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/bluejeans/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
+ - wounded centaur, mythical creature [trigger]
33
+ - ruins of athens, snake [trigger]
34
+ - silver vampire sword [trigger]
35
+ - kreaSet Ariana grande in bit baggy blue jeans and brown sweater, full body
36
+ shot, iPhone photo, long shot, Shibuya Scramble Crossing with big signs background,
37
+ Ariana grande [trigger]
38
+ sample_every: 500
39
+ sample_steps: 25
40
+ sampler: flowmatch
41
+ seed: 42
42
+ walk_seed: true
43
+ width: 1024
44
+ save:
45
+ dtype: float16
46
+ max_step_saves_to_keep: 3
47
+ save_every: 500
48
+ save_format: diffusers
49
+ train:
50
+ batch_size: 1
51
+ dtype: bf16
52
+ ema_config:
53
+ ema_decay: 0.99
54
+ use_ema: true
55
+ gradient_accumulation_steps: 1
56
+ gradient_checkpointing: true
57
+ linear_timesteps: true
58
+ loss_type: mse
59
+ lr: 0.0002
60
+ noise_scheduler: flowmatch
61
+ optimizer: adamw8bit
62
+ reg_weight: 1.0
63
+ steps: 3000
64
+ target_noise_multiplier: 1.0
65
+ train_text_encoder: false
66
+ train_unet: true
67
+ training_folder: /root/lorahub
68
+ trigger_word: gliblu1
69
+ type: sd_trainer
70
+ job: extension
71
+ meta:
72
+ description: ''
samples/1733553373832__000000000_0.jpg ADDED
samples/1733553398695__000000000_1.jpg ADDED
samples/1733553423598__000000000_2.jpg ADDED
samples/1733553448523__000000000_3.jpg ADDED
samples/1733554575244__000000500_0.jpg ADDED
samples/1733554600111__000000500_1.jpg ADDED
samples/1733554625020__000000500_2.jpg ADDED
samples/1733554649883__000000500_3.jpg ADDED
samples/1733555778633__000001000_0.jpg ADDED
samples/1733555803487__000001000_1.jpg ADDED
samples/1733555828353__000001000_2.jpg ADDED
samples/1733555853206__000001000_3.jpg ADDED
samples/1733556985448__000001500_0.jpg ADDED
samples/1733557010344__000001500_1.jpg ADDED
samples/1733557035416__000001500_2.jpg ADDED
samples/1733557060252__000001500_3.jpg ADDED
samples/1733558194887__000002000_0.jpg ADDED
samples/1733558219731__000002000_1.jpg ADDED
samples/1733558244663__000002000_2.jpg ADDED
samples/1733558269507__000002000_3.jpg ADDED
samples/1733559398144__000002500_0.jpg ADDED
samples/1733559423092__000002500_1.jpg ADDED
samples/1733559448037__000002500_2.jpg ADDED
samples/1733559472994__000002500_3.jpg ADDED
samples/1733560602117__000003000_0.jpg ADDED
samples/1733560627044__000003000_1.jpg ADDED
samples/1733560651887__000003000_2.jpg ADDED
samples/1733560676719__000003000_3.jpg ADDED