Upload folder using huggingface_hub
Browse files- asianjap-000001.safetensors +3 -0
- asianjap-000002.safetensors +3 -0
- asianjap-000003.safetensors +3 -0
- asianjap-000004.safetensors +3 -0
- asianjap-000005.safetensors +3 -0
- dataset.toml +14 -0
- sample/asianjap_000200_00_20250111165854.png +0 -0
- sample/asianjap_000400_00_20250111170315.png +0 -0
- sample/asianjap_000600_00_20250111170735.png +0 -0
- sample/asianjap_000800_00_20250111171155.png +0 -0
- sample/asianjap_001000_00_20250111171615.png +0 -0
- sample/asianjap_001200_00_20250111172035.png +0 -0
- sample/asianjap_001400_00_20250111172456.png +0 -0
- sample/asianjap_001600_00_20250111172916.png +0 -0
- sample_prompts.txt +1 -0
- train.sh +34 -0
asianjap-000001.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:619cf2c3ec96ed91124820db11953563c7a206dc834df8a3b480102b3dc64668
|
3 |
+
size 39803752
|
asianjap-000002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f64d2a9f1a2b1e46564fbe8da275b695c70461550549966f02165440941147f
|
3 |
+
size 39803752
|
asianjap-000003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a5c261c610cbed9e67171682a02d5ec11ac34c5591d092e1c7ea04442b7551e
|
3 |
+
size 39803752
|
asianjap-000004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61172f9124b44252bf691a125b4eb7bb4bd8281d9ad1239c26f462b94157a2fd
|
3 |
+
size 39803752
|
asianjap-000005.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03c7960256da333680f967e381c7ae6d91cf7027b30d0958c5b7d14f7e6bbdd4
|
3 |
+
size 39803760
|
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 = 1024
|
8 |
+
batch_size = 1
|
9 |
+
keep_tokens = 1
|
10 |
+
|
11 |
+
[[datasets.subsets]]
|
12 |
+
image_dir = '/app/fluxgym/datasets/asianjap'
|
13 |
+
class_tokens = '4s14n'
|
14 |
+
num_repeats = 2
|
sample/asianjap_000200_00_20250111165854.png
ADDED
![]() |
sample/asianjap_000400_00_20250111170315.png
ADDED
![]() |
sample/asianjap_000600_00_20250111170735.png
ADDED
![]() |
sample/asianjap_000800_00_20250111171155.png
ADDED
![]() |
sample/asianjap_001000_00_20250111171615.png
ADDED
![]() |
sample/asianjap_001200_00_20250111172035.png
ADDED
![]() |
sample/asianjap_001400_00_20250111172456.png
ADDED
![]() |
sample/asianjap_001600_00_20250111172916.png
ADDED
![]() |
sample_prompts.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
4s14n In this picture I can see a woman in front and I see that, she is sucking a man's dick. In the background, I can also see the white color cloth.
|
train.sh
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 "/app/fluxgym/models/unet/bdsqlsz/flux1-dev2pro-single/flux1-dev2pro.safetensors" \
|
6 |
+
--clip_l "/app/fluxgym/models/clip/clip_l.safetensors" \
|
7 |
+
--t5xxl "/app/fluxgym/models/clip/t5xxl_fp16.safetensors" \
|
8 |
+
--ae "/app/fluxgym/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="/app/fluxgym/outputs/asianjap/sample_prompts.txt" --sample_every_n_steps="200" \
|
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 30 \
|
26 |
+
--save_every_n_epochs 1 \
|
27 |
+
--dataset_config "/app/fluxgym/outputs/asianjap/dataset.toml" \
|
28 |
+
--output_dir "/app/fluxgym/outputs/asianjap" \
|
29 |
+
--output_name asianjap \
|
30 |
+
--timestep_sampling shift \
|
31 |
+
--discrete_flow_shift 3.1582 \
|
32 |
+
--model_prediction_type raw \
|
33 |
+
--guidance_scale 1 \
|
34 |
+
--loss_type l2 \
|