VHKE commited on
Commit
4016d46
·
verified ·
1 Parent(s): 4738a26

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ sample/uzuri-nwflps-flip-flops_000500_00_20250305140648_45.png filter=lfs diff=lfs merge=lfs -text
37
+ sample/uzuri-nwflps-flip-flops_000500_00_20250305155734_45.png filter=lfs diff=lfs merge=lfs -text
38
+ sample/uzuri-nwflps-flip-flops_001000_00_20250305141859_45.png filter=lfs diff=lfs merge=lfs -text
39
+ sample/uzuri-nwflps-flip-flops_001000_00_20250305160941_45.png filter=lfs diff=lfs merge=lfs -text
40
+ sample/uzuri-nwflps-flip-flops_001500_00_20250305143107_45.png filter=lfs diff=lfs merge=lfs -text
41
+ sample/uzuri-nwflps-flip-flops_001500_00_20250305162147_45.png filter=lfs diff=lfs merge=lfs -text
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/uzuri-nwflps-flip-flops_000500_00_20250305140648_45.png
12
+ text: A young woman wearing uzuri nwflps flip flops --d 45
13
+ base_model: black-forest-labs/FLUX.1-dev
14
+ instance_prompt: uzuri nwflps flip flops
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
+ # uzuri nwflps flip flops
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
+ You should use ` uzuri nwflps flip flops` to trigger the image generation.
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 = 'C:\pinokioFOLDER\api\fluxgym.git\datasets\uzuri-nwflps-flip-flops'
13
+ class_tokens = ' uzuri nwflps flip flops'
14
+ num_repeats = 10
sample/uzuri-nwflps-flip-flops_000500_00_20250305140648_45.png ADDED

Git LFS Details

  • SHA256: 8cd9940fd431644c41eb8808f46d59d6dc0c87159af72bde64dba801e2f793de
  • Pointer size: 131 Bytes
  • Size of remote file: 310 kB
sample/uzuri-nwflps-flip-flops_000500_00_20250305155734_45.png ADDED

Git LFS Details

  • SHA256: dcd642d5fd7f5eae9bfed3284fc895a2d63293ccc2f3cc580dc3e49e1c62ab9c
  • Pointer size: 131 Bytes
  • Size of remote file: 205 kB
sample/uzuri-nwflps-flip-flops_001000_00_20250305141859_45.png ADDED

Git LFS Details

  • SHA256: 587af714d9823508f536ea7a424abef9256557332090b9df53b168dce56a18f2
  • Pointer size: 131 Bytes
  • Size of remote file: 318 kB
sample/uzuri-nwflps-flip-flops_001000_00_20250305160941_45.png ADDED

Git LFS Details

  • SHA256: 30c4180bf32e696f5990c50165af8dccf0bae97276511c5b20229b409aea13ce
  • Pointer size: 131 Bytes
  • Size of remote file: 304 kB
sample/uzuri-nwflps-flip-flops_001500_00_20250305143107_45.png ADDED

Git LFS Details

  • SHA256: ec3dfacfe181c5cb802675f66379a28d76f1ca5a129c1c89e740b587ceb5afab
  • Pointer size: 131 Bytes
  • Size of remote file: 325 kB
sample/uzuri-nwflps-flip-flops_001500_00_20250305162147_45.png ADDED

Git LFS Details

  • SHA256: cbf8f66df812eaf7b76d948bf6beeab05fccfebc0ff4020544d705a7395013a1
  • Pointer size: 131 Bytes
  • Size of remote file: 306 kB
sample_prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ A young woman wearing uzuri nwflps flip flops --d 45
train.bat 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 "C:\pinokioFOLDER\api\fluxgym.git\models\unet\flux1-dev.sft" ^
6
+ --clip_l "C:\pinokioFOLDER\api\fluxgym.git\models\clip\clip_l.safetensors" ^
7
+ --t5xxl "C:\pinokioFOLDER\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors" ^
8
+ --ae "C:\pinokioFOLDER\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 adamw8bit ^--sample_prompts="C:\pinokioFOLDER\api\fluxgym.git\outputs\uzuri-nwflps-flip-flops\sample_prompts.txt" --sample_every_n_steps="500" ^
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 16 ^
26
+ --save_every_n_epochs 4 ^
27
+ --dataset_config "C:\pinokioFOLDER\api\fluxgym.git\outputs\uzuri-nwflps-flip-flops\dataset.toml" ^
28
+ --output_dir "C:\pinokioFOLDER\api\fluxgym.git\outputs\uzuri-nwflps-flip-flops" ^
29
+ --output_name uzuri-nwflps-flip-flops ^
30
+ --timestep_sampling shift ^
31
+ --discrete_flow_shift 3.1582 ^
32
+ --model_prediction_type raw ^
33
+ --guidance_scale 1 ^
34
+ --loss_type l2 ^
uzuri-nwflps-flip-flops-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5aa6b851530e79aba4601bcb9c70a43f589dafcf94799df784ca579c8e32a1a
3
+ size 39757480
uzuri-nwflps-flip-flops-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e63658ae8a85012e96bfaeb007300cf9cacde53a1c12a64fe7459bebd24c280
3
+ size 39757480
uzuri-nwflps-flip-flops-000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e51eb69425b4c7c24f156ef0d62bd455ae320f6807c3d058ff77be76696a12e
3
+ size 39757480
uzuri-nwflps-flip-flops.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a1ab24d5f60442d0f19906254be3e17efea4502f04df3564f8e6327a8a58c6
3
+ size 39757480