AlekseyCalvin commited on
Commit
4b73531
1 Parent(s): eb3a341

Upload 3 files

Browse files
Files changed (3) hide show
  1. HST_Color_Schnell.safetensors +3 -0
  2. config.yaml +87 -0
  3. optimizer.pt +3 -0
HST_Color_Schnell.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9491bb2d12da8b3fbd6f88cbd19e90ffbcba07744f2da55d5d26424046357eb2
3
+ size 171969376
config.yaml ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: prokudin_gorskiy_hst_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: 1000
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: 4000
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: 1000
50
+ width: 1024
51
+ height: 1024
52
+ prompts:
53
+ - HST style photo of Lenin in 1924 surrounded by two other individuals on either
54
+ side of him. Film photograph, three-quarter length, from front. Lenin 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
+ - HST style Arthur Rimbaud. He is dressed in a dark suit with a white shirt
61
+ and a maroon tie with small white polka dots. He is looking to his right with
62
+ an inquisitive expression.
63
+ - HST nightclub in 1921 USSR,, fish eye lens, smoke machine, lazer lights, Trotsky
64
+ holding a martini
65
+ - HST style Andrey Beliy showing off his cool new poetry books at the beach
66
+ in 1921 USSR, a shark is jumping out of the water to eat the books, Beliy
67
+ screams in surprise
68
+ - HST style Alexey Khvostenko and Anri Volokhonskiy and a bear collaborate building
69
+ a log cabin in the snow covered mountains
70
+ - HST style Viktor Tsoy soulfully playing the guitar, on stage in 1921 USSR,
71
+ singing a song, laser lights, punk rocker
72
+ - HST style Lawrence from Felt
73
+ - HST style Medium-frame photo of Robert Duncan the poet sitting in his office,
74
+ wearing a dark suit and tie. Bust view, facing forward. Sitting with hands
75
+ resting, neutral facial expression. Bookshelves filled with books in the background.
76
+ Wooden furniture in the surrounding space.
77
+ - HST style Lenin in cap and Bolshevik suit holding a sign with text, 'World
78
+ workers, all our eyes!'
79
+ - HST style Egor Letov in a leather jacket, in a desert, on a motorcycle
80
+ neg: ''
81
+ seed: 42
82
+ walk_seed: true
83
+ guidance_scale: 1
84
+ sample_steps: 4
85
+ meta:
86
+ name: prokudin_gorskiy_hst_lora
87
+ version: '1.0'
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a93bda795e807ccd858a1caecb59f1bb600a69fb0a9a2fc22b1d81c83c1985c7
3
+ size 173272836