TheAwakenOne commited on
Commit
b97644f
1 Parent(s): 5d6e78e

Upload folder using huggingface_hub

Browse files
Files changed (48) hide show
  1. README.md +45 -0
  2. camberganng-000004.safetensors +3 -0
  3. camberganng-000008.safetensors +3 -0
  4. camberganng-000012.safetensors +3 -0
  5. camberganng.safetensors +3 -0
  6. dataset.toml +14 -0
  7. sample/camberganng_000200_00_20240917224319.png +0 -0
  8. sample/camberganng_000200_01_20240917224538.png +0 -0
  9. sample/camberganng_000200_02_20240917224756.png +0 -0
  10. sample/camberganng_000200_03_20240917225012.png +0 -0
  11. sample/camberganng_000200_04_20240917225228.png +0 -0
  12. sample/camberganng_000400_00_20240917232500.png +0 -0
  13. sample/camberganng_000400_01_20240917232718.png +0 -0
  14. sample/camberganng_000400_02_20240917232932.png +0 -0
  15. sample/camberganng_000400_03_20240917233149.png +0 -0
  16. sample/camberganng_000400_04_20240917233404.png +0 -0
  17. sample/camberganng_000600_00_20240918000625.png +0 -0
  18. sample/camberganng_000600_01_20240918000841.png +0 -0
  19. sample/camberganng_000600_02_20240918001052.png +0 -0
  20. sample/camberganng_000600_03_20240918001305.png +0 -0
  21. sample/camberganng_000600_04_20240918001522.png +0 -0
  22. sample/camberganng_000800_00_20240918004745.png +0 -0
  23. sample/camberganng_000800_01_20240918005002.png +0 -0
  24. sample/camberganng_000800_02_20240918005215.png +0 -0
  25. sample/camberganng_000800_03_20240918005432.png +0 -0
  26. sample/camberganng_000800_04_20240918005649.png +0 -0
  27. sample/camberganng_001000_00_20240918012908.png +0 -0
  28. sample/camberganng_001000_01_20240918013123.png +0 -0
  29. sample/camberganng_001000_02_20240918013335.png +0 -0
  30. sample/camberganng_001000_03_20240918013548.png +0 -0
  31. sample/camberganng_001000_04_20240918013803.png +0 -0
  32. sample/camberganng_001200_00_20240918021032.png +0 -0
  33. sample/camberganng_001200_01_20240918021247.png +0 -0
  34. sample/camberganng_001200_02_20240918021503.png +0 -0
  35. sample/camberganng_001200_03_20240918021718.png +0 -0
  36. sample/camberganng_001200_04_20240918021933.png +0 -0
  37. sample/camberganng_001400_00_20240918025207.png +0 -0
  38. sample/camberganng_001400_01_20240918025422.png +0 -0
  39. sample/camberganng_001400_02_20240918025638.png +0 -0
  40. sample/camberganng_001400_03_20240918025853.png +0 -0
  41. sample/camberganng_001400_04_20240918030111.png +0 -0
  42. sample/camberganng_001600_00_20240918033342.png +0 -0
  43. sample/camberganng_001600_01_20240918033559.png +0 -0
  44. sample/camberganng_001600_02_20240918033816.png +0 -0
  45. sample/camberganng_001600_03_20240918034031.png +0 -0
  46. sample/camberganng_001600_04_20240918034247.png +0 -0
  47. sample_prompts.txt +5 -0
  48. train.bat +39 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/camberganng_001600_00_20240918033342.png
