rvorias commited on
Commit
8476ca8
·
verified ·
1 Parent(s): 30fb210

Upload folder using huggingface_hub

Browse files
90s_corporate_training.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536315b5dd0b23a8576674f49484ea0f708a4e88aa1050936085099dd41d2363
3
+ size 451202744
90s_corporate_training_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e828e635b376fa0becd0d91ccf75a2293edac7e0324378b49e910f3c8947289a
3
+ size 451202744
90s_corporate_training_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3751b08dde96d88b1656d742f94df16a838cce0277dae3dd480ee7a23704552
3
+ size 451202744
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/1736420800110__000001500_0.jpg
15
+ text: video store sales person 90s corporate training
16
+ - output:
17
+ url: samples/1736420825092__000001500_1.jpg
18
+ text: woman talking to man in an office 90s corporate training
19
+ - output:
20
+ url: samples/1736420850306__000001500_2.jpg
21
+ text: female cashier 90s corporate training
22
+ - output:
23
+ url: samples/1736420875278__000001500_3.jpg
24
+ text: man fast food worker 90s corporate training
25
+ - output:
26
+ url: samples/1736420900274__000001500_4.jpg
27
+ text: video game store salesman talking to a customer 90s corporate training
28
+ - output:
29
+ url: samples/1736420925239__000001500_5.jpg
30
+ text: corporate coworkers smiling 90s corporate training
31
+ base_model: black-forest-labs/FLUX.1-dev
32
+ trigger: "90s corporate training"
33
+ instance_prompt: "90s corporate training"
34
+ license: other
35
+ license_name: flux-1-dev-non-commercial-license
36
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
37
+ ---
38
+ # 90s_corporate_training
39
+ 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 `heather`.
40
+ <Gallery />
41
+ ## Trigger words
42
+ You should use `90s corporate training` to trigger the image generation.
43
+ ## Download model
44
+ Weights for this model are available in Safetensors format.
45
+ [Download](/glif-loradex-trainer/heather_90s_corporate_training/tree/main) them in the Files & versions tab.
46
+
47
+ ## License
48
+ 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).
49
+
config.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: 90s_corporate_training
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/90s_corporate_training/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
+ - video store sales person [trigger]
33
+ - woman talking to man in an office [trigger]
34
+ - female cashier [trigger]
35
+ - man fast food worker [trigger]
36
+ - video game store salesman talking to a customer [trigger]
37
+ - corporate coworkers smiling [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: 1500
64
+ target_noise_multiplier: 1.0
65
+ train_text_encoder: false
66
+ train_unet: true
67
+ training_folder: /root/lorahub
68
+ trigger_word: 90s corporate training
69
+ type: sd_trainer
70
+ job: extension
71
+ meta:
72
+ description: ''
samples/1736417032050__000000000_0.jpg ADDED
samples/1736417056994__000000000_1.jpg ADDED
samples/1736417081935__000000000_2.jpg ADDED
samples/1736417106837__000000000_3.jpg ADDED
samples/1736417131736__000000000_4.jpg ADDED
samples/1736417156623__000000000_5.jpg ADDED
samples/1736418289834__000000500_0.jpg ADDED
samples/1736418314779__000000500_1.jpg ADDED
samples/1736418339698__000000500_2.jpg ADDED
samples/1736418364652__000000500_3.jpg ADDED
samples/1736418389644__000000500_4.jpg ADDED
samples/1736418414542__000000500_5.jpg ADDED
samples/1736419545887__000001000_0.jpg ADDED
samples/1736419570763__000001000_1.jpg ADDED
samples/1736419595627__000001000_2.jpg ADDED
samples/1736419620518__000001000_3.jpg ADDED
samples/1736419645443__000001000_4.jpg ADDED
samples/1736419670299__000001000_5.jpg ADDED
samples/1736420800110__000001500_0.jpg ADDED
samples/1736420825092__000001500_1.jpg ADDED
samples/1736420850306__000001500_2.jpg ADDED
samples/1736420875278__000001500_3.jpg ADDED
samples/1736420900274__000001500_4.jpg ADDED
samples/1736420925239__000001500_5.jpg ADDED