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