Lora JoJo 's bizarre
Browse files- config.yaml +68 -0
- images.zip +3 -0
- my_first_flux_lora_v2_000000750.safetensors +3 -0
- my_first_flux_lora_v2_000001000.safetensors +3 -0
- my_first_flux_lora_v2_000001250.safetensors +3 -0
- my_first_flux_lora_v2_000001500.safetensors +3 -0
- optimizer.pt +3 -0
- samples/1724338830638__000000000_0.jpg +0 -0
- samples/1724338900205__000000000_1.jpg +0 -0
- samples/1724338970549__000000000_2.jpg +0 -0
- samples/1724339041378__000000000_3.jpg +0 -0
- samples/1724339112064__000000000_4.jpg +0 -0
- samples/1724340962852__000000250_0.jpg +0 -0
- samples/1724341034500__000000250_1.jpg +0 -0
- samples/1724341106175__000000250_2.jpg +0 -0
- samples/1724341178188__000000250_3.jpg +0 -0
- samples/1724341250152__000000250_4.jpg +0 -0
- samples/1724343156818__000000500_0.jpg +0 -0
- samples/1724343228137__000000500_1.jpg +0 -0
- samples/1724343298596__000000500_2.jpg +0 -0
- samples/1724343369893__000000500_3.jpg +0 -0
- samples/1724343441448__000000500_4.jpg +0 -0
- samples/1724345312151__000000750_0.jpg +0 -0
- samples/1724345383952__000000750_1.jpg +0 -0
- samples/1724345455831__000000750_2.jpg +0 -0
- samples/1724345527743__000000750_3.jpg +0 -0
- samples/1724345599623__000000750_4.jpg +0 -0
- samples/1724347499480__000001000_0.jpg +0 -0
- samples/1724347571343__000001000_1.jpg +0 -0
- samples/1724347643216__000001000_2.jpg +0 -0
- samples/1724347715118__000001000_3.jpg +0 -0
- samples/1724347786990__000001000_4.jpg +0 -0
- samples/1724349612978__000001250_0.jpg +0 -0
- samples/1724349685077__000001250_1.jpg +0 -0
- samples/1724349757156__000001250_2.jpg +0 -0
- samples/1724349829289__000001250_3.jpg +0 -0
- samples/1724349901413__000001250_4.jpg +0 -0
- samples/1724351778714__000001500_0.jpg +0 -0
- samples/1724351850655__000001500_1.jpg +0 -0
- samples/1724351922568__000001500_2.jpg +0 -0
- samples/1724351994485__000001500_3.jpg +0 -0
- samples/1724352066362__000001500_4.jpg +0 -0
config.yaml
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
job: extension
|
2 |
+
config:
|
3 |
+
name: my_first_flux_lora_v2
|
4 |
+
process:
|
5 |
+
- type: sd_trainer
|
6 |
+
training_folder: output
|
7 |
+
performance_log_every: 500
|
8 |
+
device: cuda:0
|
9 |
+
network:
|
10 |
+
type: lora
|
11 |
+
linear: 16
|
12 |
+
linear_alpha: 16
|
13 |
+
save:
|
14 |
+
dtype: float16
|
15 |
+
save_every: 250
|
16 |
+
max_step_saves_to_keep: 4
|
17 |
+
datasets:
|
18 |
+
- folder_path: /teamspace/studios/this_studio/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: 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 |
+
model:
|
42 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
43 |
+
is_flux: true
|
44 |
+
quantize: true
|
45 |
+
low_vram: true
|
46 |
+
sample:
|
47 |
+
sampler: flowmatch
|
48 |
+
sample_every: 250
|
49 |
+
width: 1024
|
50 |
+
height: 1024
|
51 |
+
prompts:
|
52 |
+
- Style jojo bizarre image of a man eats apple red in desaster background
|
53 |
+
- Style jojo bizarre image of, a woman is seated on a wooden stool, wearing
|
54 |
+
a green skirt and a blue top
|
55 |
+
- Style jojo bizarre image of, two people, a girl and boy jump to avoid a ball
|
56 |
+
from sniper
|
57 |
+
- Style jojo bizarre image of, a man showing off his cool new t shirt at the
|
58 |
+
beach, a shark is jumping out of the water in the background
|
59 |
+
- Style jojo bizarre image of, On the right, a young man kirikou is seated on
|
60 |
+
the floor, wearing an orange garment
|
61 |
+
neg: ''
|
62 |
+
seed: 42
|
63 |
+
walk_seed: true
|
64 |
+
guidance_scale: 4
|
65 |
+
sample_steps: 20
|
66 |
+
meta:
|
67 |
+
name: my_first_flux_lora_v2
|
68 |
+
version: '1.0'
|
images.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f8e2baf01233eddc57dbfac7d4f67453053e50614cf4434b1bd4cbb4ff61147
|
3 |
+
size 184257494
|
my_first_flux_lora_v2_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f201ceae1408c0700a5772e817c419d83cd810476163ace4f3fc5b2404ef745d
|
3 |
+
size 171969368
|
my_first_flux_lora_v2_000001000.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37d4871826c35e6fbf3fb7888d1cd0f178b4b192e86f2b70b66d10f9a3999fe8
|
3 |
+
size 171969368
|
my_first_flux_lora_v2_000001250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd74f942d1ff0315bd9154b973c6d170de4f21e249cc2b440c49fd01a9a69f50
|
3 |
+
size 171969368
|
my_first_flux_lora_v2_000001500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0869b930381559d9c8101284037e9ca3ffd01a329099cb1aef1360da8bde6759
|
3 |
+
size 171969368
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51e70ad7c27f465e2cddc2958bb58ad45f3a34f315e942b1b44aaaa2431300bc
|
3 |
+
size 173272836
|
samples/1724338830638__000000000_0.jpg
ADDED
samples/1724338900205__000000000_1.jpg
ADDED
samples/1724338970549__000000000_2.jpg
ADDED
samples/1724339041378__000000000_3.jpg
ADDED
samples/1724339112064__000000000_4.jpg
ADDED
samples/1724340962852__000000250_0.jpg
ADDED
samples/1724341034500__000000250_1.jpg
ADDED
samples/1724341106175__000000250_2.jpg
ADDED
samples/1724341178188__000000250_3.jpg
ADDED
samples/1724341250152__000000250_4.jpg
ADDED
samples/1724343156818__000000500_0.jpg
ADDED
samples/1724343228137__000000500_1.jpg
ADDED
samples/1724343298596__000000500_2.jpg
ADDED
samples/1724343369893__000000500_3.jpg
ADDED
samples/1724343441448__000000500_4.jpg
ADDED
samples/1724345312151__000000750_0.jpg
ADDED
samples/1724345383952__000000750_1.jpg
ADDED
samples/1724345455831__000000750_2.jpg
ADDED
samples/1724345527743__000000750_3.jpg
ADDED
samples/1724345599623__000000750_4.jpg
ADDED
samples/1724347499480__000001000_0.jpg
ADDED
samples/1724347571343__000001000_1.jpg
ADDED
samples/1724347643216__000001000_2.jpg
ADDED
samples/1724347715118__000001000_3.jpg
ADDED
samples/1724347786990__000001000_4.jpg
ADDED
samples/1724349612978__000001250_0.jpg
ADDED
samples/1724349685077__000001250_1.jpg
ADDED
samples/1724349757156__000001250_2.jpg
ADDED
samples/1724349829289__000001250_3.jpg
ADDED
samples/1724349901413__000001250_4.jpg
ADDED
samples/1724351778714__000001500_0.jpg
ADDED
samples/1724351850655__000001500_1.jpg
ADDED
samples/1724351922568__000001500_2.jpg
ADDED
samples/1724351994485__000001500_3.jpg
ADDED
samples/1724352066362__000001500_4.jpg
ADDED