YoonHong commited on
Commit
e997be3
·
verified ·
1 Parent(s): 989bcb3

Upload 7 files

Browse files
FLUXDev_POGNY_v1.01.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b228cdd40916480f41e4f1321222dac9115a8577e4bbf02897865c7908916e5f
3
+ size 171969512
FLUXDev_POGNY_v1.01_000002500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3ec02aba3212ac7f4c707d1046cab75eae69b375624c208df770848f836324
3
+ size 171969512
FLUXDev_POGNY_v1.01_000002750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cd6a5919cf036554e9263730c936fecc5a2f97256175b572c94539e574c5ac
3
+ size 171969512
FLUXDev_POGNY_v1.01_000003000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c227a21b3141ed100fa3515f63ab54487060fb00eeaa439a596761f2aef0392a
3
+ size 171969512
FLUXDev_POGNY_v1.01_000003250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8296acd30b42f1168d11fae280a4daea443f920b98929834978021fbd63221d2
3
+ size 171969512
FLUXDev_POGNY_v1.01_000003500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f774ecadff1696c1242adc379b8e8e736a6a02671d8d693e40d1503597715d88
3
+ size 171969512
config.yaml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: FLUXDev_POGNY_v1.01
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ device: cuda:0
8
+ trigger_word: POGNY is a white bear Heart shaped hair on the chest
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: 6
17
+ datasets:
18
+ - folder_path: /home/acorn/FLUX_LoRA_Training/ai-toolkit/assets/POGNY_training_data
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: 4
29
+ steps: 4000
30
+ gradient_accumulation_steps: 12
31
+ train_unet: true
32
+ train_text_encoder: false
33
+ gradient_checkpointing: true
34
+ noise_scheduler: flowmatch
35
+ optimizer: adamw8bit
36
+ lr: 0.0004
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
+ sample:
46
+ sampler: flowmatch
47
+ sample_every: 250
48
+ width: 512
49
+ height: 512
50
+ prompts:
51
+ - '''POGNY is a white bear Heart shaped hair on the chest'' wearing a suit and
52
+ tie, delivering an inspiring speech to a large, attentive audience.'
53
+ - '''POGNY is a white bear Heart shaped hair on the chest'' at a cozy coffee
54
+ shop, sitting at a table, reading a newspaper with a steaming cup of coffee.'
55
+ - '''POGNY is a white bear Heart shaped hair on the chest'' in the kitchen,
56
+ wearing an apron and skillfully chopping vegetables as part of a meal preparation.'
57
+ - '''POGNY is a white bear Heart shaped hair on the chest'' playing a guitar
58
+ on stage, performing energetically at a live concert, surrounded by excited
59
+ fans.'
60
+ - '''POGNY is a white bear Heart shaped hair on the chest'' simple background,
61
+ front_view, at the bus stop, '
62
+ neg: ''
63
+ seed: 42
64
+ walk_seed: true
65
+ guidance_scale: 6.0
66
+ sample_steps: 20
67
+ meta:
68
+ name: FLUXDev_POGNY_v1.01
69
+ version: '1.0'