AlekseyCalvin
commited on
Commit
•
fed52e2
1
Parent(s):
3819258
Upload 3 files
Browse files- assa_model_000002000.safetensors +3 -0
- config.yaml +84 -0
- optimizer.pt +3 -0
assa_model_000002000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3d33e040e550ba811388012b544729de03773c60cacb3950654f2d23a344e96
|
3 |
+
size 171969344
|
config.yaml
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: assa_model
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: /content/drive/MyDrive/Flux
|
7 |
+
device: cuda:0
|
8 |
+
HST: photo
|
9 |
+
network:
|
10 |
+
type: lora
|
11 |
+
linear: 16
|
12 |
+
linear_alpha: 16
|
13 |
+
save:
|
14 |
+
dtype: float16
|
15 |
+
save_every: 500
|
16 |
+
max_step_saves_to_keep: 12
|
17 |
+
datasets:
|
18 |
+
- folder_path: /content/dataset
|
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: 3000
|
30 |
+
gradient_accumulation_steps: 1
|
31 |
+
train_unet: true
|
32 |
+
train_text_encoder: false
|
33 |
+
content_or_style: balanced
|
34 |
+
gradient_checkpointing: true
|
35 |
+
noise_scheduler: flowmatch
|
36 |
+
optimizer: adamw8bit
|
37 |
+
lr: 0.0004
|
38 |
+
skip_first_sample: true
|
39 |
+
hf_repo_id: AlekseyCalvin/assa
|
40 |
+
hf_private: true
|
41 |
+
ema_config:
|
42 |
+
use_ema: true
|
43 |
+
ema_decay: 0.99
|
44 |
+
dtype: bf16
|
45 |
+
model:
|
46 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
47 |
+
is_flux: true
|
48 |
+
quantize: true
|
49 |
+
sample:
|
50 |
+
sampler: flowmatch
|
51 |
+
sample_every: 250
|
52 |
+
width: 1024
|
53 |
+
height: 1024
|
54 |
+
prompts:
|
55 |
+
- kodachrome HST photo of woman Dark Kamala playing with time at the park
|
56 |
+
- "HST style depiction of the musical sound of Little Oil, with centered title\
|
57 |
+
\ text: \"Little Oil\u201D"
|
58 |
+
- Raw kodachrome photo by Man Ray HST style, extremely photorealistic image
|
59 |
+
of a hospital revolution, doctors break down smashing phones
|
60 |
+
- HST style autochrome photo of thin confused ACS doctor saying word bubble
|
61 |
+
text WHATS YOUR COST? at labyrinthine modern hospital hallway, dada color
|
62 |
+
photo, twining hospital hallways, amateur photo
|
63 |
+
- a dark murderous Koala HST style, building a log cabin out of music and teeth
|
64 |
+
in the snow covered mountains of HST land Omsk
|
65 |
+
- HST style kodachrome photo of Rowland S. Howard playing the guitar, on stage,
|
66 |
+
singing a song, laser lights, punk rocker
|
67 |
+
- HST style kodachrome color photo of Alexander Blok the poet holding a sign
|
68 |
+
that says, 'truth is found in wine'
|
69 |
+
- HST style autochrome vintage lifelike amateur film Photo of tiny drugged insectoid
|
70 |
+
christ-like God inside of a wooden pillbox being fed ether poured by giant
|
71 |
+
womankodachrome HST photo of woman Dark Kamala HST style caption text of "Historic
|
72 |
+
Color Dev", analog kodachrome photo, blemished skin, amateur quality, cell
|
73 |
+
phone photo
|
74 |
+
- 'HST style depiction of the musical sound of Little Oil, disposable camera
|
75 |
+
image, with centered title \Little Oil\ '
|
76 |
+
- HST style photo of a cat
|
77 |
+
neg: ''
|
78 |
+
seed: 42
|
79 |
+
walk_seed: true
|
80 |
+
guidance_scale: 4
|
81 |
+
sample_steps: 20
|
82 |
+
meta:
|
83 |
+
name: assa_model
|
84 |
+
version: '1.0'
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15e28f571c0826fc98a645df4183590869930da347ce459f3d14e79bf84d3814
|
3 |
+
size 173272836
|