sanjay7178 commited on
Commit
22b0304
1 Parent(s): 9505c41

files synced via upload

Browse files
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ widget:
9
+ - text: amul girl - M. Karunanidhi eminant DMK leader, writer and Amul Butter.
10
+ output:
11
+ url: samples/1724439147535__000000500_0.jpg
12
+ - text: amul girl - When helmets were made compulsory in Bombay
13
+ output:
14
+ url: samples/1724439166070__000000500_1.jpg
15
+ base_model: black-forest-labs/FLUX.1-dev
16
+ instance_prompt: amul girl
17
+ license: other
18
+ license_name: flux-1-dev-non-commercial-license
19
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
20
+ ---
21
+
22
+ # amul_mascot_girl_flux_lora_v2_fp16
23
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
24
+ <Gallery />
25
+
26
+ ## Trigger words
27
+
28
+ You should use `amul girl` to trigger the image generation.
29
+
30
+ ## Download model
31
+
32
+ Weights for this model are available in Safetensors format.
33
+
34
+ [Download](/None/tree/main) them in the Files & versions tab.
amul_mascot_girl_flux_lora_v2_fp16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9768acff5097fbe1f18ff7c654498bf5183e05ac416ddb54bf3d040f829fd5c9
3
+ size 343805496
amul_mascot_girl_flux_lora_v2_fp16_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd98e147440c70ccb581f8ed634e50b1d90eede28c3315a65694353e3459ceb9
3
+ size 343805496
config.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: amul_mascot_girl_flux_lora_v2_fp16
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output/amul_mascot_girl
7
+ performance_log_every: 1000
8
+ device: cuda:0
9
+ log_dir: ../logs
10
+ trigger_word: amul girl
11
+ network:
12
+ type: lora
13
+ linear: 32
14
+ linear_alpha: 32
15
+ save:
16
+ dtype: float16
17
+ save_every: 250
18
+ max_step_saves_to_keep: 4
19
+ push_to_hub: true
20
+ hf_repo_id: sanjay7178/amul_mascot_girl_flux_lora_v2_fp16
21
+ datasets:
22
+ - folder_path: /home/ubuntu/amul/dataset3/amul_data
23
+ caption_ext: txt
24
+ caption_dropout_rate: 0.05
25
+ shuffle_tokens: false
26
+ cache_latents_to_disk: true
27
+ resolution:
28
+ - 512
29
+ - 768
30
+ - 1024
31
+ - 2048
32
+ train:
33
+ batch_size: 30
34
+ steps: 500
35
+ gradient_accumulation_steps: 1
36
+ train_unet: true
37
+ train_text_encoder: false
38
+ gradient_checkpointing: true
39
+ noise_scheduler: flowmatch
40
+ optimizer: adamw8bit
41
+ lr: 0.0001
42
+ ema_config:
43
+ use_ema: true
44
+ ema_decay: 0.99
45
+ dtype: bf16
46
+ model:
47
+ name_or_path: black-forest-labs/FLUX.1-dev
48
+ is_flux: true
49
+ quantize: true
50
+ sample:
51
+ sampler: flowmatch
52
+ sample_every: 250
53
+ width: 1024
54
+ height: 1024
55
+ prompts:
56
+ - amul girl - M. Karunanidhi eminant DMK leader, writer and Amul Butter.
57
+ - amul girl - When helmets were made compulsory in Bombay
58
+ neg: ''
59
+ seed: 42
60
+ walk_seed: true
61
+ guidance_scale: 4
62
+ sample_steps: 20
63
+ logging:
64
+ log_every: 10
65
+ use_wandb: true
66
+ verbose: false
67
+ meta:
68
+ name: '[amul_mascot_girl_flux_lora_v2_fp16]'
69
+ version: '1.0'
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4430dac6b0f5683f05079a65802e5b5392963060b93606280af8019c53228986
3
+ size 345500484
samples/1724433376537__000000000_0.jpg ADDED
samples/1724433395075__000000000_1.jpg ADDED
samples/1724436245242__000000250_0.jpg ADDED
samples/1724436263686__000000250_1.jpg ADDED
samples/1724439147535__000000500_0.jpg ADDED
samples/1724439166070__000000500_1.jpg ADDED