AIDUDE0541 commited on
Commit
760b52b
·
verified ·
1 Parent(s): f12eb0a

Add files using upload-large-folder tool

Browse files
eyes-oyo/config.yaml ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: eyes-oyo
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 25
11
+ linear_alpha: 40
12
+ save:
13
+ dtype: float16
14
+ save_every: 1000
15
+ max_step_saves_to_keep: 3
16
+ push_to_hub: false
17
+ hf_private: true
18
+ datasets:
19
+ - folder_path: datasets/17c7ec90-8e1a-4830-9fe6-3f2c86cd8369
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
+ ema_config:
39
+ use_ema: true
40
+ ema_decay: 0.99
41
+ dtype: bf16
42
+ skip_first_sample: true
43
+ disable_sampling: true
44
+ model:
45
+ name_or_path: black-forest-labs/FLUX.1-dev
46
+ is_flux: true
47
+ quantize: true
48
+ low_vram: false
49
+ sample:
50
+ sampler: flowmatch
51
+ sample_every: 0
52
+ width: 1024
53
+ height: 1024
54
+ prompts:
55
+ - woman with red hair, playing chess at the park, bomb going off in the background
56
+ - a woman holding a coffee cup, in a beanie, sitting at a cafe
57
+ - a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
58
+ holding a martini
59
+ - a man showing off his cool new t shirt at the beach, a shark is jumping out
60
+ of the water in the background
61
+ - a bear building a log cabin in the snow covered mountains
62
+ - woman playing the guitar, on stage, singing a song, laser lights, punk rocker
63
+ - hipster man with a beard, building a chair, in a wood shop
64
+ - photo of a man, white background, medium shot, modeling clothing, studio lighting,
65
+ white backdrop
66
+ - a man holding a sign that says, 'this is a sign'
67
+ - a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
68
+ in a desert, with a motorcycle
69
+ neg: ''
70
+ seed: 42
71
+ walk_seed: true
72
+ guidance_scale: 3.5
73
+ sample_steps: 28
74
+ trigger_word: 3y350y0
75
+ meta:
76
+ name: eyes-oyo
77
+ version: '1.0'
eyes-oyo/eyes-oyo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68de49cf5826b4736eb0c9256dd3f406893429206ba8e967bdb80753db32dcc
3
+ size 268627280
eyes-oyo/eyes-oyo_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c7ac9b45f581c9886366d4d5d2218a41b12411a34951624670a2612fb0c0fa4
3
+ size 268627280
eyes-oyo/eyes-oyo_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7045bd790a30aef7b98a3005968852261d52e5b1a84227bf2225b6a9cf6760
3
+ size 268627280
eyes-oyo/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7309d18073cc2966bf0aeef1268a92130f604297b171c22434d1e69ba73b2fcd
3
+ size 273770116
face-oyo/config.yaml ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: face-oyo
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 20
11
+ linear_alpha: 25
12
+ save:
13
+ dtype: float16
14
+ save_every: 1000
15
+ max_step_saves_to_keep: 3
16
+ push_to_hub: false
17
+ hf_private: true
18
+ datasets:
19
+ - folder_path: datasets/f4e34d03-6788-4744-b9ed-0eb36a6e3ead
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
+ ema_config:
39
+ use_ema: true
40
+ ema_decay: 0.99
41
+ dtype: bf16
42
+ skip_first_sample: true
43
+ disable_sampling: true
44
+ model:
45
+ name_or_path: black-forest-labs/FLUX.1-dev
46
+ is_flux: true
47
+ quantize: true
48
+ low_vram: false
49
+ sample:
50
+ sampler: flowmatch
51
+ sample_every: 0
52
+ width: 1024
53
+ height: 1024
54
+ prompts:
55
+ - woman with red hair, playing chess at the park, bomb going off in the background
56
+ - a woman holding a coffee cup, in a beanie, sitting at a cafe
57
+ - a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
58
+ holding a martini
59
+ - a man showing off his cool new t shirt at the beach, a shark is jumping out
60
+ of the water in the background
61
+ - a bear building a log cabin in the snow covered mountains
62
+ - woman playing the guitar, on stage, singing a song, laser lights, punk rocker
63
+ - hipster man with a beard, building a chair, in a wood shop
64
+ - photo of a man, white background, medium shot, modeling clothing, studio lighting,
65
+ white backdrop
66
+ - a man holding a sign that says, 'this is a sign'
67
+ - a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
68
+ in a desert, with a motorcycle
69
+ neg: ''
70
+ seed: 42
71
+ walk_seed: true
72
+ guidance_scale: 3.5
73
+ sample_steps: 28
74
+ trigger_word: f4c30y0
75
+ meta:
76
+ name: face-oyo
77
+ version: '1.0'
face-oyo/face-oyo.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349d820ff05c7f3caf5e46369278db5340010d5dc1302973efb9ad3c52f1e859
3
+ size 214928504
face-oyo/face-oyo_000001000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60162f8ecca66cc6bdfd193570dcbaf63d1debd1df4844ddc369b91aea7d6cf6
3
+ size 214928496
face-oyo/face-oyo_000002000.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e7772d358d8f855a8de65c35abc7a09d1cee3a0467e6dc624f62c78665b569
3
+ size 214928504
face-oyo/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fe7a751357f6cb3b9b6928b2cf4915a6d856dad9ef0cd03455ff8931ac3c664
3
+ size 219306692