rvorias commited on
Commit
d5225d5
1 Parent(s): 671db73

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/1730763111445__000001500_0.jpg
15
+ text: captain cook and his crew dancing with penguins on an iceberg realistic
16
+ artwork of Captain Cook the pirate Shiba Inu
17
+ - output:
18
+ url: samples/1730763136008__000001500_1.jpg
19
+ text: on the deck of a pirate frigate realistic artwork of Captain Cook the pirate
20
+ Shiba Inu
21
+ - output:
22
+ url: samples/1730763160564__000001500_2.jpg
23
+ text: fighting a giant shark realistic artwork of Captain Cook the pirate Shiba
24
+ Inu
25
+ base_model: black-forest-labs/FLUX.1-dev
26
+ trigger: realistic artwork of Captain Cook the pirate Shiba Inu
27
+ instance_prompt: realistic artwork of Captain Cook the pirate Shiba Inu
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
+ # captain_cook_ai
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 `keskitariv`.
34
+ <Gallery />
35
+ ## Trigger words
36
+ You should use `realistic artwork of Captain Cook the pirate Shiba Inu` to trigger the image generation.
37
+ ## Download model
38
+ Weights for this model are available in Safetensors format.
39
+ [Download](/glif-loradex-trainer/keskitariv_captain_cook_ai/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
+
captain_cook_ai.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68e013ece07bda9e53bcdc924f7399e9b5ad80dcbe0c486e37721c02d2c568de
3
+ size 451202824
captain_cook_ai_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd630749ecf16874d3677e9e3ffbae57dc0b8e8ee0d78504b76686e36708db4
3
+ size 451202824
captain_cook_ai_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57a1ce4d1aeb3e3fc186127ac3f8e018923d31e9f19cbfaa1866f5dee236e710
3
+ size 451202824
config.yaml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ name: captain_cook_ai
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/captain_cook_ai/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
+ - captain cook and his crew dancing with penguins on an iceberg [trigger]
32
+ - on the deck of a pirate frigate [trigger]
33
+ - fighting a giant shark [trigger]
34
+ sample_every: 500
35
+ sample_steps: 25
36
+ sampler: flowmatch
37
+ seed: 42
38
+ walk_seed: true
39
+ width: 1024
40
+ save:
41
+ dtype: float16
42
+ max_step_saves_to_keep: 3
43
+ save_every: 500
44
+ save_format: diffusers
45
+ train:
46
+ batch_size: 1
47
+ dtype: bf16
48
+ ema_config:
49
+ ema_decay: 0.99
50
+ use_ema: true
51
+ gradient_accumulation_steps: 1
52
+ gradient_checkpointing: true
53
+ linear_timesteps: true
54
+ loss_type: mse
55
+ lr: 1.0
56
+ noise_scheduler: flowmatch
57
+ optimizer: prodigy
58
+ reg_weight: 1.0
59
+ steps: 1500
60
+ target_noise_multiplier: 1.0
61
+ train_text_encoder: false
62
+ train_unet: true
63
+ training_folder: /root/lorahub
64
+ trigger_word: realistic artwork of Captain Cook the pirate Shiba Inu
65
+ type: sd_trainer
66
+ job: extension
67
+ meta:
68
+ description: You gotta love Captain Cook
samples/1730759220642__000000000_0.jpg ADDED
samples/1730759245226__000000000_1.jpg ADDED
samples/1730759269821__000000000_2.jpg ADDED
samples/1730759583587__000000000_0.jpg ADDED
samples/1730759607131__000000000_1.jpg ADDED
samples/1730759630816__000000000_2.jpg ADDED
samples/1730760517784__000000500_0.jpg ADDED
samples/1730760542353__000000500_1.jpg ADDED
samples/1730760566924__000000500_2.jpg ADDED
samples/1730760891760__000000500_0.jpg ADDED
samples/1730760915764__000000500_1.jpg ADDED
samples/1730760939422__000000500_2.jpg ADDED
samples/1730761815881__000001000_0.jpg ADDED
samples/1730761840436__000001000_1.jpg ADDED
samples/1730761864990__000001000_2.jpg ADDED
samples/1730762207750__000001000_0.jpg ADDED
samples/1730762231450__000001000_1.jpg ADDED
samples/1730762255282__000001000_2.jpg ADDED
samples/1730763111445__000001500_0.jpg ADDED
samples/1730763136008__000001500_1.jpg ADDED
samples/1730763160564__000001500_2.jpg ADDED