rvorias commited on
Commit
2851e2c
1 Parent(s): c4af546

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/1732307654214__000003000_0.jpg
15
+ text: SNWSCLPTR_PPLSNSM shrek
16
+ - output:
17
+ url: samples/1732307679484__000003000_1.jpg
18
+ text: SNWSCLPTR_PPLSNSM 1995 Porsche 928 GTS
19
+ - output:
20
+ url: samples/1732307704402__000003000_2.jpg
21
+ text: SNWSCLPTR_PPLSNSM jezus christ.
22
+ base_model: black-forest-labs/FLUX.1-dev
23
+ trigger: SNWSCLPTR_PPLSNSM
24
+ instance_prompt: SNWSCLPTR_PPLSNSM
25
+ license: other
26
+ license_name: flux-1-dev-non-commercial-license
27
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
28
+ ---
29
+ # appelsiensam_snowsculpture_v1
30
+ 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 `i12bp8`.
31
+ <Gallery />
32
+ ## Trigger words
33
+ You should use `SNWSCLPTR_PPLSNSM` to trigger the image generation.
34
+ ## Download model
35
+ Weights for this model are available in Safetensors format.
36
+ [Download](/glif-loradex-trainer/i12bp8_appelsiensam_snowsculpture_v1/tree/main) them in the Files & versions tab.
37
+
38
+ ## License
39
+ 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).
40
+
appelsiensam_snowsculpture_v1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce99111b86dce3d6fae1c8a07895d23c453fa0a92ce55b86ed66bb06ba5b10c6
3
+ size 451202744
appelsiensam_snowsculpture_v1_000001500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c0a6ad1c0e0976ff60749d2593b288f73b52f146214517444646acbb2eb514
3
+ size 451202744
appelsiensam_snowsculpture_v1_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea638a9f8d998f204a84e255e95a781d10abeeb957929a79fd820de43b747de
3
+ size 451202744
appelsiensam_snowsculpture_v1_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9584ee4bcf002fdce3ea17abb7537eb74e062c4bdf5d75ecbd9fec696d6ae972
3
+ size 451202744
config.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: appelsiensam_snowsculpture_v1
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/appelsiensam_snowsculpture_v1/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
+ - '[trigger] shrek'
33
+ - '[trigger] 1995 Porsche 928 GTS'
34
+ - '[trigger] jezus christ.'
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: 3000
61
+ target_noise_multiplier: 1.0
62
+ train_text_encoder: false
63
+ train_unet: true
64
+ training_folder: /root/lorahub
65
+ trigger_word: SNWSCLPTR_PPLSNSM
66
+ type: sd_trainer
67
+ job: extension
68
+ meta:
69
+ description: ''
samples/1732301655305__000000000_0.jpg ADDED
samples/1732301680225__000000000_1.jpg ADDED
samples/1732301705076__000000000_2.jpg ADDED
samples/1732302654525__000000500_0.jpg ADDED
samples/1732302679377__000000500_1.jpg ADDED
samples/1732302704290__000000500_2.jpg ADDED
samples/1732303657455__000001000_0.jpg ADDED
samples/1732303682368__000001000_1.jpg ADDED
samples/1732303707267__000001000_2.jpg ADDED
samples/1732304657537__000001500_0.jpg ADDED
samples/1732304682433__000001500_1.jpg ADDED
samples/1732304707326__000001500_2.jpg ADDED
samples/1732305658914__000002000_0.jpg ADDED
samples/1732305683799__000002000_1.jpg ADDED
samples/1732305708693__000002000_2.jpg ADDED
samples/1732306660186__000002500_0.jpg ADDED
samples/1732306685082__000002500_1.jpg ADDED
samples/1732306709972__000002500_2.jpg ADDED
samples/1732307654214__000003000_0.jpg ADDED
samples/1732307679484__000003000_1.jpg ADDED
samples/1732307704402__000003000_2.jpg ADDED