Upload folder using huggingface_hub
Browse files- WereSloth/flux_dev_pyrography/config.yaml +70 -0
- WereSloth/flux_dev_pyrography/flux_dev_pyrography.safetensors +3 -0
- WereSloth/flux_dev_pyrography/flux_dev_pyrography_000000500.safetensors +3 -0
- WereSloth/flux_dev_pyrography/flux_dev_pyrography_000001000.safetensors +3 -0
- WereSloth/flux_dev_pyrography/samples/1726251331438__000000000_0.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726251355969__000000000_1.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726251380510__000000000_2.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726251405069__000000000_3.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726251429600__000000000_4.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252137737__000000500_0.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252162308__000000500_1.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252186880__000000500_2.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252211455__000000500_3.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252236059__000000500_4.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252944962__000001000_0.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252969533__000001000_1.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726252994097__000001000_2.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253018663__000001000_3.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253043229__000001000_4.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253759166__000001500_0.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253783946__000001500_1.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253808533__000001500_2.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253833106__000001500_3.jpg +0 -0
- WereSloth/flux_dev_pyrography/samples/1726253857708__000001500_4.jpg +0 -0
WereSloth/flux_dev_pyrography/config.yaml
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: flux_dev_pyrography
|
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_pyrography/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 |
+
- sloth [pyrog]
|
32 |
+
- sloth pyrography [pyrog]
|
33 |
+
- sloth wood burning art pyrog [pyrog]
|
34 |
+
- sloth portrait on a tree [pyrog]
|
35 |
+
- sloth portrait on a tree wood burning art [pyrog]
|
36 |
+
sample_every: 500
|
37 |
+
sample_steps: 25
|
38 |
+
sampler: flowmatch
|
39 |
+
seed: 42
|
40 |
+
walk_seed: true
|
41 |
+
width: 1024
|
42 |
+
save:
|
43 |
+
dtype: float16
|
44 |
+
max_step_saves_to_keep: 3
|
45 |
+
save_every: 500
|
46 |
+
save_format: diffusers
|
47 |
+
train:
|
48 |
+
batch_size: 1
|
49 |
+
dtype: bf16
|
50 |
+
ema_config:
|
51 |
+
ema_decay: 0.99
|
52 |
+
use_ema: true
|
53 |
+
gradient_accumulation_steps: 1
|
54 |
+
gradient_checkpointing: true
|
55 |
+
linear_timesteps: true
|
56 |
+
loss_type: mse
|
57 |
+
lr: 0.0002
|
58 |
+
noise_scheduler: flowmatch
|
59 |
+
optimizer: adamw8bit
|
60 |
+
reg_weight: 1.0
|
61 |
+
steps: 1500
|
62 |
+
target_noise_multiplier: 1.0
|
63 |
+
train_text_encoder: false
|
64 |
+
train_unet: true
|
65 |
+
training_folder: /root/lorahub
|
66 |
+
trigger_word: pyrog
|
67 |
+
type: sd_trainer
|
68 |
+
job: extension
|
69 |
+
meta:
|
70 |
+
description: ''
|
WereSloth/flux_dev_pyrography/flux_dev_pyrography.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ab78902e252d6156648b5a03681c371de74fa3a78a10cc1d5bae87d3336c97
|
3 |
+
size 451202704
|
WereSloth/flux_dev_pyrography/flux_dev_pyrography_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:113872d4489da54802c91c0aace3645b86301b1942a8db43b51453ee0261fa76
|
3 |
+
size 451202704
|
WereSloth/flux_dev_pyrography/flux_dev_pyrography_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bd6706f7ea75b1e53b7a5bace074fe711114bba299eb8f0034e816d5699c185
|
3 |
+
size 451202704
|
WereSloth/flux_dev_pyrography/samples/1726251331438__000000000_0.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726251355969__000000000_1.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726251380510__000000000_2.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726251405069__000000000_3.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726251429600__000000000_4.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252137737__000000500_0.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252162308__000000500_1.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252186880__000000500_2.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252211455__000000500_3.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252236059__000000500_4.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252944962__000001000_0.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252969533__000001000_1.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726252994097__000001000_2.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253018663__000001000_3.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253043229__000001000_4.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253759166__000001500_0.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253783946__000001500_1.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253808533__000001500_2.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253833106__000001500_3.jpg
ADDED
WereSloth/flux_dev_pyrography/samples/1726253857708__000001500_4.jpg
ADDED