comarproject
commited on
Commit
•
fbc3287
1
Parent(s):
319ba14
Upload 20 files
Browse files- .gitattributes +3 -0
- config.yaml +74 -0
- optimizer.pt +3 -0
- sida-hd (1).png +0 -0
- sida-hd (10).png +0 -0
- sida-hd (11).png +0 -0
- sida-hd (12).png +0 -0
- sida-hd (13).png +0 -0
- sida-hd (14).png +0 -0
- sida-hd (15).png +0 -0
- sida-hd (16).png +0 -0
- sida-hd (17).png +0 -0
- sida-hd (2).png +0 -0
- sida-hd (3).png +0 -0
- sida-hd (4).png +0 -0
- sida-hd (5).png +0 -0
- sida-hd (6).png +0 -0
- sida-hd (7).png +3 -0
- sida-hd (8).png +3 -0
- sida-hd (9).png +3 -0
- sida_handdraw_v0.1.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
sida-hd[[:space:]](7).png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
sida-hd[[:space:]](8).png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
sida-hd[[:space:]](9).png filter=lfs diff=lfs merge=lfs -text
|
config.yaml
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: sida_handdraw_v0.1
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output/sida_handdraw
|
7 |
+
performance_log_every: 1000
|
8 |
+
device: cuda:0
|
9 |
+
network:
|
10 |
+
type: lora
|
11 |
+
linear: 32
|
12 |
+
linear_alpha: 32
|
13 |
+
save:
|
14 |
+
dtype: float16
|
15 |
+
save_every: 200
|
16 |
+
max_step_saves_to_keep: 4
|
17 |
+
push_to_hub: false
|
18 |
+
datasets:
|
19 |
+
- folder_path: C:/Users/paribulab1/Downloads/sida-lora/sida-lora
|
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: 3000
|
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.0001
|
38 |
+
skip_first_sample: true
|
39 |
+
ema_config:
|
40 |
+
use_ema: true
|
41 |
+
ema_decay: 0.99
|
42 |
+
dtype: bf16
|
43 |
+
model:
|
44 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
45 |
+
is_flux: true
|
46 |
+
quantize: true
|
47 |
+
sample:
|
48 |
+
sampler: flowmatch
|
49 |
+
sample_every: 250
|
50 |
+
width: 1024
|
51 |
+
height: 1024
|
52 |
+
prompts:
|
53 |
+
- woman with red hair, playing chess at the park, bomb going off in the background
|
54 |
+
- a woman holding a coffee cup, in a beanie, sitting at a cafe
|
55 |
+
- a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
|
56 |
+
holding a martini
|
57 |
+
- a man showing off his cool new t shirt at the beach, a shark is jumping out
|
58 |
+
of the water in the background
|
59 |
+
- a bear building a log cabin in the snow covered mountains
|
60 |
+
- woman playing the guitar, on stage, singing a song, laser lights, punk rocker
|
61 |
+
- hipster man with a beard, building a chair, in a wood shop
|
62 |
+
- photo of a man, white background, medium shot, modeling clothing, studio lighting,
|
63 |
+
white backdrop
|
64 |
+
- a man holding a sign that says, 'this is a sign'
|
65 |
+
- a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
66 |
+
in a desert, with a motorcycle
|
67 |
+
neg: ''
|
68 |
+
seed: 42
|
69 |
+
walk_seed: true
|
70 |
+
guidance_scale: 4
|
71 |
+
sample_steps: 20
|
72 |
+
meta:
|
73 |
+
name: sida_handdraw
|
74 |
+
version: '0.1'
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a5ceeb7fb7a486e365e863bb41bd78fd6d56cff846ffc7cf46e23c0c2329144
|
3 |
+
size 345500484
|
sida-hd (1).png
ADDED
sida-hd (10).png
ADDED
sida-hd (11).png
ADDED
sida-hd (12).png
ADDED
sida-hd (13).png
ADDED
sida-hd (14).png
ADDED
sida-hd (15).png
ADDED
sida-hd (16).png
ADDED
sida-hd (17).png
ADDED
sida-hd (2).png
ADDED
sida-hd (3).png
ADDED
sida-hd (4).png
ADDED
sida-hd (5).png
ADDED
sida-hd (6).png
ADDED
sida-hd (7).png
ADDED
Git LFS Details
|
sida-hd (8).png
ADDED
Git LFS Details
|
sida-hd (9).png
ADDED
Git LFS Details
|
sida_handdraw_v0.1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d16c8d656688ec53ca7b137b0be155f450bccd6b03517e32000fc370bd3574c
|
3 |
+
size 343805400
|