eloi commited on
Commit
3f547fc
·
verified ·
1 Parent(s): f669e1a

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +76 -0
config.yaml ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config:
2
+ meta:
3
+ name: '[andLoRa512ohwx10]'
4
+ version: '1.0'
5
+ name: andLoRa512ohwx10
6
+ process:
7
+ - datasets:
8
+ - cache_latents_to_disk: true
9
+ caption_dropout_rate: 0.05
10
+ caption_ext: txt
11
+ folder_path: /workspace/dataset
12
+ resolution:
13
+ - 512
14
+ shuffle_tokens: false
15
+ device: cuda:0
16
+ model:
17
+ is_flux: true
18
+ name_or_path: black-forest-labs/FLUX.1-dev
19
+ quantize: true
20
+ network:
21
+ linear: 128
22
+ linear_alpha: 128
23
+ network_kwargs:
24
+ only_if_contains:
25
+ - transformer.single_transformer_blocks.7.proj_out
26
+ - transformer.single_transformer_blocks.20.proj_out
27
+ type: lora
28
+ sample:
29
+ guidance_scale: 4
30
+ height: 1024
31
+ neg: ''
32
+ prompts:
33
+ - ohwx 512 with red hair, playing chess at the park, bomb going off in the background
34
+ - ohwx 512 holding a coffee cup, in a beanie, sitting at a cafe
35
+ - ohwx 512 is a DJ at a night club, fish eye lens, smoke machine, lazer lights,
36
+ holding a martini
37
+ - CCTV cam footage of ohwx 512 robbing a bank with a gun, security camera video
38
+ frame, 512 is pointing the gun while 512's face is visible
39
+ - ohwx 512 hiking in the snow covered mountains
40
+ - ohwx 512 playing the guitar, on stage, singing a song, laser lights, punk
41
+ rocker
42
+ - ohwx 512 with a beard, building a chair, in a wood shop
43
+ - photo of ohwx 512, white background, medium shot, modeling clothing, studio
44
+ lighting
45
+ - ohwx 512 dressed as a jew holding a sign that says, 'viva israel'
46
+ - ohwx 512, in a post apocalyptic world, with a shotgun, in a leather jacket,
47
+ in a desert, with a motorcycle
48
+ sample_every: 250
49
+ sample_steps: 20
50
+ sampler: flowmatch
51
+ seed: 42
52
+ walk_seed: true
53
+ width: 1024
54
+ save:
55
+ dtype: float16
56
+ max_step_saves_to_keep: 16
57
+ push_to_hub: false
58
+ save_every: 250
59
+ train:
60
+ batch_size: 1
61
+ dtype: bf16
62
+ ema_config:
63
+ ema_decay: 0.99
64
+ use_ema: true
65
+ gradient_accumulation_steps: 1
66
+ gradient_checkpointing: true
67
+ lr: 0.001
68
+ noise_scheduler: flowmatch
69
+ optimizer: adamw8bit
70
+ steps: 4000
71
+ train_text_encoder: false
72
+ train_unet: true
73
+ training_folder: output
74
+ trigger_word: ohwx
75
+ type: sd_trainer
76
+ job: extension