AlekseyCalvin commited on
Commit
b8d0722
1 Parent(s): b9dd32a

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.yaml +86 -0
  2. lenin_schnell_lora.safetensors +3 -0
  3. optimizer.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: lenin_lora
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: /content/output
7
+ device: cuda:0
8
+ network:
9
+ type: lora
10
+ linear: 16
11
+ linear_alpha: 16
12
+ save:
13
+ dtype: float16
14
+ save_every: 750
15
+ max_step_saves_to_keep: 3
16
+ datasets:
17
+ - folder_path: /content/dataset
18
+ caption_ext: txt
19
+ caption_dropout_rate: 0.05
20
+ shuffle_tokens: false
21
+ cache_latents_to_disk: true
22
+ resolution:
23
+ - 512
24
+ - 768
25
+ - 1024
26
+ train:
27
+ batch_size: 1
28
+ steps: 2000
29
+ gradient_accumulation_steps: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ gradient_checkpointing: true
33
+ noise_scheduler: flowmatch
34
+ optimizer: adamw8bit
35
+ lr: 0.0001
36
+ skip_first_sample: true
37
+ linear_timesteps: true
38
+ ema_config:
39
+ use_ema: true
40
+ ema_decay: 0.99
41
+ dtype: bf16
42
+ model:
43
+ name_or_path: black-forest-labs/FLUX.1-schnell
44
+ assistant_lora_path: ostris/FLUX.1-schnell-training-adapter
45
+ is_flux: true
46
+ quantize: true
47
+ sample:
48
+ sampler: flowmatch
49
+ sample_every: 750
50
+ width: 1024
51
+ height: 1024
52
+ prompts:
53
+ - An older LEN photographed in 1924 surrounded by two other individuals on either
54
+ side of him. Film photograph, three-quarter length, from front. LEN in the
55
+ center, wearing a white outfit sits in a wicker wheelchair, wearing a white
56
+ shirt and flat cap. His eyes look intense and slightly demented. He seems
57
+ convalescent and ill following a stroke. A woman in a white dress with a black
58
+ belt stands to the left, leaning forward with her hands on the back of the
59
+ wheelchair.
60
+ - LEN wearing a flat cap. He is dressed in a dark suit with a white shirt and
61
+ a maroon tie with small white polka dots. He is looking to his right with
62
+ an inquisitive expression.
63
+ - LEN Lenin at a night club in 1921 USSR,, fish eye lens, smoke machine, lazer
64
+ lights, holding a martini
65
+ - LEN off his cool new books at the beach in 1921 USSR,, a shark is jumping
66
+ out of the water to eat the books, LEN screams in surprise
67
+ - LEN Lenin and a bear collaborate building a log cabin in the snow covered
68
+ mountains
69
+ - LEN Lenin soulfully playing the guitar, on stage in 1921 USSR, singing a song,
70
+ laser lights, punk rocker
71
+ - LEN building a chair, in a wood shop
72
+ - Medium-frame photo of LEN sitting in his office, wearing a dark suit and tie.
73
+ Bust view, facing forward. Sitting with hands resting, neutral facial expression.
74
+ Bookshelves filled with books in the background. Wooden furniture in the surrounding
75
+ space.
76
+ - LEN Lenin in cap and Bolshevik suit holding a sign with text, 'World workers,
77
+ our eyes!'
78
+ - LEN in a leather jacket, in a desert, on a motorcycle
79
+ neg: ''
80
+ seed: 42
81
+ walk_seed: true
82
+ guidance_scale: 1
83
+ sample_steps: 4
84
+ meta:
85
+ name: lenin_lora
86
+ version: '1.0'
lenin_schnell_lora.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea78fc5ca5e04165968f6b8c79a9474c049d7fc9a832eb1aff2a2156ecaacd11
3
+ size 171969344
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121aeff84ad206357fa79859880a581bc567186398f9e8de1bf83704dc94e4f3
3
+ size 173272836