Upload folder using huggingface_hub
Browse files- README.md +33 -0
- dataset.toml +14 -0
- sample/venician-lolita-flux-pro_000400_00_20241123025413.png +0 -0
- sample/venician-lolita-flux-pro_000800_00_20241123033159.png +0 -0
- sample/venician-lolita-flux-pro_001200_00_20241123040946.png +0 -0
- sample/venician-lolita-flux-pro_001600_00_20241123044732.png +0 -0
- sample/venician-lolita-flux-pro_002000_00_20241123052518.png +0 -0
- sample/venician-lolita-flux-pro_002400_00_20241123060304.png +0 -0
- sample_prompts.txt +1 -0
- train.bat +39 -0
- venician-lolita-flux-pro-000004.safetensors +3 -0
- venician-lolita-flux-pro-000008.safetensors +3 -0
- venician-lolita-flux-pro.safetensors +3 -0
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/venician-lolita-flux-pro_002400_00_20241123060304.png
|
12 |
+
text: Photo portrait of a young girl with a bright smile
|
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 |
+
# Venician Lolita Flux Pro
|
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\venician-lolita-flux-pro'
|
13 |
+
class_tokens = ''
|
14 |
+
num_repeats = 15
|
sample/venician-lolita-flux-pro_000400_00_20241123025413.png
ADDED
![]() |
sample/venician-lolita-flux-pro_000800_00_20241123033159.png
ADDED
![]() |
sample/venician-lolita-flux-pro_001200_00_20241123040946.png
ADDED
![]() |
sample/venician-lolita-flux-pro_001600_00_20241123044732.png
ADDED
![]() |
sample/venician-lolita-flux-pro_002000_00_20241123052518.png
ADDED
![]() |
sample/venician-lolita-flux-pro_002400_00_20241123060304.png
ADDED
![]() |
sample_prompts.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Photo portrait of a young girl with a bright smile
|
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\venician-lolita-flux-pro\sample_prompts.txt" --sample_every_n_steps="400" ^
|
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\venician-lolita-flux-pro\dataset.toml" ^
|
33 |
+
--output_dir "X:\Pinokio\api\fluxgym.git\outputs\venician-lolita-flux-pro" ^
|
34 |
+
--output_name venician-lolita-flux-pro ^
|
35 |
+
--timestep_sampling shift ^
|
36 |
+
--discrete_flow_shift 3.1582 ^
|
37 |
+
--model_prediction_type raw ^
|
38 |
+
--guidance_scale 1 ^
|
39 |
+
--loss_type l2 ^
|
venician-lolita-flux-pro-000004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbfc0c7e256226e05e48211eaac811183f1467cf7900d87ed18f6995d665399a
|
3 |
+
size 18214044
|
venician-lolita-flux-pro-000008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2058d363d613c30bb64c80b52570a1f68bd8bc212721b61fef1fb6a1a7ca79b9
|
3 |
+
size 18214044
|
venician-lolita-flux-pro.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9328a528758ac3b1b931ba6c59b89bac6eea4904cdfcff0f1abcac6b54c3b694
|
3 |
+
size 18214052
|