12
+ text: CMBER a 2010's Rolls Royce Phantom with camber suspension
13
+ - output:
14
+ url: sample/camberganng_001600_01_20240918033559.png
15
+ text: CMBER a UPS Delivery truck with camber suspension, parked for a photoshoot
16
+ - output:
17
+ url: sample/camberganng_001600_02_20240918033816.png
18
+ text: CMBER a FedEx Delivery truck with camber suspension
19
+ - output:
20
+ url: sample/camberganng_001600_03_20240918034031.png
21
+ text: CMBER a DeLorean time machine from back to the future movie
22
+ - output:
23
+ url: sample/camberganng_001600_04_20240918034247.png
24
+ text: CMBER a an ice cream truck, with camber suspension
25
+ base_model: black-forest-labs/FLUX.1-dev
26
+ instance_prompt: CMBER
27
+ license: other
28
+ license_name: flux-1-dev-non-commercial-license
29
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
30
+ ---
31
+
32
+ # camberganng
33
+
34
+ A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
35
+
36
+ <Gallery />
37
+
38
+ ## Trigger words
39
+
40
+ You should use `CMBER` to trigger the image generation.
41
+
42
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
43
+
44
+ Weights for this model are available in Safetensors format.
45
+
camberganng-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e17011301fcb57e544bf39a20f6e0f74338d62bd50afd56464a76f0d504f5b
3
+ size 18215692
camberganng-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86275d2d65af3ec1dc5baa75b49f3648157a457cb8c4b8cbc3cb7f92ceed4784
3
+ size 18215692
camberganng-000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb74c64288b2bf471f8881712b71ed9ebb992dd79655f9d2853762fc9a693dd
3
+ size 18215692
camberganng.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f38a4d6b1f5c7c12edbc9954c17e0926930d5a20c6683cadf16aafeacc9980c1
3
+ size 18215700
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 = 'E:\AIOne\pinokio\api\fluxgym.git\datasets\camberganng'
13
+ class_tokens = 'CMBER'
14
+ num_repeats = 8
sample/camberganng_000200_00_20240917224319.png ADDED
sample/camberganng_000200_01_20240917224538.png ADDED
sample/camberganng_000200_02_20240917224756.png ADDED
sample/camberganng_000200_03_20240917225012.png ADDED
sample/camberganng_000200_04_20240917225228.png ADDED
sample/camberganng_000400_00_20240917232500.png ADDED
sample/camberganng_000400_01_20240917232718.png ADDED
sample/camberganng_000400_02_20240917232932.png ADDED
sample/camberganng_000400_03_20240917233149.png ADDED
sample/camberganng_000400_04_20240917233404.png ADDED
sample/camberganng_000600_00_20240918000625.png ADDED
sample/camberganng_000600_01_20240918000841.png ADDED
sample/camberganng_000600_02_20240918001052.png ADDED
sample/camberganng_000600_03_20240918001305.png ADDED
sample/camberganng_000600_04_20240918001522.png ADDED
sample/camberganng_000800_00_20240918004745.png ADDED
sample/camberganng_000800_01_20240918005002.png ADDED
sample/camberganng_000800_02_20240918005215.png ADDED
sample/camberganng_000800_03_20240918005432.png ADDED
sample/camberganng_000800_04_20240918005649.png ADDED
sample/camberganng_001000_00_20240918012908.png ADDED
sample/camberganng_001000_01_20240918013123.png ADDED
sample/camberganng_001000_02_20240918013335.png ADDED
sample/camberganng_001000_03_20240918013548.png ADDED
sample/camberganng_001000_04_20240918013803.png ADDED
sample/camberganng_001200_00_20240918021032.png ADDED
sample/camberganng_001200_01_20240918021247.png ADDED
sample/camberganng_001200_02_20240918021503.png ADDED
sample/camberganng_001200_03_20240918021718.png ADDED
sample/camberganng_001200_04_20240918021933.png ADDED
sample/camberganng_001400_00_20240918025207.png ADDED
sample/camberganng_001400_01_20240918025422.png ADDED
sample/camberganng_001400_02_20240918025638.png ADDED
sample/camberganng_001400_03_20240918025853.png ADDED
sample/camberganng_001400_04_20240918030111.png ADDED
sample/camberganng_001600_00_20240918033342.png ADDED
sample/camberganng_001600_01_20240918033559.png ADDED
sample/camberganng_001600_02_20240918033816.png ADDED
sample/camberganng_001600_03_20240918034031.png ADDED
sample/camberganng_001600_04_20240918034247.png ADDED
sample_prompts.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ CMBER a 2010's Rolls Royce Phantom with camber suspension
2
+ CMBER a UPS Delivery truck with camber suspension, parked for a photoshoot
3
+ CMBER a FedEx Delivery truck with camber suspension
4
+ CMBER a DeLorean time machine from back to the future movie
5
+ CMBER a an ice cream truck, with camber suspension
train.bat ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 "E:\AIOne\pinokio\api\fluxgym.git\models\unet\flux1-dev.sft" ^
6
+ --clip_l "E:\AIOne\pinokio\api\fluxgym.git\models\clip\clip_l.safetensors" ^
7
+ --t5xxl "E:\AIOne\pinokio\api\fluxgym.git\models\clip\t5xxl_fp16.safetensors" ^
8
+ --ae "E:\AIOne\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
+ --split_mode ^
22
+ --network_args "train_blocks=single" ^
23
+ --lr_scheduler constant_with_warmup ^
24
+ --max_grad_norm 0.0 ^--sample_prompts="E:\AIOne\pinokio\api\fluxgym.git\outputs\camberganng\sample_prompts.txt" --sample_every_n_steps="200" ^
25
+ --learning_rate 8e-4 ^
26
+ --cache_text_encoder_outputs ^
27
+ --cache_text_encoder_outputs_to_disk ^
28
+ --fp8_base ^
29
+ --highvram ^
30
+ --max_train_epochs 16 ^
31
+ --save_every_n_epochs 4 ^
32
+ --dataset_config "E:\AIOne\pinokio\api\fluxgym.git\outputs\camberganng\dataset.toml" ^
33
+ --output_dir "E:\AIOne\pinokio\api\fluxgym.git\outputs\camberganng" ^
34
+ --output_name camberganng ^
35
+ --timestep_sampling shift ^
36
+ --discrete_flow_shift 3.1582 ^
37
+ --model_prediction_type raw ^
38
+ --guidance_scale 1 ^
39
+ --loss_type l2 ^