leguigou commited on
Commit
466e131
·
verified ·
1 Parent(s): 63afb4c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/lisa-lolita-flux_002000_00_20241123141735.png
12
+ text: photo portrait of a young girl with long blonde hair
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+
15
+ license: other
16
+ license_name: flux-1-dev-non-commercial-license
17
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
18
+ ---
19
+
20
+ # Lisa Lolita Flux
21
+
22
+ A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
23
+
24
+ <Gallery />
25
+
26
+ ## Trigger words
27
+
28
+ No trigger words defined.
29
+
30
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
31
+
32
+ Weights for this model are available in Safetensors format.
33
+
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\lisa-lolita-flux'
13
+ class_tokens = ''
14
+ num_repeats = 10
lisa-lolita-flux-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906bddeddb2f062f2ebd4a45ecfb9e9400ed6af0471a3f01733794337d026767
3
+ size 18212652
lisa-lolita-flux-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4301ab7d8dc2833ebff3a3a6e66ec26b83c4afeec1fee9bf5b5e83ff4d6e8a97
3
+ size 18212652
lisa-lolita-flux.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86ec6408991f0a4a46f24b2aa1a172d69ad922021f76533a1179470359bc87e5
3
+ size 18212652
sample/lisa-lolita-flux_000250_00_20241123112836.png ADDED
sample/lisa-lolita-flux_000500_00_20241123115237.png ADDED
sample/lisa-lolita-flux_000750_00_20241123121707.png ADDED
sample/lisa-lolita-flux_001000_00_20241123124135.png ADDED
sample/lisa-lolita-flux_001250_00_20241123130537.png ADDED
sample/lisa-lolita-flux_001500_00_20241123132939.png ADDED
sample/lisa-lolita-flux_001750_00_20241123135339.png ADDED
sample/lisa-lolita-flux_002000_00_20241123141735.png ADDED
sample_prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ photo portrait of a young girl with long blonde hair
train.bat ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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\bdsqlsz\flux1-dev2pro-single\flux1-dev2pro.safetensors" ^
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
+ --split_mode ^
22
+ --network_args "train_blocks=single" ^
23
+ --lr_scheduler constant_with_warmup ^
24
+ --max_grad_norm 0.0 ^--sample_prompts="X:\Pinokio\api\fluxgym.git\outputs\lisa-lolita-flux\sample_prompts.txt" --sample_every_n_steps="250" ^
25
+ --learning_rate 8e-4 ^
26
+ --cache_text_encoder_outputs ^
27
+ --cache_text_encoder_outputs_to_disk ^
28
+ --fp8_base ^
29
+ --highvram ^
30
+ --max_train_epochs 10 ^
31
+ --save_every_n_epochs 4 ^
32
+ --dataset_config "X:\Pinokio\api\fluxgym.git\outputs\lisa-lolita-flux\dataset.toml" ^
33
+ --output_dir "X:\Pinokio\api\fluxgym.git\outputs\lisa-lolita-flux" ^
34
+ --output_name lisa-lolita-flux ^
35
+ --timestep_sampling shift ^
36
+ --discrete_flow_shift 3.1582 ^
37
+ --model_prediction_type raw ^
38
+ --guidance_scale 1 ^
39
+ --loss_type l2 ^