Upload folder using huggingface_hub
Browse files- volcanowater/flux_dev_Source_engine_asthetics/config.yaml +78 -0
- volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics.safetensors +3 -0
- volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics_000001500.safetensors +3 -0
- volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics_000002000.safetensors +3 -0
- volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics_000002500.safetensors +3 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726250228922__000000000_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726250253536__000000000_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726250278147__000000000_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726250302759__000000000_3.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726251090970__000000500_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726251115586__000000500_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726251140200__000000500_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726251164809__000000500_3.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726251951946__000001000_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726251976562__000001000_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726252001178__000001000_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726252025788__000001000_3.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726252809605__000001500_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726252834219__000001500_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726252858828__000001500_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726252883435__000001500_3.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726253663469__000002000_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726253688108__000002000_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726253712721__000002000_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726253737330__000002000_3.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726254517658__000002500_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726254542276__000002500_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726254566891__000002500_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726254591501__000002500_3.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726255373429__000003000_0.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726255398040__000003000_1.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726255422653__000003000_2.jpg +0 -0
- volcanowater/flux_dev_Source_engine_asthetics/samples/1726255447264__000003000_3.jpg +0 -0
volcanowater/flux_dev_Source_engine_asthetics/config.yaml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
config:
|
2 |
+
name: flux_dev_Source_engine_asthetics
|
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_Source_engine_asthetics/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 |
+
- The image shows a cityscape with tall buildings in the background, a tree
|
32 |
+
in the middle of a park, a bench, a fence, a pole, and a few other objects,
|
33 |
+
[trigger]
|
34 |
+
- The image shows a room with a carpeted floor, a table with monitors and other
|
35 |
+
objects on it, machines, a wall in the background, and a light at the top.
|
36 |
+
It appears to be a control room, with a large machine in the center, [trigger]
|
37 |
+
- The image shows a person taking a photo of a forest with their cell phone.
|
38 |
+
The person's hand is in the foreground, holding the phone up to capture the
|
39 |
+
scene. The background of the image is filled with trees, plants, grass, rocks,
|
40 |
+
and a wooden bridge, [trigger]
|
41 |
+
- The image shows an abandoned bridge with graffiti on the side of it, surrounded
|
42 |
+
by street poles, street lights, grills, trees, and buildings. The sky in the
|
43 |
+
background is filled with clouds, [trigger]
|
44 |
+
sample_every: 500
|
45 |
+
sample_steps: 25
|
46 |
+
sampler: flowmatch
|
47 |
+
seed: 42
|
48 |
+
walk_seed: true
|
49 |
+
width: 1024
|
50 |
+
save:
|
51 |
+
dtype: float16
|
52 |
+
max_step_saves_to_keep: 3
|
53 |
+
save_every: 500
|
54 |
+
save_format: diffusers
|
55 |
+
train:
|
56 |
+
batch_size: 1
|
57 |
+
dtype: bf16
|
58 |
+
ema_config:
|
59 |
+
ema_decay: 0.99
|
60 |
+
use_ema: true
|
61 |
+
gradient_accumulation_steps: 1
|
62 |
+
gradient_checkpointing: true
|
63 |
+
linear_timesteps: true
|
64 |
+
loss_type: mse
|
65 |
+
lr: 0.0002
|
66 |
+
noise_scheduler: flowmatch
|
67 |
+
optimizer: adamw8bit
|
68 |
+
reg_weight: 1.0
|
69 |
+
steps: 3000
|
70 |
+
target_noise_multiplier: 1.0
|
71 |
+
train_text_encoder: false
|
72 |
+
train_unet: true
|
73 |
+
training_folder: /root/lorahub
|
74 |
+
trigger_word: In the style of the source engine
|
75 |
+
type: sd_trainer
|
76 |
+
job: extension
|
77 |
+
meta:
|
78 |
+
description: ''
|
volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f38521b60a0a0d5888795748dfe2dee967859f48add1ff634e2dd395f000e5e
|
3 |
+
size 451202776
|
volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6de8ff8b58d76bea9b36374970b372c8df8f734e51854bd9115a03dbca883ea
|
3 |
+
size 451202776
|
volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ac1269dd1f9cf4de3519dda36b911b5e16941596bb42fb8f15194b085e1f0b
|
3 |
+
size 451202776
|
volcanowater/flux_dev_Source_engine_asthetics/flux_dev_Source_engine_asthetics_000002500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cce23e369e4618ff06b8ba6c7d6fc7b5ef99506aa2c559592ff0952a3141c52
|
3 |
+
size 451202776
|
volcanowater/flux_dev_Source_engine_asthetics/samples/1726250228922__000000000_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726250253536__000000000_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726250278147__000000000_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726250302759__000000000_3.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726251090970__000000500_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726251115586__000000500_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726251140200__000000500_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726251164809__000000500_3.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726251951946__000001000_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726251976562__000001000_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726252001178__000001000_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726252025788__000001000_3.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726252809605__000001500_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726252834219__000001500_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726252858828__000001500_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726252883435__000001500_3.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726253663469__000002000_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726253688108__000002000_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726253712721__000002000_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726253737330__000002000_3.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726254517658__000002500_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726254542276__000002500_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726254566891__000002500_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726254591501__000002500_3.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726255373429__000003000_0.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726255398040__000003000_1.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726255422653__000003000_2.jpg
ADDED
volcanowater/flux_dev_Source_engine_asthetics/samples/1726255447264__000003000_3.jpg
ADDED