dragiychev
commited on
Uploaded lateral spark
Browse files- README.md +50 -0
- config.yaml +66 -0
- lateralspark.safetensors +3 -0
- optimizer.pt +3 -0
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- flux
|
7 |
+
- ai-toolkit
|
8 |
+
base_model: black-forest-labs/FLUX.1-dev
|
9 |
+
instance_prompt: lateralspark style
|
10 |
+
widget:
|
11 |
+
- text: >-
|
12 |
+
a person on a crossroads, symbolizing chaos and healing journey,
|
13 |
+
lateralspark style
|
14 |
+
output:
|
15 |
+
url: images/example_heh10w7de.png
|
16 |
+
- text: >-
|
17 |
+
Glowing orb with dissolving fragments, symbolizing thought's fluid
|
18 |
+
evolution, lateralspark style
|
19 |
+
output:
|
20 |
+
url: images/example_0mpabuve5.png
|
21 |
+
- text: >-
|
22 |
+
An abstract artwork symbolizing unity's strength, with intertwining ribbons
|
23 |
+
representing harmony, branching patterns for growth, glowing orbs for shared
|
24 |
+
ideas, and geometric grids blending chaos with order, evoking resilience
|
25 |
+
through collective effort, lateralspark style
|
26 |
+
output:
|
27 |
+
url: images/example_ls2csg0kz.png
|
28 |
+
- text: >-
|
29 |
+
An abstract artwork exploring the complexity of human thought, with a
|
30 |
+
central profile silhouette surrounded by concentric circles symbolizing
|
31 |
+
introspection and layered consciousness. Geometric patterns represent logic
|
32 |
+
and structure, while vibrant colors evoke emotion and creativity.
|
33 |
+
Intersecting lines and shapes highlight the interplay between rationality
|
34 |
+
and imagination, capturing the multifaceted nature of the human mind,
|
35 |
+
lateralspark style
|
36 |
+
output:
|
37 |
+
url: images/example_qhrz48unn.png
|
38 |
+
- text: lateralspark style
|
39 |
+
output:
|
40 |
+
url: images/example_cbqu5bo95.png
|
41 |
+
- text: lateralspark style close up portrait face artwork
|
42 |
+
output:
|
43 |
+
url: images/example_x3d9p75fo.png
|
44 |
+
|
45 |
+
---
|
46 |
+
# lateralspark
|
47 |
+
|
48 |
+
Use `lateralspark style` to trigger image generation.
|
49 |
+
|
50 |
+
<Gallery />
|
config.yaml
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: lateralspark
|
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 |
+
push_to_hub: false
|
17 |
+
datasets:
|
18 |
+
- folder_path: datasets/30833bf1-6ac7-4b9e-b5e9-929877b1b9be
|
19 |
+
caption_ext: txt
|
20 |
+
caption_dropout_rate: 0.05
|
21 |
+
shuffle_tokens: false
|
22 |
+
cache_latents_to_disk: true
|
23 |
+
resolution:
|
24 |
+
- 512
|
25 |
+
- 768
|
26 |
+
- 1024
|
27 |
+
train:
|
28 |
+
batch_size: 1
|
29 |
+
steps: 4000
|
30 |
+
gradient_accumulation_steps: 1
|
31 |
+
train_unet: true
|
32 |
+
train_text_encoder: false
|
33 |
+
gradient_checkpointing: true
|
34 |
+
noise_scheduler: flowmatch
|
35 |
+
optimizer: adamw8bit
|
36 |
+
lr: 0.0002
|
37 |
+
ema_config:
|
38 |
+
use_ema: true
|
39 |
+
ema_decay: 0.99
|
40 |
+
dtype: bf16
|
41 |
+
skip_first_sample: true
|
42 |
+
disable_sampling: false
|
43 |
+
model:
|
44 |
+
name_or_path: black-forest-labs/FLUX.1-schnell
|
45 |
+
is_flux: true
|
46 |
+
quantize: true
|
47 |
+
low_vram: true
|
48 |
+
assistant_lora_path: ostris/FLUX.1-schnell-training-adapter
|
49 |
+
sample:
|
50 |
+
sampler: flowmatch
|
51 |
+
sample_every: 4000
|
52 |
+
width: 1024
|
53 |
+
height: 1024
|
54 |
+
prompts:
|
55 |
+
- a painting of a person at crossroads, lateralspark style
|
56 |
+
- a painting symbolizing thought's fluid evolution, lateralspark style
|
57 |
+
- a painting symbolizing chaos and healing journey, lateralspark style
|
58 |
+
neg: ''
|
59 |
+
seed: 42
|
60 |
+
walk_seed: true
|
61 |
+
guidance_scale: 4
|
62 |
+
sample_steps: 4
|
63 |
+
trigger_word: lateralspark style
|
64 |
+
meta:
|
65 |
+
name: lateralspark
|
66 |
+
version: '1.0'
|
lateralspark.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a966a79cb33d1e2b8acc3a5e75bff9ff06e55973bbd49c2df66d68edae021b7
|
3 |
+
size 171969424
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1a9f376a778b5288b2f08718b666e96bb26a0a92a05a60307ffad3c1782514c
|
3 |
+
size 175676612
|