Upload folder using huggingface_hub
Browse files- becky93/flux_dev_time_is_an_illusion/config.yaml +66 -0
- becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion.safetensors +3 -0
- becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001000.safetensors +3 -0
- becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001100.safetensors +3 -0
- becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001200.safetensors +3 -0
- becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001300.safetensors +3 -0
- becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001400.safetensors +3 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726111553452__000000000_0.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726111577204__000000000_1.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726111600891__000000000_2.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726112748008__000000500_0.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726112771686__000000500_1.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726112795449__000000500_2.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726113946564__000001000_0.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726113970335__000001000_1.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726113994074__000001000_2.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726115139743__000001500_0.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726115163421__000001500_1.jpg +0 -0
- becky93/flux_dev_time_is_an_illusion/samples/1726115187237__000001500_2.jpg +0 -0
becky93/flux_dev_time_is_an_illusion/config.yaml
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: flux_dev_time_is_an_illusion
|
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_time_is_an_illusion/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: low quality, blurry
|
30 |
+
prompts:
|
31 |
+
- melting clock, swirling clock [trigger]
|
32 |
+
- time is an illusion [trigger]
|
33 |
+
- surrealistic melting clock [trigger]
|
34 |
+
sample_every: 500
|
35 |
+
sample_steps: 25
|
36 |
+
sampler: flowmatch
|
37 |
+
seed: 42
|
38 |
+
walk_seed: true
|
39 |
+
width: 1024
|
40 |
+
save:
|
41 |
+
dtype: float16
|
42 |
+
max_step_saves_to_keep: 5
|
43 |
+
save_every: 100
|
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: 1500
|
60 |
+
target_noise_multiplier: 1.0
|
61 |
+
train_text_encoder: false
|
62 |
+
train_unet: true
|
63 |
+
training_folder: /root/lorahub
|
64 |
+
trigger_word: melting clock, swirling clock, time is an illusion
|
65 |
+
type: sd_trainer
|
66 |
+
job: extension
|
becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09d2b7ec9454a942559236eb1bc92a1eb727b2f1737b12419f3fae97123d997e
|
3 |
+
size 451202792
|
becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85fcb52f1fb66ac104010f897b150d0af5b8b5c43eeb951d22368bcb9caf4cda
|
3 |
+
size 451202784
|
becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001100.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e932b0c1cbd4e4391407c6091a209e0cbd622f3fc719a7b1a5eca5a5cc5de19d
|
3 |
+
size 451202784
|
becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001200.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f323b82356fe830c1b5d4ec779f20ac772a089ce223042ac9df38b4da9dbd91a
|
3 |
+
size 451202784
|
becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001300.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eacba1d95eca04dc037cbc0ae92f3579700d59c5343d7009bf4f233c2c6675e8
|
3 |
+
size 451202792
|
becky93/flux_dev_time_is_an_illusion/flux_dev_time_is_an_illusion_000001400.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf6e607fdef1a33d535a5e233fb14e87ee9e6063842abece29de4c04b1f13c93
|
3 |
+
size 451202792
|
becky93/flux_dev_time_is_an_illusion/samples/1726111553452__000000000_0.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726111577204__000000000_1.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726111600891__000000000_2.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726112748008__000000500_0.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726112771686__000000500_1.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726112795449__000000500_2.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726113946564__000001000_0.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726113970335__000001000_1.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726113994074__000001000_2.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726115139743__000001500_0.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726115163421__000001500_1.jpg
ADDED
becky93/flux_dev_time_is_an_illusion/samples/1726115187237__000001500_2.jpg
ADDED