Upload folder using huggingface_hub
Browse files- config.yaml +9 -5
- lora.safetensors +2 -2
config.yaml
CHANGED
@@ -8,11 +8,15 @@ config:
|
|
8 |
trigger_word: USER_295133871
|
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
|
@@ -27,7 +31,7 @@ config:
|
|
27 |
- 1024
|
28 |
train:
|
29 |
batch_size: 1
|
30 |
-
steps:
|
31 |
gradient_accumulation_steps: 1
|
32 |
train_unet: true
|
33 |
train_text_encoder: false
|
@@ -46,7 +50,7 @@ config:
|
|
46 |
quantize: false
|
47 |
sample:
|
48 |
sampler: flowmatch
|
49 |
-
sample_every:
|
50 |
width: 1024
|
51 |
height: 1024
|
52 |
prompts: []
|
|
|
8 |
trigger_word: USER_295133871
|
9 |
network:
|
10 |
type: lora
|
11 |
+
linear: 128
|
12 |
+
linear_alpha: 128
|
13 |
+
network_kwargs:
|
14 |
+
only_if_contains:
|
15 |
+
- transformer.single_transformer_blocks.7.proj_out
|
16 |
+
- transformer.single_transformer_blocks.20.proj_out
|
17 |
save:
|
18 |
dtype: float16
|
19 |
+
save_every: 2001
|
20 |
max_step_saves_to_keep: 1
|
21 |
datasets:
|
22 |
- folder_path: input_images
|
|
|
31 |
- 1024
|
32 |
train:
|
33 |
batch_size: 1
|
34 |
+
steps: 2000
|
35 |
gradient_accumulation_steps: 1
|
36 |
train_unet: true
|
37 |
train_text_encoder: false
|
|
|
50 |
quantize: false
|
51 |
sample:
|
52 |
sampler: flowmatch
|
53 |
+
sample_every: 2001
|
54 |
width: 1024
|
55 |
height: 1024
|
56 |
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:c25dece5488bc630f22ca587ca619eb804699890ec5d6be657353c480e8c96f0
|
3 |
+
size 9438224
|