Upload folder using huggingface_hub
Browse files- README.md +45 -0
- dataset.toml +14 -0
- emma-kotos-flux-000004.safetensors +3 -0
- emma-kotos-flux-000008.safetensors +3 -0
- emma-kotos-flux-000012.safetensors +3 -0
- emma-kotos-flux.safetensors +3 -0
- sample/emma-kotos-flux_000500_00_20241128014621.png +0 -0
- sample/emma-kotos-flux_000500_01_20241128014658.png +0 -0
- sample/emma-kotos-flux_000500_02_20241128014736.png +0 -0
- sample/emma-kotos-flux_000500_03_20241128014814.png +0 -0
- sample/emma-kotos-flux_000500_04_20241128014852.png +0 -0
- sample/emma-kotos-flux_001000_00_20241128024035.png +0 -0
- sample/emma-kotos-flux_001000_01_20241128024113.png +0 -0
- sample/emma-kotos-flux_001000_02_20241128024151.png +0 -0
- sample/emma-kotos-flux_001000_03_20241128024229.png +0 -0
- sample/emma-kotos-flux_001000_04_20241128024307.png +0 -0
- sample/emma-kotos-flux_001500_00_20241128034334.png +0 -0
- sample/emma-kotos-flux_001500_01_20241128034412.png +0 -0
- sample/emma-kotos-flux_001500_02_20241128034449.png +0 -0
- sample/emma-kotos-flux_001500_03_20241128034527.png +0 -0
- sample/emma-kotos-flux_001500_04_20241128034605.png +0 -0
- sample/emma-kotos-flux_002000_00_20241128044643.png +0 -0
- sample/emma-kotos-flux_002000_01_20241128044722.png +0 -0
- sample/emma-kotos-flux_002000_02_20241128044759.png +0 -0
- sample/emma-kotos-flux_002000_03_20241128044837.png +0 -0
- sample/emma-kotos-flux_002000_04_20241128044915.png +0 -0
- sample_prompts.txt +5 -0
- train.bat +34 -0
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- flux
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
- fluxgym
|
9 |
+
widget:
|
10 |
+
- output:
|
11 |
+
url: sample/emma-kotos-flux_002000_00_20241128044643.png
|
12 |
+
text: photo portrait of a woman in light, dark background, makeup, smiling
|
13 |
+
- output:
|
14 |
+
url: sample/emma-kotos-flux_002000_01_20241128044722.png
|
15 |
+
text: photo portrait of a woman in city paris, Eiffel tower in background
|
16 |
+
- output:
|
17 |
+
url: sample/emma-kotos-flux_002000_02_20241128044759.png
|
18 |
+
text: photo of woman in red dress, smiling, cleavage
|
19 |
+
- output:
|
20 |
+
url: sample/emma-kotos-flux_002000_03_20241128044837.png
|
21 |
+
text: photo of woman standing outdoor in forest, smiling
|
22 |
+
- output:
|
23 |
+
url: sample/emma-kotos-flux_002000_04_20241128044915.png
|
24 |
+
text: photo of woman standing and smiling in bikini on beach
|
25 |
+
base_model: black-forest-labs/FLUX.1-dev
|
26 |
+
|
27 |
+
license: other
|
28 |
+
license_name: flux-1-dev-non-commercial-license
|
29 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
30 |
+
---
|
31 |
+
|
32 |
+
# Emma Kotos Flux
|
33 |
+
|
34 |
+
A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
|
35 |
+
|
36 |
+
<Gallery />
|
37 |
+
|
38 |
+
## Trigger words
|
39 |
+
|
40 |
+
No trigger words defined.
|
41 |
+
|
42 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
43 |
+
|
44 |
+
Weights for this model are available in Safetensors format.
|
45 |
+
|
dataset.toml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[general]
|
2 |
+
shuffle_caption = false
|
3 |
+
caption_extension = '.txt'
|
4 |
+
keep_tokens = 1
|
5 |
+
|
6 |
+
[[datasets]]
|
7 |
+
resolution = 512
|
8 |
+
batch_size = 1
|
9 |
+
keep_tokens = 1
|
10 |
+
|
11 |
+
[[datasets.subsets]]
|
12 |
+
image_dir = 'X:\Pinokio\api\fluxgym.git\datasets\emma-kotos-flux'
|
13 |
+
class_tokens = ''
|
14 |
+
num_repeats = 5
|
emma-kotos-flux-000004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:911d22d78231d1160f6be536397e8581c6cd2023d338cebab3d6f543d37136c6
|
3 |
+
size 39765608
|
emma-kotos-flux-000008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0514fd29ae6db0eb36243b0a3c9ecc7ac980ecbb93fb1f177b5848247bbbacf
|
3 |
+
size 39765608
|
emma-kotos-flux-000012.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76c49afc3e3cd0e72980b55f829258dc5ed6589a9a53961df9790cd80de93f1f
|
3 |
+
size 39765608
|
emma-kotos-flux.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0362e4a8fcc4f4012118f8d8f9b5a4c85fbdc4786427c1e370a1bcad4f56c63c
|
3 |
+
size 39765608
|
sample/emma-kotos-flux_000500_00_20241128014621.png
ADDED
![]() |
sample/emma-kotos-flux_000500_01_20241128014658.png
ADDED
![]() |
sample/emma-kotos-flux_000500_02_20241128014736.png
ADDED
![]() |
sample/emma-kotos-flux_000500_03_20241128014814.png
ADDED
![]() |
sample/emma-kotos-flux_000500_04_20241128014852.png
ADDED
![]() |
sample/emma-kotos-flux_001000_00_20241128024035.png
ADDED
![]() |
sample/emma-kotos-flux_001000_01_20241128024113.png
ADDED
![]() |
sample/emma-kotos-flux_001000_02_20241128024151.png
ADDED
![]() |
sample/emma-kotos-flux_001000_03_20241128024229.png
ADDED
![]() |
sample/emma-kotos-flux_001000_04_20241128024307.png
ADDED
![]() |
sample/emma-kotos-flux_001500_00_20241128034334.png
ADDED
![]() |
sample/emma-kotos-flux_001500_01_20241128034412.png
ADDED
![]() |
sample/emma-kotos-flux_001500_02_20241128034449.png
ADDED
![]() |
sample/emma-kotos-flux_001500_03_20241128034527.png
ADDED
![]() |
sample/emma-kotos-flux_001500_04_20241128034605.png
ADDED
![]() |
sample/emma-kotos-flux_002000_00_20241128044643.png
ADDED
![]() |
sample/emma-kotos-flux_002000_01_20241128044722.png
ADDED
![]() |
sample/emma-kotos-flux_002000_02_20241128044759.png
ADDED
![]() |
sample/emma-kotos-flux_002000_03_20241128044837.png
ADDED
![]() |
sample/emma-kotos-flux_002000_04_20241128044915.png
ADDED
![]() |
sample_prompts.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
photo portrait of a woman in light, dark background, makeup, smiling
|
2 |
+
photo portrait of a woman in city paris, Eiffel tower in background
|
3 |
+
photo of woman in red dress, smiling, cleavage
|
4 |
+
photo of woman standing outdoor in forest, smiling
|
5 |
+
photo of woman standing and smiling in bikini on beach
|
train.bat
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate launch ^
|
2 |
+
--mixed_precision bf16 ^
|
3 |
+
--num_cpu_threads_per_process 1 ^
|
4 |
+
sd-scripts/flux_train_network.py ^
|
5 |
+
--pretrained_model_name_or_path "X:\Pinokio\api\fluxgym.git\models\unet\flux1-dev.sft" ^
|
6 |
+
--clip_l "X:\Pinokio\api\fluxgym.git\models\clip\clip_l.safetensors" ^
|
7 |
+
--t5xxl "X:\Pinokio\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors" ^
|
8 |
+
--ae "X:\Pinokio\api\fluxgym.git\models\vae\ae.sft" ^
|
9 |
+
--cache_latents_to_disk ^
|
10 |
+
--save_model_as safetensors ^
|
11 |
+
--sdpa --persistent_data_loader_workers ^
|
12 |
+
--max_data_loader_n_workers 2 ^
|
13 |
+
--seed 42 ^
|
14 |
+
--gradient_checkpointing ^
|
15 |
+
--mixed_precision bf16 ^
|
16 |
+
--save_precision bf16 ^
|
17 |
+
--network_module networks.lora_flux ^
|
18 |
+
--network_dim 4 ^
|
19 |
+
--optimizer_type adamw8bit ^--sample_prompts="X:\Pinokio\api\fluxgym.git\outputs\emma-kotos-flux\sample_prompts.txt" --sample_every_n_steps="500" ^
|
20 |
+
--learning_rate 8e-4 ^
|
21 |
+
--cache_text_encoder_outputs ^
|
22 |
+
--cache_text_encoder_outputs_to_disk ^
|
23 |
+
--fp8_base ^
|
24 |
+
--highvram ^
|
25 |
+
--max_train_epochs 15 ^
|
26 |
+
--save_every_n_epochs 4 ^
|
27 |
+
--dataset_config "X:\Pinokio\api\fluxgym.git\outputs\emma-kotos-flux\dataset.toml" ^
|
28 |
+
--output_dir "X:\Pinokio\api\fluxgym.git\outputs\emma-kotos-flux" ^
|
29 |
+
--output_name emma-kotos-flux ^
|
30 |
+
--timestep_sampling shift ^
|
31 |
+
--discrete_flow_shift 3.1582 ^
|
32 |
+
--model_prediction_type raw ^
|
33 |
+
--guidance_scale 1 ^
|
34 |
+
--loss_type l2 ^
|