Upload 2 files
Browse files- config.yaml +5 -5
- lora.safetensors +2 -2
config.yaml
CHANGED
@@ -8,8 +8,8 @@ config:
|
|
8 |
trigger_word: IRNMN
|
9 |
network:
|
10 |
type: lora
|
11 |
-
linear:
|
12 |
-
linear_alpha:
|
13 |
save:
|
14 |
dtype: float16
|
15 |
save_every: 501
|
@@ -17,9 +17,9 @@ config:
|
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
19 |
caption_ext: txt
|
20 |
-
caption_dropout_rate: 0
|
21 |
shuffle_tokens: false
|
22 |
-
cache_latents_to_disk:
|
23 |
cache_latents: true
|
24 |
resolution:
|
25 |
- 512
|
@@ -35,7 +35,7 @@ config:
|
|
35 |
gradient_checkpointing: true
|
36 |
noise_scheduler: flowmatch
|
37 |
optimizer: adamw8bit
|
38 |
-
lr: 0.
|
39 |
ema_config:
|
40 |
use_ema: true
|
41 |
ema_decay: 0.99
|
|
|
8 |
trigger_word: IRNMN
|
9 |
network:
|
10 |
type: lora
|
11 |
+
linear: 128
|
12 |
+
linear_alpha: 128
|
13 |
save:
|
14 |
dtype: float16
|
15 |
save_every: 501
|
|
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
19 |
caption_ext: txt
|
20 |
+
caption_dropout_rate: 1.0
|
21 |
shuffle_tokens: false
|
22 |
+
cache_latents_to_disk: true
|
23 |
cache_latents: true
|
24 |
resolution:
|
25 |
- 512
|
|
|
35 |
gradient_checkpointing: true
|
36 |
noise_scheduler: flowmatch
|
37 |
optimizer: adamw8bit
|
38 |
+
lr: 0.0001
|
39 |
ema_config:
|
40 |
use_ema: true
|
41 |
ema_decay: 0.99
|
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:670dfb278737ccb7c1bd8319d45daa0adcd8bb21c6a38c0c99981a589607fdc9
|
3 |
+
size 1374819808
|