Upload 3 files
Browse files- Peterhoflux_HST_lora_v1.safetensors +3 -0
- config.yaml +72 -0
- optimizer.pt +3 -0
Peterhoflux_HST_lora_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72cab10851957e9ec6bb2773939cb36cd6be20d7d60397c8b2738fa8ce49c41c
|
| 3 |
+
size 177297120
|
config.yaml
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: Peterhoflux_HST_lora_v1
|
| 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: 4
|
| 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: 3500
|
| 29 |
+
gradient_accumulation_steps: 1
|
| 30 |
+
train_unet: true
|
| 31 |
+
train_text_encoder: true
|
| 32 |
+
content_or_style: balanced
|
| 33 |
+
gradient_checkpointing: true
|
| 34 |
+
noise_scheduler: flowmatch
|
| 35 |
+
optimizer: adamw8bit
|
| 36 |
+
lr: 0.0004
|
| 37 |
+
ema_config:
|
| 38 |
+
use_ema: true
|
| 39 |
+
ema_decay: 0.99
|
| 40 |
+
dtype: bf16
|
| 41 |
+
model:
|
| 42 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 43 |
+
is_flux: true
|
| 44 |
+
quantize: true
|
| 45 |
+
sample:
|
| 46 |
+
sampler: flowmatch
|
| 47 |
+
sample_every: 2000
|
| 48 |
+
width: 1024
|
| 49 |
+
height: 576
|
| 50 |
+
prompts:
|
| 51 |
+
- woman with red hair, playing chess at the park, bomb going off in the background
|
| 52 |
+
- a woman holding a coffee cup, in a beanie, sitting at a cafe
|
| 53 |
+
- a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
|
| 54 |
+
holding a martini
|
| 55 |
+
- a man showing off his cool new t shirt at the beach, a shark is jumping out
|
| 56 |
+
of the water in the background
|
| 57 |
+
- a bear building a log cabin in the snow covered mountains
|
| 58 |
+
- woman playing the guitar, on stage, singing a song, laser lights, punk rocker
|
| 59 |
+
- hipster man with a beard, building a chair, in a wood shop
|
| 60 |
+
- photo of a man, white background, medium shot, modeling clothing, studio lighting,
|
| 61 |
+
white backdrop
|
| 62 |
+
- a man holding a sign that says, 'this is a sign'
|
| 63 |
+
- a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket,
|
| 64 |
+
in a desert, with a motorcycle
|
| 65 |
+
neg: ''
|
| 66 |
+
seed: 42
|
| 67 |
+
walk_seed: true
|
| 68 |
+
guidance_scale: 4
|
| 69 |
+
sample_steps: 20
|
| 70 |
+
meta:
|
| 71 |
+
name: Peterhoflux_HST_lora_v1
|
| 72 |
+
version: '1.0'
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e618af1b3b3e5de10a8c9d8302a003afdd681c10aa2c872d733ee920dbcaeb2c
|
| 3 |
+
size 178752580
|