Upload folder using huggingface_hub
Browse files- highdruidmotas/flux_dev_magitechchronicles/config.yaml +68 -0
- highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles.safetensors +3 -0
- highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles_000001000.safetensors +3 -0
- highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles_000001500.safetensors +3 -0
- highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles_000002000.safetensors +3 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726252494186__000000000_0.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726252517697__000000000_1.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726252541274__000000000_2.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726253476912__000000500_0.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726253500555__000000500_1.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726253524367__000000500_2.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726254469631__000001000_0.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726254493294__000001000_1.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726254517159__000001000_2.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726255464579__000001500_0.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726255488225__000001500_1.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726255511933__000001500_2.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726256447805__000002000_0.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726256471464__000002000_1.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726256495139__000002000_2.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726257070478__000002300_0.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726257094288__000002300_1.jpg +0 -0
- highdruidmotas/flux_dev_magitechchronicles/samples/1726257117983__000002300_2.jpg +0 -0
highdruidmotas/flux_dev_magitechchronicles/config.yaml
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: flux_dev_magitechchronicles
|
3 |
+
process:
|
4 |
+
- datasets:
|
5 |
+
- cache_latents_to_disk: true
|
6 |
+
caption_dropout_rate: 0.2
|
7 |
+
caption_ext: txt
|
8 |
+
folder_path: /root/lorahub/flux_dev_magitechchronicles/dataset
|
9 |
+
resolution:
|
10 |
+
- 512
|
11 |
+
- 768
|
12 |
+
- 1024
|
13 |
+
shuffle_tokens: false
|
14 |
+
token_dropout_rate: 0.01
|
15 |
+
device: cuda:0
|
16 |
+
model:
|
17 |
+
is_flux: true
|
18 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
19 |
+
quantize: true
|
20 |
+
text_encoder_bits: 8
|
21 |
+
network:
|
22 |
+
linear: 42
|
23 |
+
linear_alpha: 42
|
24 |
+
transformer_only: true
|
25 |
+
type: lora
|
26 |
+
performance_log_every: 500
|
27 |
+
sample:
|
28 |
+
height: 1024
|
29 |
+
neg: ''
|
30 |
+
prompts:
|
31 |
+
- tech-mage, character [trigger]
|
32 |
+
- deep space battle, [trigger]
|
33 |
+
- ship interior [trigger]
|
34 |
+
sample_every: 500
|
35 |
+
sample_steps: 25
|
36 |
+
sampler: flowmatch
|
37 |
+
seed: 66827
|
38 |
+
walk_seed: true
|
39 |
+
width: 1024
|
40 |
+
save:
|
41 |
+
dtype: float16
|
42 |
+
max_step_saves_to_keep: 3
|
43 |
+
save_every: 500
|
44 |
+
save_format: diffusers
|
45 |
+
train:
|
46 |
+
batch_size: 1
|
47 |
+
dtype: bf16
|
48 |
+
ema_config:
|
49 |
+
ema_decay: 0.99
|
50 |
+
use_ema: true
|
51 |
+
gradient_accumulation_steps: 1
|
52 |
+
gradient_checkpointing: true
|
53 |
+
linear_timesteps: true
|
54 |
+
loss_type: mse
|
55 |
+
lr: 0.0002
|
56 |
+
noise_scheduler: flowmatch
|
57 |
+
optimizer: adamw8bit
|
58 |
+
reg_weight: 1.0
|
59 |
+
steps: 2300
|
60 |
+
target_noise_multiplier: 1.0
|
61 |
+
train_text_encoder: false
|
62 |
+
train_unet: true
|
63 |
+
training_folder: /root/lorahub
|
64 |
+
trigger_word: mgtchchron
|
65 |
+
type: sd_trainer
|
66 |
+
job: extension
|
67 |
+
meta:
|
68 |
+
description: ''
|
highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8360f104c6f91b472485e8694f59e9f545432f17e8a87a478a521bb168292633
|
3 |
+
size 451202728
|
highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a61956a2b88132904bb94d5dd5926ba0e91c06dd8017bc9580bf9ee89c8a2b2
|
3 |
+
size 451202728
|
highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cb94291639a41ada353f41981168a5b7afd8a0953e6fb4808de5f4950ec76af
|
3 |
+
size 451202728
|
highdruidmotas/flux_dev_magitechchronicles/flux_dev_magitechchronicles_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6971dee22e6e8f7d838ddbc8107312bf923028deee5b71273633b5097dd1469b
|
3 |
+
size 451202728
|
highdruidmotas/flux_dev_magitechchronicles/samples/1726252494186__000000000_0.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726252517697__000000000_1.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726252541274__000000000_2.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726253476912__000000500_0.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726253500555__000000500_1.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726253524367__000000500_2.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726254469631__000001000_0.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726254493294__000001000_1.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726254517159__000001000_2.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726255464579__000001500_0.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726255488225__000001500_1.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726255511933__000001500_2.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726256447805__000002000_0.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726256471464__000002000_1.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726256495139__000002000_2.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726257070478__000002300_0.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726257094288__000002300_1.jpg
ADDED
highdruidmotas/flux_dev_magitechchronicles/samples/1726257117983__000002300_2.jpg
ADDED