Kvisten commited on
Commit
2497037
·
verified ·
1 Parent(s): 58681bc

Upload 3 files

Browse files
config.yaml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: nocco_apple_v3
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output/flux_lora_nocco
7
+ performance_log_every: 200
8
+ device: cuda:0
9
+ trigger_word: N0bcap
10
+ network:
11
+ type: lora
12
+ linear: 32
13
+ linear_alpha: 32
14
+ save:
15
+ dtype: float16
16
+ save_every: 200
17
+ max_step_saves_to_keep: 4
18
+ push_to_hub: false
19
+ datasets:
20
+ - folder_path: ./nocco_me
21
+ caption_ext: txt
22
+ caption_dropout_rate: 0.05
23
+ shuffle_tokens: true
24
+ cache_latents_to_disk: true
25
+ resolution:
26
+ - 512
27
+ - 768
28
+ - 1024
29
+ train:
30
+ batch_size: 1
31
+ steps: 1000
32
+ gradient_accumulation_steps: 1
33
+ train_unet: true
34
+ train_text_encoder: false
35
+ gradient_checkpointing: true
36
+ noise_scheduler: flowmatch
37
+ optimizer: adamw8bit
38
+ lr: 0.0001
39
+ skip_first_sample: true
40
+ ema_config:
41
+ use_ema: true
42
+ ema_decay: 0.99
43
+ dtype: bf16
44
+ model:
45
+ name_or_path: black-forest-labs/FLUX.1-schnell
46
+ assistant_lora_path: ostris/FLUX.1-schnell-training-adapter
47
+ is_flux: true
48
+ quantize: true
49
+ sample:
50
+ sampler: flowmatch
51
+ sample_every: 200
52
+ width: 1024
53
+ height: 1024
54
+ prompts:
55
+ - '[trigger] can on a sandy beach at sunset, surrounded by seashells and gentle
56
+ ocean waves'
57
+ - '[trigger] floating in space with distant stars and planets in the background,
58
+ illuminated by a soft cosmic glow'
59
+ - '[trigger] can in a bustling urban street at night, reflecting the colorful
60
+ neon signs of a busy cityscape'
61
+ - '[trigger] on a picnic blanket in a lush green park, with people relaxing
62
+ and trees swaying in the breeze'
63
+ - '[trigger] can half-buried in snow on a mountaintop, with a stunning view
64
+ of the surrounding icy peaks and bright blue sky'
65
+ - '[trigger] on a desert dune, surrounded by endless sand and a hot, golden
66
+ sunset casting long shadows'
67
+ - '[trigger] sitting on a wooden table in a cozy, candlelit cabin, with a fireplace
68
+ crackling nearby'
69
+ - '[trigger] by a riverbank in a rainforest, with tropical plants and a waterfall
70
+ cascading nearby.'
71
+ - '[trigger] can in a futuristic cityscape, placed on a sleek hovercraft deck,
72
+ with towering skyscrapers and flying vehicles in the background'
73
+ - '[trigger] at a music festival, surrounded by vibrant lights, dancing people,
74
+ and confetti filling the air'
75
+ neg: ''
76
+ seed: 42
77
+ walk_seed: true
78
+ guidance_scale: 1
79
+ sample_steps: 4
80
+ meta:
81
+ name: nocco_apple_v3
82
+ version: '1.0'
nocco_apple_v3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50cdf0929758eb5a263dfaca0678b27b47edab15de5d79b7f95c4205eac393f3
3
+ size 343805448
nocco_apple_v3_000000600.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae92c0733a9826efe446fac7d50da18f0382ca615f7289348c853b09a763930
3
+ size 343805448