mcante commited on
Commit
7689717
·
verified ·
1 Parent(s): d251ddf

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - fluxgym
9
+
10
+
11
+ base_model: black-forest-labs/FLUX.1-dev
12
+ instance_prompt: MARCIO
13
+ license: other
14
+ license_name: flux-1-dev-non-commercial-license
15
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
16
+ ---
17
+
18
+ # MARCIO-t6-heavy
19
+
20
+ A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
21
+
22
+ <Gallery />
23
+
24
+ ## Trigger words
25
+
26
+ You should use `MARCIO` to trigger the image generation.
27
+
28
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
29
+
30
+ Weights for this model are available in Safetensors format.
31
+
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 = 16 # Use batch_size here
9
+ keep_tokens = 1
10
+
11
+ [[datasets.subsets]]
12
+ image_dir = '/workspace/fluxgym/datasets/marcio-t6-heavy'
13
+ class_tokens = 'MARCIO'
14
+ num_repeats = 20
marcio-t6-heavy-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841d3061cb5c641bf66924d62627ee646c7effcc4578e7145c9c2f99f16797e4
3
+ size 79375584
marcio-t6-heavy-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b92040cf3116c2d389879eaa5bc2694fb3af8940b5b59203a9df2872921d71d6
3
+ size 79375584
marcio-t6-heavy-000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df14c2bfdbe94f34e69aaec1e0caa9b6850f7291ef484029d84687d730758eb2
3
+ size 79375584
marcio-t6-heavy-000016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec34931b0705931fc2f5a0b00b976e55400dbd4437d9d06daa3da77abeaa039
3
+ size 79375584
marcio-t6-heavy-000020.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4286c381b9194edc0d6a470862e84725a40c2f33028f9195a027221773e8c8b0
3
+ size 79375584
marcio-t6-heavy-000024.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a12e8ca6c631ddc9fb73ae3c09f9d676070f597ef58461bb48d6b52a472498
3
+ size 79375584
marcio-t6-heavy-000028.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d63688ca6c8c8b8a568a6967fa225d107ef5320a6f67814867bf0f4f9fa84f31
3
+ size 79375584
marcio-t6-heavy.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b0fb4fe68af344e0bf5bb33b93c18ed358687d739ccf421a942895be162e20
3
+ size 79375584
sample_prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ MARCIO
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 "/workspace/fluxgym/models/unet/flux1-dev.sft" \
6
+ --clip_l "/workspace/fluxgym/models/clip/clip_l.safetensors" \
7
+ --t5xxl "/workspace/fluxgym/models/clip/t5xxl_fp16.safetensors" \
8
+ --ae "/workspace/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 8 \
19
+ --optimizer_type adamw8bit \--sample_prompts="/workspace/fluxgym/outputs/marcio-t6-heavy/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 32 \
26
+ --save_every_n_epochs 4 \
27
+ --dataset_config "/workspace/fluxgym/outputs/marcio-t6-heavy/dataset.toml" \
28
+ --output_dir "/workspace/fluxgym/outputs/marcio-t6-heavy" \
29
+ --output_name marcio-t6-heavy \
30
+ --timestep_sampling shift \
31
+ --discrete_flow_shift 3.1582 \
32
+ --model_prediction_type raw \
33
+ --guidance_scale 1 \
34
+ --loss_type l2 \