Upload 7 files
Browse files- config.yaml +71 -0
- mrgnlia.safetensors +3 -0
- mrgnlia_000001000.safetensors +3 -0
- mrgnlia_000001250.safetensors +3 -0
- mrgnlia_000001500.safetensors +3 -0
- mrgnlia_000001750.safetensors +3 -0
- optimizer.pt +3 -0
config.yaml
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: mrgnlia
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output
|
7 |
+
device: cuda:0
|
8 |
+
network:
|
9 |
+
type: lora
|
10 |
+
linear: 16
|
11 |
+
linear_alpha: 16
|
12 |
+
save:
|
13 |
+
dtype: float16
|
14 |
+
save_every: 250
|
15 |
+
max_step_saves_to_keep: 4
|
16 |
+
datasets:
|
17 |
+
- folder_path: C:\pinokio\api\comfyui.git\app\trainees\mrgnlia
|
18 |
+
caption_ext: txt
|
19 |
+
caption_dropout_rate: 0.05
|
20 |
+
shuffle_tokens: false
|
21 |
+
cache_latents_to_disk: true
|
22 |
+
resolution:
|
23 |
+
- 512
|
24 |
+
- 768
|
25 |
+
- 1024
|
26 |
+
train:
|
27 |
+
batch_size: 1
|
28 |
+
steps: 2000
|
29 |
+
gradient_accumulation_steps: 1
|
30 |
+
train_unet: true
|
31 |
+
train_text_encoder: false
|
32 |
+
gradient_checkpointing: true
|
33 |
+
noise_scheduler: flowmatch
|
34 |
+
optimizer: adamw8bit
|
35 |
+
lr: 0.0001
|
36 |
+
ema_config:
|
37 |
+
use_ema: true
|
38 |
+
ema_decay: 0.99
|
39 |
+
dtype: bf16
|
40 |
+
model:
|
41 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
42 |
+
is_flux: true
|
43 |
+
quantize: true
|
44 |
+
sample:
|
45 |
+
sampler: flowmatch
|
46 |
+
sample_every: 250
|
47 |
+
width: 1024
|
48 |
+
height: 1024
|
49 |
+
prompts:
|
50 |
+
- woman with red hair, playing chess at the park, bomb going off in the background
|
51 |
+
- a woman holding a coffee cup, in a beanie, sitting at a cafe
|
52 |
+
- a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
|
53 |
+
holding a martini
|
54 |
+
- a man showing off his cool new t shirt at the beach, a shark is jumping out
|
55 |
+
of the water in the background
|
56 |
+
- a bear building a log cabin in the snow covered mountains
|
57 |
+
- woman playing the guitar, on stage, singing a song, laser lights, punk rocker
|
58 |
+
- hipster man with a beard, building a chair, in a wood shop
|
59 |
+
- photo of a man, white background, medium shot, modeling clothing, studio lighting,
|
60 |
+
white backdrop
|
61 |
+
- a man holding a sign that says, 'this is a sign'
|
62 |
+
- a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
63 |
+
in a desert, with a motorcycle
|
64 |
+
neg: ''
|
65 |
+
seed: 42
|
66 |
+
walk_seed: true
|
67 |
+
guidance_scale: 4
|
68 |
+
sample_steps: 20
|
69 |
+
meta:
|
70 |
+
name: mrgnlia
|
71 |
+
version: '1.0'
|
mrgnlia.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a11c834c49495e67d09b4c5aa22c644cefbcb3e2ae5e4f0692616bcf5b37b05
|
3 |
+
size 171969336
|
mrgnlia_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe829c173441c98ceecea294b6db263fdd78050fb99c4a8cfa3c77dd324851d
|
3 |
+
size 171969336
|
mrgnlia_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42c67561b3e0ded8321c0c4c3caf38026e105b8af5943ba2654080f03a249af9
|
3 |
+
size 171969336
|
mrgnlia_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57bb71664b135c01aef605e2fc77baa39f6999918a58abd216db607e64fd6cfe
|
3 |
+
size 171969336
|
mrgnlia_000001750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a5b5081f38484689d923f5354f7c2d3058e184cc81a153b2082cc6d1672cf0c
|
3 |
+
size 171969336
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ca3a6c781044fcdbd037d75a059044fd749de0c4c479d540e44b1feadb5159a
|
3 |
+
size 173272836
|