Upload folder using huggingface_hub
Browse files- dataset.toml +1 -1
- janu-000004.safetensors +1 -1
- janu-000008.safetensors +1 -1
- janu-000012.safetensors +3 -0
- janu.safetensors +2 -2
- train.bat +6 -6
dataset.toml
CHANGED
@@ -9,6 +9,6 @@ batch_size = 1
|
|
9 |
keep_tokens = 1
|
10 |
|
11 |
[[datasets.subsets]]
|
12 |
-
image_dir = '
|
13 |
class_tokens = 'riz2'
|
14 |
num_repeats = 10
|
|
|
9 |
keep_tokens = 1
|
10 |
|
11 |
[[datasets.subsets]]
|
12 |
+
image_dir = 'F:\rizwan\FLUXGYM\datasets\janu'
|
13 |
class_tokens = 'riz2'
|
14 |
num_repeats = 10
|
janu-000004.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 18209372
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21d04258087c6910dcc618dec8cc3ddc20c181f894060a890f04e4b3c5844b00
|
3 |
size 18209372
|
janu-000008.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 18209372
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f6c9637ee17caaaec11da3033d3550120879e85f71f930cedae1caa7de88d76
|
3 |
size 18209372
|
janu-000012.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04573afb149a1a77724781cda5d82a151c6bc5423b837bd1c50fc3745b5938af
|
3 |
+
size 18209372
|
janu.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1170c08eb39bfa5e745f318651b59350877535d9aa16f3f422933a56198610f0
|
3 |
+
size 18209372
|
train.bat
CHANGED
@@ -2,10 +2,10 @@ 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 "
|
6 |
-
--clip_l "
|
7 |
-
--t5xxl "
|
8 |
-
--ae "
|
9 |
--cache_latents_to_disk ^
|
10 |
--save_model_as safetensors ^
|
11 |
--sdpa --persistent_data_loader_workers ^
|
@@ -29,8 +29,8 @@ accelerate launch ^
|
|
29 |
--highvram ^
|
30 |
--max_train_epochs 16 ^
|
31 |
--save_every_n_epochs 4 ^
|
32 |
-
--dataset_config "
|
33 |
-
--output_dir "
|
34 |
--output_name janu ^
|
35 |
--timestep_sampling shift ^
|
36 |
--discrete_flow_shift 3.1582 ^
|
|
|
2 |
--mixed_precision bf16 ^
|
3 |
--num_cpu_threads_per_process 1 ^
|
4 |
sd-scripts/flux_train_network.py ^
|
5 |
+
--pretrained_model_name_or_path "F:\rizwan\FLUXGYM\models\unet\flux1-dev.sft" ^
|
6 |
+
--clip_l "F:\rizwan\FLUXGYM\models\clip\clip_l.safetensors" ^
|
7 |
+
--t5xxl "F:\rizwan\FLUXGYM\models\clip\t5xxl_fp16.safetensors" ^
|
8 |
+
--ae "F:\rizwan\FLUXGYM\models\vae\ae.sft" ^
|
9 |
--cache_latents_to_disk ^
|
10 |
--save_model_as safetensors ^
|
11 |
--sdpa --persistent_data_loader_workers ^
|
|
|
29 |
--highvram ^
|
30 |
--max_train_epochs 16 ^
|
31 |
--save_every_n_epochs 4 ^
|
32 |
+
--dataset_config "F:\rizwan\FLUXGYM\outputs\janu\dataset.toml" ^
|
33 |
+
--output_dir "F:\rizwan\FLUXGYM\outputs\janu" ^
|
34 |
--output_name janu ^
|
35 |
--timestep_sampling shift ^
|
36 |
--discrete_flow_shift 3.1582 ^
|