rvorias commited on
Commit
210ec1f
1 Parent(s): 841e79a

Upload folder using huggingface_hub

Browse files
Elektroschutz.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b0c0d0fa8bef081be54cb37ec4c3b0eb8904c1d2e28eeded8d8c4f4ccc9ffc
3
+ size 451202816
Elektroschutz_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5398fa25efc1a6bf19f4fbf33fa9825110cd19845d12fc8bd71e11638e2b18e5
3
+ size 451202816
Elektroschutz_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250e4ae2aef3b0d0ab1820cf8f55b6b21ecb5bedd6ea1d0a78a9e197f4d5947f
3
+ size 451202816
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - fluxlora
5
+ - diffusers
6
+ - template:sd-lora
7
+ widget:
8
+ - output:
9
+ url: samples/1726700521396__000001500_0.jpg
10
+ text: wounded centaur, mythical creature [trigger]
11
+ - output:
12
+ url: samples/1726700545098__000001500_1.jpg
13
+ text: ruins of athens, snake [trigger]
14
+ - output:
15
+ url: samples/1726700568945__000001500_2.jpg
16
+ text: silver vampire sword [trigger]
17
+ - output:
18
+ url: samples/1726700592736__000001500_3.jpg
19
+ text: man in room attempting to operate various devices, [trigger]
20
+ - output:
21
+ url: samples/1726700616572__000001500_4.jpg
22
+ text: dog near fire hydrant, [trigger]
23
+ - output:
24
+ url: samples/1726700640512__000001500_5.jpg
25
+ text: woman standing at busy city intersection
26
+ base_model: black-forest-labs/FLUX.1-dev
27
+ trigger: lktro
28
+ license: other
29
+ license_name: flux-1-dev-non-commercial-license
30
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
31
+ ---
32
+ # Elektroschutz
33
+ 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 `an303042`.
34
+ <Gallery />
35
+ ## Trigger words
36
+ You should use `lktro` to trigger the image generation.
37
+ ## Download model
38
+ Weights for this model are available in Safetensors format.
39
+ [Download](/glif-loradex-trainer/an303042_Elektroschutz/tree/main) them in the Files & versions tab.
40
+
41
+ ## License
42
+ 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).
43
+
config.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: Elektroschutz
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/Elektroschutz/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
+ height: 1024
29
+ neg: ''
30
+ prompts:
31
+ - wounded centaur, mythical creature [trigger]
32
+ - ruins of athens, snake [trigger]
33
+ - silver vampire sword [trigger]
34
+ - man in room attempting to operate various devices, [trigger]
35
+ - dog near fire hydrant, [trigger]
36
+ - woman standing at busy city intersection
37
+ sample_every: 500
38
+ sample_steps: 25
39
+ sampler: flowmatch
40
+ seed: 42
41
+ walk_seed: true
42
+ width: 1024
43
+ save:
44
+ dtype: float16
45
+ max_step_saves_to_keep: 3
46
+ save_every: 500
47
+ save_format: diffusers
48
+ train:
49
+ batch_size: 1
50
+ dtype: bf16
51
+ ema_config:
52
+ ema_decay: 0.99
53
+ use_ema: true
54
+ gradient_accumulation_steps: 1
55
+ gradient_checkpointing: true
56
+ linear_timesteps: true
57
+ loss_type: mse
58
+ lr: 0.0002
59
+ noise_scheduler: flowmatch
60
+ optimizer: adamw8bit
61
+ reg_weight: 1.0
62
+ steps: 1500
63
+ target_noise_multiplier: 1.0
64
+ train_text_encoder: false
65
+ train_unet: true
66
+ training_folder: /root/lorahub
67
+ trigger_word: lktro
68
+ type: sd_trainer
69
+ job: extension
70
+ meta:
71
+ description: "creted by @an303042 after \u2018Elektroschutz in 132 Bildern\u2019\
72
+ \ (1936) by Viennese physician Stefan Jellinek (1878-1968)"
samples/1726696559722__000000000_0.jpg ADDED
samples/1726696583646__000000000_1.jpg ADDED
samples/1726696607228__000000000_2.jpg ADDED
samples/1726696630847__000000000_3.jpg ADDED
samples/1726696655168__000000000_4.jpg ADDED
samples/1726696678765__000000000_5.jpg ADDED
samples/1726697882967__000000500_0.jpg ADDED
samples/1726697906656__000000500_1.jpg ADDED
samples/1726697930948__000000500_2.jpg ADDED
samples/1726697954648__000000500_3.jpg ADDED
samples/1726697978371__000000500_4.jpg ADDED
samples/1726698002279__000000500_5.jpg ADDED
samples/1726699198223__000001000_0.jpg ADDED
samples/1726699222047__000001000_1.jpg ADDED
samples/1726699246123__000001000_2.jpg ADDED
samples/1726699269913__000001000_3.jpg ADDED
samples/1726699293818__000001000_4.jpg ADDED
samples/1726699317639__000001000_5.jpg ADDED
samples/1726700521396__000001500_0.jpg ADDED
samples/1726700545098__000001500_1.jpg ADDED
samples/1726700568945__000001500_2.jpg ADDED
samples/1726700592736__000001500_3.jpg ADDED
samples/1726700616572__000001500_4.jpg ADDED
samples/1726700640512__000001500_5.jpg ADDED