deboradum commited on
Commit
236372e
·
verified ·
1 Parent(s): 2e8f5dd

Add 6 files

Browse files
Files changed (6) hide show
  1. asanotrigger.safetensors +3 -0
  2. config.yaml +64 -0
  3. images/0.png +3 -0
  4. images/1.png +3 -0
  5. images/2.png +3 -0
  6. optimizer.pt +3 -0
asanotrigger.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5bcc1b3c2fadd7d8f96fcc3c3d32679569516a1444e85b008fda66bc1d0bb09
3
+ size 86049816
config.yaml ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: asanotrigger
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ performance_log_every: 1000
8
+ device: cuda:0
9
+ trigger_word: in the style of 4S4N0
10
+ network:
11
+ type: lora
12
+ linear: 8
13
+ linear_alpha: 8
14
+ save:
15
+ dtype: float16
16
+ save_every: 500
17
+ max_step_saves_to_keep: 4
18
+ datasets:
19
+ - folder_path: asanoTakeji
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: 2000
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.0004
38
+ skip_first_sample: true
39
+ disable_sampling: 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
+ low_vram: false
50
+ sample:
51
+ sampler: flowmatch
52
+ sample_every: 1000
53
+ width: 1024
54
+ height: 1024
55
+ prompts:
56
+ - woman with red hair, playing chess at the park, bomb going off in the background
57
+ neg: ''
58
+ seed: 42
59
+ walk_seed: true
60
+ guidance_scale: 1
61
+ sample_steps: 1
62
+ meta:
63
+ name: asanotrigger
64
+ version: '1.0'
images/0.png ADDED

Git LFS Details

  • SHA256: 364fd2a5f581c3f9fcd6467f646cb041003edad7ffa54441cf395028d196a3d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
images/1.png ADDED

Git LFS Details

  • SHA256: 0d2a85b76812074d54ca158b91cab5b629909b1fe8edca19a6710a8bf2e73c14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
images/2.png ADDED

Git LFS Details

  • SHA256: ae7f5450e7bd5586b7ff3b8bf4993c40a93b415c42a1dcb767175657d470e3f2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.47 MB
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20586c70efe35e94512900c9ec2cf97b394721823fc4aa77e188ec9b2def47e
3
+ size 88416452