leguigou commited on
Commit
6b3eaaa
·
verified ·
1 Parent(s): c9d6ebb

Upload folder using huggingface_hub

Browse files
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/erine-moriarty-flux_001500_00_20241128182203.png
12
+ text: photo portrait of a woman in light, dark background, makeup, smiling
13
+ - output:
14
+ url: sample/erine-moriarty-flux_001500_01_20241128182241.png
15
+ text: photo portrait of a woman in city paris, Eiffel tower in background, smiling
16
+ - output:
17
+ url: sample/erine-moriarty-flux_001500_02_20241128182319.png
18
+ text: photo of woman in red dress, smiling, cleavage
19
+ - output:
20
+ url: sample/erine-moriarty-flux_001500_03_20241128182357.png
21
+ text: photo of woman standing outdoor in forest, smiling
22
+ - output:
23
+ url: sample/erine-moriarty-flux_001500_04_20241128182435.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
+ # Erine Moriarty 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\erine-moriarty-flux'
13
+ class_tokens = ''
14
+ num_repeats = 5
erine-moriarty-flux-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3738712157a275d58f237aaed5aa68c66045c665d6906a7ebb6633dbace784
3
+ size 39773992
erine-moriarty-flux-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd357e94b7377793dca69e3348f8e10bbaf1b2c67c9e27535a524cf45a72c06b
3
+ size 39773992
erine-moriarty-flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c846b52e4b2351b797fb59b59905474e65246b199e5ddcd414855417f6e56d8
3
+ size 39773992
sample/erine-moriarty-flux_000500_00_20241128161940.png ADDED
sample/erine-moriarty-flux_000500_01_20241128162018.png ADDED
sample/erine-moriarty-flux_000500_02_20241128162056.png ADDED
sample/erine-moriarty-flux_000500_03_20241128162134.png ADDED
sample/erine-moriarty-flux_000500_04_20241128162212.png ADDED
sample/erine-moriarty-flux_001000_00_20241128171529.png ADDED
sample/erine-moriarty-flux_001000_01_20241128171607.png ADDED
sample/erine-moriarty-flux_001000_02_20241128171645.png ADDED
sample/erine-moriarty-flux_001000_03_20241128171723.png ADDED
sample/erine-moriarty-flux_001000_04_20241128171801.png ADDED
sample/erine-moriarty-flux_001500_00_20241128182203.png ADDED
sample/erine-moriarty-flux_001500_01_20241128182241.png ADDED
sample/erine-moriarty-flux_001500_02_20241128182319.png ADDED
sample/erine-moriarty-flux_001500_03_20241128182357.png ADDED
sample/erine-moriarty-flux_001500_04_20241128182435.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, smiling
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,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 adafactor ^
20
+ --optimizer_args "relative_step=False" "scale_parameter=False" "warmup_init=False" ^
21
+ --lr_scheduler constant_with_warmup ^
22
+ --max_grad_norm 0.0 ^--sample_prompts="X:\Pinokio\api\fluxgym.git\outputs\erine-moriarty-flux\sample_prompts.txt" --sample_every_n_steps="500" ^
23
+ --learning_rate 8e-4 ^
24
+ --cache_text_encoder_outputs ^
25
+ --cache_text_encoder_outputs_to_disk ^
26
+ --fp8_base ^
27
+ --highvram ^
28
+ --max_train_epochs 10 ^
29
+ --save_every_n_epochs 4 ^
30
+ --dataset_config "X:\Pinokio\api\fluxgym.git\outputs\erine-moriarty-flux\dataset.toml" ^
31
+ --output_dir "X:\Pinokio\api\fluxgym.git\outputs\erine-moriarty-flux" ^
32
+ --output_name erine-moriarty-flux ^
33
+ --timestep_sampling shift ^
34
+ --discrete_flow_shift 3.1582 ^
35
+ --model_prediction_type raw ^
36
+ --guidance_scale 1 ^
37
+ --loss_type l2 ^