rvorias commited on
Commit
3f6ec7c
·
verified ·
1 Parent(s): 8e5306f

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/1742221610674__000001500_0.jpg
15
+ text: silver vampire sword TOK
16
+ base_model: black-forest-labs/FLUX.1-dev
17
+ trigger: "TOK"
18
+ instance_prompt: "TOK"
19
+ license: other
20
+ license_name: flux-1-dev-non-commercial-license
21
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
22
+ ---
23
+ # SimpleStudy
24
+ 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 `simplestudy`.
25
+ <Gallery />
26
+ ## Trigger words
27
+ You should use `TOK` to trigger the image generation.
28
+ ## Download model
29
+ Weights for this model are available in Safetensors format.
30
+ [Download](/glif-loradex-trainer/simplestudy_SimpleStudy/tree/main) them in the Files & versions tab.
31
+
32
+ ## License
33
+ 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).
34
+
SimpleStudy.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:389a45420063fd0bc2bd6ee7dc3932319a877362e137d8710cced09f4d009ffc
3
+ size 451202696
SimpleStudy_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b5cb767d921af3129ca376a30446b43fe3d01fedc302d326aee6eaa0e9bef5a
3
+ size 451202696
SimpleStudy_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d02b3554d36de9675ee1dbbe003eb58145d9ec9af312f58a104d20d87d9bbe
3
+ size 451202696
config.yaml ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: SimpleStudy
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/SimpleStudy/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
+ - silver vampire sword [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: 1
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
58
+ steps: 1500
59
+ target_noise_multiplier: 1
60
+ train_text_encoder: false
61
+ train_unet: true
62
+ training_folder: /root/lorahub/flux-dev
63
+ trigger_word: TOK
64
+ type: loradex_trainer
65
+ job: extension
66
+ meta:
67
+ description: ''
samples/1742219116829__000000000_0.jpg ADDED
samples/1742219949057__000000500_0.jpg ADDED
samples/1742220784116__000001000_0.jpg ADDED
samples/1742221610674__000001500_0.jpg ADDED