Text-to-Image
Diffusers
template:sd-lora
flux
lora
rvorias commited on
Commit
c795c7a
·
verified ·
1 Parent(s): a24f494

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/1734403794368__000001500_0.jpg
15
+ text: wounded centaur, mythical creature soft shingles roof, grainy, wide view,
16
+ sunset
17
+ - output:
18
+ url: samples/1734403819271__000001500_1.jpg
19
+ text: ruins of athens, snake soft shingles roof, grainy, wide view, sunset
20
+ - output:
21
+ url: samples/1734403844211__000001500_2.jpg
22
+ text: silver vampire sword soft shingles roof, grainy, wide view, sunset
23
+ base_model: black-forest-labs/FLUX.1-dev
24
+ trigger: "soft shingles roof, grainy, wide view, sunset"
25
+ instance_prompt: "soft shingles roof, grainy, wide view, sunset"
26
+ license: other
27
+ license_name: flux-1-dev-non-commercial-license
28
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
29
+ ---
30
+ # Roofing
31
+ 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 `mylife048`.
32
+ <Gallery />
33
+ ## Trigger words
34
+ You should use `soft shingles roof, grainy, wide view, sunset` to trigger the image generation.
35
+ ## Download model
36
+ Weights for this model are available in Safetensors format.
37
+ [Download](/glif-loradex-trainer/mylife048_Roofing/tree/main) them in the Files & versions tab.
38
+
39
+ ## License
40
+ 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).
41
+
Roofing.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad22bdfdad7d6112eefd6b68b14a94af35ca06180ef24fe987407f17a3c712a0
3
+ size 451202776
Roofing_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e181b6eaec13c56b6de9035257b3851fbeb25b1ce43616eb6fbca71dbb2e4c08
3
+ size 451202776
Roofing_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60768b3a5b1832e177bab8019870c4806d73cd5d0b234bfd485c431bb213003d
3
+ size 451202776
config.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: Roofing
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/Roofing/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
+ sample_every: 500
36
+ sample_steps: 25
37
+ sampler: flowmatch
38
+ seed: 42
39
+ walk_seed: true
40
+ width: 1024
41
+ save:
42
+ dtype: float16
43
+ max_step_saves_to_keep: 3
44
+ save_every: 500
45
+ save_format: diffusers
46
+ train:
47
+ batch_size: 1
48
+ dtype: bf16
49
+ ema_config:
50
+ ema_decay: 0.99
51
+ use_ema: true
52
+ gradient_accumulation_steps: 1
53
+ gradient_checkpointing: true
54
+ linear_timesteps: true
55
+ loss_type: mse
56
+ lr: 0.0002
57
+ noise_scheduler: flowmatch
58
+ optimizer: adamw8bit
59
+ reg_weight: 1.0
60
+ steps: 1500
61
+ target_noise_multiplier: 1.0
62
+ train_text_encoder: false
63
+ train_unet: true
64
+ training_folder: /root/lorahub
65
+ trigger_word: soft shingles roof, grainy, wide view, sunset
66
+ type: sd_trainer
67
+ job: extension
68
+ meta:
69
+ description: ''
samples/1734400168849__000000000_0.jpg ADDED
samples/1734400193697__000000000_1.jpg ADDED
samples/1734400218570__000000000_2.jpg ADDED
samples/1734401379470__000000500_0.jpg ADDED
samples/1734401404476__000000500_1.jpg ADDED
samples/1734401429469__000000500_2.jpg ADDED
samples/1734402584298__000001000_0.jpg ADDED
samples/1734402609252__000001000_1.jpg ADDED
samples/1734402634222__000001000_2.jpg ADDED
samples/1734403794368__000001500_0.jpg ADDED
samples/1734403819271__000001500_1.jpg ADDED
samples/1734403844211__000001500_2.jpg ADDED