l3xx commited on
Commit
e8bedf8
1 Parent(s): da42fda

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/moisdzois-lora_000200_02_20240926004057_42.png
12
+ text: M0ISZ0IS person is riding a bike --d 42
13
+ - output:
14
+ url: sample/moisdzois-lora_000400_02_20240926004909_42.png
15
+ text: M0ISZ0IS person is a body builder --d 42
16
+ - output:
17
+ url: sample/moisdzois-lora_000600_02_20240926005443_42.png
18
+ text: M0ISZ0IS person is a rock star --d 42
19
+ base_model: bdsqlsz/flux1-dev2pro-single
20
+ instance_prompt: M0ISZ0IS person
21
+ license: other
22
+ license_name: flux-1-dev-non-commercial-license
23
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
24
+ ---
25
+
26
+ # MoisDZois-Lora
27
+
28
+ A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
29
+
30
+ <Gallery />
31
+
32
+ ## Trigger words
33
+
34
+ You should use `M0ISZ0IS person` to trigger the image generation.
35
+
36
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
37
+
38
+ Weights for this model are available in Safetensors format.
39
+
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 = 'C:\Users\micha\pinokio\api\fluxgym.git\datasets\moisdzois-lora'
13
+ class_tokens = 'M0ISZ0IS person'
14
+ num_repeats = 7
moisdzois-lora-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42cb6b8e01e7c8dcfa6790b997824fe23914e59dcd76823eeb8d62471ef25565
3
+ size 39762456
moisdzois-lora-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319a524ee355f8597f238138e5b2bd80a224f2a58a9b11f20afd3618e00f337e
3
+ size 39762456
moisdzois-lora-000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8187604c3c7151168ae358a4f6e9c6126f6440895116f89a206a965b49a6311b
3
+ size 39762456
moisdzois-lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e734cb8aa2d1e264a84280655be6fdfa19879c391943626cf8b3bc5753410bb
3
+ size 39762456
sample/moisdzois-lora_000200_00_20240926003800_42.png ADDED
sample/moisdzois-lora_000200_01_20240926003950_42.png ADDED
sample/moisdzois-lora_000200_02_20240926004057_42.png ADDED
sample/moisdzois-lora_000400_00_20240926004732_42.png ADDED
sample/moisdzois-lora_000400_01_20240926004849_42.png ADDED
sample/moisdzois-lora_000400_02_20240926004909_42.png ADDED
sample/moisdzois-lora_000600_00_20240926005424_42.png ADDED
sample/moisdzois-lora_000600_01_20240926005434_42.png ADDED
sample/moisdzois-lora_000600_02_20240926005443_42.png ADDED
sample/moisdzois-lora_000800_00_20240926010015_42.png ADDED
sample/moisdzois-lora_000800_01_20240926010024_42.png ADDED
sample/moisdzois-lora_000800_02_20240926010033_42.png ADDED
sample/moisdzois-lora_001000_00_20240926010640_42.png ADDED
sample/moisdzois-lora_001000_01_20240926010658_42.png ADDED
sample/moisdzois-lora_001000_02_20240926010708_42.png ADDED
sample/moisdzois-lora_001200_00_20240926011340_42.png ADDED
sample/moisdzois-lora_001200_01_20240926011352_42.png ADDED
sample/moisdzois-lora_001200_02_20240926011402_42.png ADDED
sample_prompts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ M0ISZ0IS person is riding a bike --d 42
2
+ M0ISZ0IS person is a body builder --d 42
3
+ M0ISZ0IS person is a rock star --d 42
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 "C:\Users\micha\pinokio\api\fluxgym.git\models\unet\bdsqlsz\flux1-dev2pro-single\flux1-dev2pro.safetensors" ^
6
+ --clip_l "C:\Users\micha\pinokio\api\fluxgym.git\models\clip\clip_l.safetensors" ^
7
+ --t5xxl "C:\Users\micha\pinokio\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors" ^
8
+ --ae "C:\Users\micha\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="C:\Users\micha\pinokio\api\fluxgym.git\outputs\moisdzois-lora\sample_prompts.txt" --sample_every_n_steps="200" ^
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 22 ^
29
+ --save_every_n_epochs 4 ^
30
+ --dataset_config "C:\Users\micha\pinokio\api\fluxgym.git\outputs\moisdzois-lora\dataset.toml" ^
31
+ --output_dir "C:\Users\micha\pinokio\api\fluxgym.git\outputs\moisdzois-lora" ^
32
+ --output_name moisdzois-lora ^
33
+ --timestep_sampling shift ^
34
+ --discrete_flow_shift 3.1582 ^
35
+ --model_prediction_type raw ^
36
+ --guidance_scale 1 ^
37
+ --loss_type l2 ^