Add 12 files
Browse files- config.yaml +64 -0
- cyberpunk.safetensors +3 -0
- images/0.png +3 -0
- images/1.png +3 -0
- images/2.png +3 -0
- images/3.png +3 -0
- images/4.png +3 -0
- images/5.png +3 -0
- images/6.png +3 -0
- images/7.png +3 -0
- images/8.png +3 -0
- optimizer.pt +3 -0
config.yaml
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: cyberpunk
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output
|
7 |
+
performance_log_every: 1000
|
8 |
+
device: cuda:0
|
9 |
+
trigger_word: '[G1TS]'
|
10 |
+
network:
|
11 |
+
type: lora
|
12 |
+
linear: 8
|
13 |
+
linear_alpha: 8
|
14 |
+
save:
|
15 |
+
dtype: float16
|
16 |
+
save_every: 500
|
17 |
+
max_step_saves_to_keep: 4
|
18 |
+
datasets:
|
19 |
+
- folder_path: gits
|
20 |
+
caption_ext: txt
|
21 |
+
caption_dropout_rate: 0.05
|
22 |
+
shuffle_tokens: false
|
23 |
+
cache_latents_to_disk: true
|
24 |
+
resolution:
|
25 |
+
- 512
|
26 |
+
- 768
|
27 |
+
- 1024
|
28 |
+
train:
|
29 |
+
batch_size: 1
|
30 |
+
steps: 2000
|
31 |
+
gradient_accumulation_steps: 1
|
32 |
+
train_unet: true
|
33 |
+
train_text_encoder: false
|
34 |
+
gradient_checkpointing: true
|
35 |
+
noise_scheduler: flowmatch
|
36 |
+
optimizer: adamw8bit
|
37 |
+
lr: 0.0004
|
38 |
+
skip_first_sample: true
|
39 |
+
disable_sampling: true
|
40 |
+
ema_config:
|
41 |
+
use_ema: true
|
42 |
+
ema_decay: 0.99
|
43 |
+
dtype: bf16
|
44 |
+
model:
|
45 |
+
name_or_path: black-forest-labs/FLUX.1-schnell
|
46 |
+
assistant_lora_path: ostris/FLUX.1-schnell-training-adapter
|
47 |
+
is_flux: true
|
48 |
+
quantize: true
|
49 |
+
low_vram: false
|
50 |
+
sample:
|
51 |
+
sampler: flowmatch
|
52 |
+
sample_every: 1000
|
53 |
+
width: 1024
|
54 |
+
height: 1024
|
55 |
+
prompts:
|
56 |
+
- woman with red hair, playing chess at the park, bomb going off in the background
|
57 |
+
neg: ''
|
58 |
+
seed: 42
|
59 |
+
walk_seed: true
|
60 |
+
guidance_scale: 1
|
61 |
+
sample_steps: 1
|
62 |
+
meta:
|
63 |
+
name: cyberpunk
|
64 |
+
version: '1.0'
|
cyberpunk.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d89cb4546362c171c27c38e20f312cc05d6a6e660c3ce781d7da01e548ca1032
|
3 |
+
size 86049784
|
images/0.png
ADDED
![]() |
Git LFS Details
|
images/1.png
ADDED
![]() |
Git LFS Details
|
images/2.png
ADDED
![]() |
Git LFS Details
|
images/3.png
ADDED
![]() |
Git LFS Details
|
images/4.png
ADDED
![]() |
Git LFS Details
|
images/5.png
ADDED
![]() |
Git LFS Details
|
images/6.png
ADDED
![]() |
Git LFS Details
|
images/7.png
ADDED
![]() |
Git LFS Details
|
images/8.png
ADDED
![]() |
Git LFS Details
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7aa403bf6009ba209bb66bbc68eb6162508ecd45305c1ee72ea552b3808c5126
|
3 |
+
size 88416452
|