deboradum commited on
Commit
dd7e434
·
verified ·
1 Parent(s): 8463ff9

Add 12 files

Browse files
Files changed (12) hide show
  1. config.yaml +64 -0
  2. cyberpunk.safetensors +3 -0
  3. images/0.png +3 -0
  4. images/1.png +3 -0
  5. images/2.png +3 -0
  6. images/3.png +3 -0
  7. images/4.png +3 -0
  8. images/5.png +3 -0
  9. images/6.png +3 -0
  10. images/7.png +3 -0
  11. images/8.png +3 -0
  12. optimizer.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: cyberpunk
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: output
7
+ performance_log_every: 1000
8
+ device: cuda:0
9
+ trigger_word: '[G1TS]'
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: gits
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: cyberpunk
64
+ version: '1.0'
cyberpunk.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89cb4546362c171c27c38e20f312cc05d6a6e660c3ce781d7da01e548ca1032
3
+ size 86049784
images/0.png ADDED

Git LFS Details

  • SHA256: 1a5a234173c2fa728aead41816341a0880d7c16ea84ed1da69ef5aa9a538c05e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.59 MB
images/1.png ADDED

Git LFS Details

  • SHA256: 1ebdd09372ffb50619007fa9a82e107d5824e9dc1311610f2bbc5291be034e13
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
images/2.png ADDED

Git LFS Details

  • SHA256: e52bef88ff37a464be3c25dc99b559961cc327df03608a0961dd02c362b3fb54
  • Pointer size: 132 Bytes
  • Size of remote file: 1.5 MB
images/3.png ADDED

Git LFS Details

  • SHA256: 544a1f2679f858e29c6e3f3d1eec40f71b9c1f619f978e12c778c4e35c634a40
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/4.png ADDED

Git LFS Details

  • SHA256: e875ce4ef238c400334fec4954c0313a241d8143281b4d9786bbc747358b088b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
images/5.png ADDED

Git LFS Details

  • SHA256: c6836f063274a6afe6e909dc1639a5fbe31259a9117db966017ff6e3207c0d56
  • Pointer size: 131 Bytes
  • Size of remote file: 998 kB
images/6.png ADDED

Git LFS Details

  • SHA256: cddbd5b95c3348295db45d9b10f7a21888adb6cbd8ee8dc46d9e8a7c1f21367e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.58 MB
images/7.png ADDED

Git LFS Details

  • SHA256: f1af4b221c55cca903f93486e040069a45b8e41ad25b895c13ef5b9290602c67
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB
images/8.png ADDED

Git LFS Details

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