Upload folder using huggingface_hub
Browse files- config.yaml +6 -5
- lora.safetensors +1 -1
config.yaml
CHANGED
@@ -12,7 +12,7 @@ config:
|
|
12 |
linear_alpha: 16
|
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 |
- 768
|
27 |
- 1024
|
28 |
train:
|
29 |
-
batch_size:
|
30 |
steps: 1000
|
31 |
gradient_accumulation_steps: 1
|
32 |
train_unet: true
|
@@ -34,7 +34,7 @@ config:
|
|
34 |
content_or_style: balanced
|
35 |
gradient_checkpointing: true
|
36 |
noise_scheduler: flowmatch
|
37 |
-
optimizer:
|
38 |
lr: 0.0004
|
39 |
ema_config:
|
40 |
use_ema: true
|
@@ -46,10 +46,11 @@ config:
|
|
46 |
quantize: true
|
47 |
sample:
|
48 |
sampler: flowmatch
|
49 |
-
sample_every:
|
50 |
width: 1024
|
51 |
height: 1024
|
52 |
-
prompts:
|
|
|
53 |
neg: ''
|
54 |
seed: 42
|
55 |
walk_seed: true
|
|
|
12 |
linear_alpha: 16
|
13 |
save:
|
14 |
dtype: float16
|
15 |
+
save_every: 100
|
16 |
max_step_saves_to_keep: 1
|
17 |
datasets:
|
18 |
- folder_path: input_images
|
|
|
26 |
- 768
|
27 |
- 1024
|
28 |
train:
|
29 |
+
batch_size: 4
|
30 |
steps: 1000
|
31 |
gradient_accumulation_steps: 1
|
32 |
train_unet: true
|
|
|
34 |
content_or_style: balanced
|
35 |
gradient_checkpointing: true
|
36 |
noise_scheduler: flowmatch
|
37 |
+
optimizer: adamw
|
38 |
lr: 0.0004
|
39 |
ema_config:
|
40 |
use_ema: true
|
|
|
46 |
quantize: true
|
47 |
sample:
|
48 |
sampler: flowmatch
|
49 |
+
sample_every: 100
|
50 |
width: 1024
|
51 |
height: 1024
|
52 |
+
prompts:
|
53 |
+
- a mountaint
|
54 |
neg: ''
|
55 |
seed: 42
|
56 |
walk_seed: true
|
lora.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 171969416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b41aba199a52958ba2922f4ddb4b4ae881d3becfd2114458de27ca15c5c41c5b
|
3 |
size 171969416
|