Upload folder using huggingface_hub
Browse files- config.yaml +7 -7
- lora.safetensors +2 -2
config.yaml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
job:
|
2 |
config:
|
3 |
name: flux_train_replicate
|
4 |
process:
|
5 |
-
- type:
|
6 |
training_folder: output
|
7 |
device: cuda:0
|
8 |
trigger_word: Y2K
|
9 |
network:
|
10 |
type: lora
|
11 |
-
linear:
|
12 |
-
linear_alpha:
|
13 |
save:
|
14 |
dtype: float16
|
15 |
-
save_every:
|
16 |
max_step_saves_to_keep: 1
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
@@ -26,7 +26,7 @@ config:
|
|
26 |
- 1024
|
27 |
train:
|
28 |
batch_size: 1
|
29 |
-
steps:
|
30 |
gradient_accumulation_steps: 1
|
31 |
train_unet: true
|
32 |
train_text_encoder: false
|
@@ -45,7 +45,7 @@ config:
|
|
45 |
quantize: true
|
46 |
sample:
|
47 |
sampler: flowmatch
|
48 |
-
sample_every:
|
49 |
width: 1024
|
50 |
height: 1024
|
51 |
prompts: []
|
|
|
1 |
+
job: custom_job
|
2 |
config:
|
3 |
name: flux_train_replicate
|
4 |
process:
|
5 |
+
- type: custom_sd_trainer
|
6 |
training_folder: output
|
7 |
device: cuda:0
|
8 |
trigger_word: Y2K
|
9 |
network:
|
10 |
type: lora
|
11 |
+
linear: 32
|
12 |
+
linear_alpha: 32
|
13 |
save:
|
14 |
dtype: float16
|
15 |
+
save_every: 2001
|
16 |
max_step_saves_to_keep: 1
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
|
|
26 |
- 1024
|
27 |
train:
|
28 |
batch_size: 1
|
29 |
+
steps: 2000
|
30 |
gradient_accumulation_steps: 1
|
31 |
train_unet: true
|
32 |
train_text_encoder: false
|
|
|
45 |
quantize: true
|
46 |
sample:
|
47 |
sampler: flowmatch
|
48 |
+
sample_every: 2001
|
49 |
width: 1024
|
50 |
height: 1024
|
51 |
prompts: []
|
lora.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bd7394e2891acd535bc7ccdaba41f1bc929aed872d81eb39cf72cd140d54b2d
|
3 |
+
size 343805456
|