Add 4 files
Browse files- config.yaml +65 -0
- images/1730258807942__000001200_0.jpg +3 -0
- optimizer.pt +3 -0
- outline-minimalistic-logo.safetensors +3 -0
config.yaml
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: outline-minimalistic-logo
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: /root/autodl-tmp/output
|
7 |
+
device: cuda:0
|
8 |
+
trigger_word: outline-minimalistic-logo
|
9 |
+
network:
|
10 |
+
type: lora
|
11 |
+
linear: 16
|
12 |
+
linear_alpha: 1
|
13 |
+
save:
|
14 |
+
dtype: bf16
|
15 |
+
save_every: 400
|
16 |
+
max_step_saves_to_keep: 5
|
17 |
+
datasets:
|
18 |
+
- folder_path: /root/dataset/outline
|
19 |
+
caption_ext: txt
|
20 |
+
caption_dropout_rate: 0.05
|
21 |
+
shuffle_tokens: true
|
22 |
+
keep_tokens: 2
|
23 |
+
cache_latents_to_disk: true
|
24 |
+
resolution:
|
25 |
+
- 512
|
26 |
+
- 768
|
27 |
+
- 1024
|
28 |
+
flip_aug: true
|
29 |
+
train:
|
30 |
+
batch_size: 1
|
31 |
+
steps: 2000
|
32 |
+
gradient_accumulation_steps: 1
|
33 |
+
train_unet: true
|
34 |
+
train_text_encoder: false
|
35 |
+
content_or_style: balanced
|
36 |
+
gradient_checkpointing: true
|
37 |
+
noise_scheduler: flowmatch
|
38 |
+
optimizer: adamw8bit
|
39 |
+
lr: 0.0004
|
40 |
+
lr_scheduler: constant
|
41 |
+
linear_timesteps: true
|
42 |
+
ema_config:
|
43 |
+
use_ema: true
|
44 |
+
ema_decay: 0.99
|
45 |
+
dtype: bf16
|
46 |
+
model:
|
47 |
+
name_or_path: /root/autodl-tmp/FLUX.1-schnell
|
48 |
+
assistant_lora_path: /root/autodl-tmp/FLUX.1-schnell-training-adapter/pytorch_lora_weights.safetensors
|
49 |
+
is_flux: true
|
50 |
+
quantize: true
|
51 |
+
sample:
|
52 |
+
sampler: flowmatch
|
53 |
+
sample_every: 400
|
54 |
+
width: 1024
|
55 |
+
height: 1024
|
56 |
+
prompts:
|
57 |
+
- outline-minimalistic-logo, a lion head
|
58 |
+
neg: ''
|
59 |
+
seed: 33366
|
60 |
+
walk_seed: true
|
61 |
+
guidance_scale: 4
|
62 |
+
sample_steps: 4
|
63 |
+
meta:
|
64 |
+
name: '[PAseer]'
|
65 |
+
version: '1.0'
|
images/1730258807942__000001200_0.jpg
ADDED
![]() |
Git LFS Details
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f841e01506368f037f9e1466a3c6eeb17278aeedcd4ae0536836e56138f72bed
|
3 |
+
size 173272836
|
outline-minimalistic-logo.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50d1ab833c2cfbf2ba73713c923b69d1ca843a8fa2840dff0489096efe0cacd2
|
3 |
+
size 171970440
|