Upload folder using huggingface_hub
Browse files- koshi_mazaki/flux_dev_glitchhunter_2_5k/config.yaml +73 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k.safetensors +3 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k_000001000.safetensors +3 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k_000001500.safetensors +3 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k_000002000.safetensors +3 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279585758__000000000_0.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279610404__000000000_1.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279635041__000000000_2.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279659677__000000000_3.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280838091__000000500_0.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280862870__000000500_1.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280887496__000000500_2.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280912080__000000500_3.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282077163__000001000_0.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282101784__000001000_1.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282126407__000001000_2.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282150988__000001000_3.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283322568__000001500_0.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283347189__000001500_1.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283371810__000001500_2.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283396388__000001500_3.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284562833__000002000_0.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284587456__000002000_1.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284612080__000002000_2.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284636660__000002000_3.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285808922__000002500_0.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285833543__000002500_1.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285858169__000002500_2.jpg +0 -0
- koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285882754__000002500_3.jpg +0 -0
koshi_mazaki/flux_dev_glitchhunter_2_5k/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: flux_dev_glitchhunter_2_5k
|
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_glitchhunter_2_5k/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 |
+
- A colourful, 3D like surreal figure GlitchHunter adorned with colorful orbs
|
32 |
+
and organic tendrils stands amidst a whimsical, bioluminescent underwater
|
33 |
+
landscape.
|
34 |
+
- A vivid, surreal mecha creature emerges, entwined in colorful tendrils and
|
35 |
+
whimsical forms, blending technology with organic, fantastical robotic and
|
36 |
+
mechanical elements.
|
37 |
+
- A vibrant fusion of organic and 3D mechanical forms, adorned with glossy colors,
|
38 |
+
whimsical shapes, and playful textures, invites exploration of mechanical
|
39 |
+
flower.
|
40 |
+
- silver mecha GlitchHunter in neon forest
|
41 |
+
sample_every: 500
|
42 |
+
sample_steps: 25
|
43 |
+
sampler: flowmatch
|
44 |
+
seed: 42
|
45 |
+
walk_seed: true
|
46 |
+
width: 1024
|
47 |
+
save:
|
48 |
+
dtype: float16
|
49 |
+
max_step_saves_to_keep: 3
|
50 |
+
save_every: 500
|
51 |
+
save_format: diffusers
|
52 |
+
train:
|
53 |
+
batch_size: 1
|
54 |
+
dtype: bf16
|
55 |
+
ema_config:
|
56 |
+
ema_decay: 0.99
|
57 |
+
use_ema: true
|
58 |
+
gradient_accumulation_steps: 1
|
59 |
+
gradient_checkpointing: true
|
60 |
+
linear_timesteps: true
|
61 |
+
loss_type: mse
|
62 |
+
lr: 0.0002
|
63 |
+
noise_scheduler: flowmatch
|
64 |
+
optimizer: adamw8bit
|
65 |
+
reg_weight: 1.0
|
66 |
+
steps: 2500
|
67 |
+
target_noise_multiplier: 1.0
|
68 |
+
train_text_encoder: false
|
69 |
+
train_unet: true
|
70 |
+
training_folder: /root/lorahub
|
71 |
+
trigger_word: GlitchHunter
|
72 |
+
type: sd_trainer
|
73 |
+
job: extension
|
koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b903ae43d2b56365bdb9c328b95c0b247070b0b0bd0c7104eb2dcfcebf21abf1
|
3 |
+
size 451202712
|
koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65929e32035aab504dbdab2f0ef0538ec1a45d20e87ad8417e2003b001eff0b5
|
3 |
+
size 451202712
|
koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:017b1fc605ceb0b381f2372256add23d49d2c20a81245801b311b5b1e106dc29
|
3 |
+
size 451202712
|
koshi_mazaki/flux_dev_glitchhunter_2_5k/flux_dev_glitchhunter_2_5k_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8b3bd3dfab3e53d591a17ffa4783f524870fe0c6bc05a1dd542f70abdfa6212
|
3 |
+
size 451202712
|
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279585758__000000000_0.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279610404__000000000_1.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279635041__000000000_2.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726279659677__000000000_3.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280838091__000000500_0.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280862870__000000500_1.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280887496__000000500_2.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726280912080__000000500_3.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282077163__000001000_0.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282101784__000001000_1.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282126407__000001000_2.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726282150988__000001000_3.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283322568__000001500_0.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283347189__000001500_1.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283371810__000001500_2.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726283396388__000001500_3.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284562833__000002000_0.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284587456__000002000_1.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284612080__000002000_2.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726284636660__000002000_3.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285808922__000002500_0.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285833543__000002500_1.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285858169__000002500_2.jpg
ADDED
koshi_mazaki/flux_dev_glitchhunter_2_5k/samples/1726285882754__000002500_3.jpg
ADDED