thorjank commited on
Commit
e8517b9
·
verified ·
1 Parent(s): 4dcfbf6

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.yaml +156 -0
  2. log.txt +0 -0
  3. luca-voss.safetensors +3 -0
  4. pid.txt +1 -0
config.yaml ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: luca-voss
4
+ process:
5
+ - type: diffusion_trainer
6
+ training_folder: /data/app/output
7
+ sqlite_db_path: /data/app/aitk_db.db
8
+ device: cuda
9
+ trigger_word: luca-voss
10
+ performance_log_every: 10
11
+ network:
12
+ type: lora
13
+ linear: 32
14
+ linear_alpha: 32
15
+ conv: 16
16
+ conv_alpha: 16
17
+ lokr_full_rank: true
18
+ lokr_factor: -1
19
+ network_kwargs:
20
+ ignore_if_contains: []
21
+ save:
22
+ dtype: bf16
23
+ save_every: 250
24
+ max_step_saves_to_keep: 4
25
+ save_format: diffusers
26
+ push_to_hub: false
27
+ datasets:
28
+ - folder_path: /data/app/datasets/luca_voss
29
+ mask_path: null
30
+ mask_min_value: 0.1
31
+ default_caption: ''
32
+ caption_ext: txt
33
+ caption_dropout_rate: 0.05
34
+ cache_latents_to_disk: false
35
+ is_reg: false
36
+ network_weight: 1
37
+ resolution:
38
+ - 512
39
+ - 768
40
+ - 1024
41
+ controls: []
42
+ shrink_video_to_frames: true
43
+ num_frames: 1
44
+ do_i2v: true
45
+ flip_x: false
46
+ flip_y: false
47
+ train:
48
+ batch_size: 1
49
+ bypass_guidance_embedding: false
50
+ steps: 3000
51
+ gradient_accumulation: 1
52
+ train_unet: true
53
+ train_text_encoder: false
54
+ gradient_checkpointing: true
55
+ noise_scheduler: flowmatch
56
+ optimizer: adamw8bit
57
+ timestep_type: weighted
58
+ content_or_style: balanced
59
+ optimizer_params:
60
+ weight_decay: 0.0001
61
+ unload_text_encoder: false
62
+ cache_text_embeddings: false
63
+ lr: 0.0001
64
+ ema_config:
65
+ use_ema: false
66
+ ema_decay: 0.99
67
+ skip_first_sample: false
68
+ force_first_sample: false
69
+ disable_sampling: false
70
+ dtype: bf16
71
+ diff_output_preservation: false
72
+ diff_output_preservation_multiplier: 1
73
+ diff_output_preservation_class: person
74
+ switch_boundary_every: 1
75
+ loss_type: mse
76
+ do_differential_guidance: true
77
+ differential_guidance_scale: 3
78
+ model:
79
+ name_or_path: Tongyi-MAI/Z-Image-Turbo
80
+ quantize: true
81
+ qtype: qfloat8
82
+ quantize_te: true
83
+ qtype_te: qfloat8
84
+ arch: zimage:turbo
85
+ low_vram: false
86
+ model_kwargs: {}
87
+ layer_offloading: false
88
+ layer_offloading_text_encoder_percent: 1
89
+ layer_offloading_transformer_percent: 1
90
+ assistant_lora_path: ostris/zimage_turbo_training_adapter/zimage_turbo_training_adapter_v2.safetensors
91
+ sample:
92
+ sampler: flowmatch
93
+ sample_every: 500
94
+ width: 512
95
+ height: 512
96
+ samples:
97
+ - prompt: '[luca-voss], 20-23-year-old man, Caucasian, athletic lean build,
98
+ dark brown strictly slicked-back hair, hazel-brown eyes, subtle visible
99
+ skin pores, natural realistic skin texture, strong jawline, high cheekbones,
100
+ calm confident neutral expression, haute couture runway model, avant-garde
101
+ designer look, structured shoulder silhouette, tailored couture coat, high
102
+ fashion styling, runway walk, backstage-ready grooming, glossy-free matte
103
+ skin, fashion week catwalk, bright runway spotlights, audience bokeh, editorial
104
+ fashion photography, full-body runway shot, slight low angle, sharp focus,
105
+ photorealistic, high detail'
106
+ - prompt: "[luca-voss], 20-23-year-old man, Caucasian, athletic lean build,\
107
+ \ dark brown strictly slicked-back hair, hazel-brown eyes, subtle visible\
108
+ \ skin pores, natural realistic skin texture, strong jawline, high cheekbones,\
109
+ \ calm composed expression, white tie formalwear, black tailcoat (frack),\
110
+ \ white piqu\xE9 bow tie, crisp white shirt, waistcoat, formal polished\
111
+ \ fit, elegant evening portrait, classic ballroom ambience, soft warm chandeliers,\
112
+ \ luxury editorial mood, three-quarter portrait, eye level, sharp details,\
113
+ \ photorealistic, high detail"
114
+ - prompt: '[luca-voss], 20-23-year-old man, Caucasian, athletic lean build,
115
+ dark brown strictly slicked-back hair, hazel-brown eyes, subtle visible
116
+ skin pores, natural realistic skin texture, strong jawline, high cheekbones,
117
+ confident lifeguard vibe, red lifeguard shorts, lifeguard whistle, rescue
118
+ buoy (can), athletic torso, beach sand foreground, ocean background, sunny
119
+ coastal atmosphere, beachfront lifeguard tower, action-ready stance, lifestyle
120
+ editorial photography, medium full-body shot, eye level, crisp sharp details,
121
+ photorealistic, high detail'
122
+ - prompt: '[luca-voss], 20-23-year-old man, Caucasian, athletic lean build,
123
+ dark brown strictly slicked-back hair, hazel-brown eyes, subtle visible
124
+ skin pores, natural realistic skin texture, strong jawline, high cheekbones,
125
+ cool rebellious neutral expression, 1950s greaser style, white t-shirt,
126
+ black leather jacket, blue jeans, cigarette-free, vintage Americana street
127
+ mood, classic car background, urban night street, cinematic moody lighting,
128
+ film grain look, three-quarter portrait, slight low angle, sharp focus,
129
+ photorealistic, high detail'
130
+ - prompt: '[luca-voss], 20-23-year-old man, Caucasian, athletic lean build,
131
+ dark brown strictly slicked-back hair, hazel-brown eyes, subtle visible
132
+ skin pores, natural realistic skin texture, strong jawline, high cheekbones,
133
+ stoic noir expression, futuristic trench coat, high collar, cyberpunk styling,
134
+ neon city street, rainy ambience in environment (no wet face), holographic
135
+ signage, volumetric light, atmospheric haze, cinematic cyber-noir mood,
136
+ dramatic three-quarter lighting, medium shot, eye level, sharp details,
137
+ photorealistic, high detail'
138
+ - prompt: '[luca-voss], 20-23-year-old man, Caucasian, athletic lean build,
139
+ dark brown strictly slicked-back hair, hazel-brown eyes, subtle visible
140
+ skin pores, natural realistic skin texture, strong jawline, high cheekbones,
141
+ calm tough expression, cowboy hat, denim shirt, leather vest, belt buckle,
142
+ western boots, dusty frontier town background, wooden saloon facade, golden
143
+ sunset ambience, western cinematic portrait, medium full-body shot, slight
144
+ low angle, sharp details, photorealistic, high detail'
145
+ - prompt: hipster man with a beard, building a chair, in a wood shop
146
+ - prompt: a man holding a sign that says, 'this is a sign'
147
+ neg: ''
148
+ seed: 42
149
+ walk_seed: true
150
+ guidance_scale: 1
151
+ sample_steps: 8
152
+ num_frames: 1
153
+ fps: 1
154
+ meta:
155
+ name: luca-voss
156
+ version: '1.0'
log.txt ADDED
The diff for this file is too large to render. See raw diff
 
luca-voss.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485f6399c91f8cc4064d5b7598afe9de776c675bbc6501f9633f0eda45ba3486
3
+ size 170128272
pid.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 5763