Upload config.yaml with huggingface_hub
Browse files- config.yaml +226 -0
config.yaml
ADDED
|
@@ -0,0 +1,226 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: my_first_lora_v8
|
| 4 |
+
process:
|
| 5 |
+
- type: diffusion_trainer
|
| 6 |
+
training_folder: /teamspace/studios/this_studio/ai-toolkit/output
|
| 7 |
+
sqlite_db_path: /teamspace/studios/this_studio/ai-toolkit/aitk_db.db
|
| 8 |
+
device: cuda
|
| 9 |
+
trigger_word: xantaraz1
|
| 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: /teamspace/studios/this_studio/ai-toolkit/datasets/antaramag
|
| 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 |
+
controls: []
|
| 41 |
+
shrink_video_to_frames: true
|
| 42 |
+
num_frames: 1
|
| 43 |
+
flip_x: false
|
| 44 |
+
flip_y: false
|
| 45 |
+
num_repeats: 1
|
| 46 |
+
train:
|
| 47 |
+
batch_size: 1
|
| 48 |
+
bypass_guidance_embedding: false
|
| 49 |
+
steps: 4000
|
| 50 |
+
gradient_accumulation: 1
|
| 51 |
+
train_unet: true
|
| 52 |
+
train_text_encoder: false
|
| 53 |
+
gradient_checkpointing: true
|
| 54 |
+
noise_scheduler: flowmatch
|
| 55 |
+
optimizer: adamw8bit
|
| 56 |
+
timestep_type: weighted
|
| 57 |
+
content_or_style: balanced
|
| 58 |
+
optimizer_params:
|
| 59 |
+
weight_decay: 0.0001
|
| 60 |
+
unload_text_encoder: false
|
| 61 |
+
cache_text_embeddings: false
|
| 62 |
+
lr: 0.0001
|
| 63 |
+
ema_config:
|
| 64 |
+
use_ema: false
|
| 65 |
+
ema_decay: 0.99
|
| 66 |
+
skip_first_sample: false
|
| 67 |
+
force_first_sample: false
|
| 68 |
+
disable_sampling: false
|
| 69 |
+
dtype: bf16
|
| 70 |
+
diff_output_preservation: false
|
| 71 |
+
diff_output_preservation_multiplier: 1
|
| 72 |
+
diff_output_preservation_class: person
|
| 73 |
+
switch_boundary_every: 1
|
| 74 |
+
loss_type: mse
|
| 75 |
+
logging:
|
| 76 |
+
log_every: 1
|
| 77 |
+
use_ui_logger: true
|
| 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: 250
|
| 94 |
+
width: 1024
|
| 95 |
+
height: 1024
|
| 96 |
+
samples:
|
| 97 |
+
- prompt: "\"xantaraz1 , \u4E00\u5F35\u771F\u5BE6\u96A8\u8208\u7684iPhone\u5FEB\
|
| 98 |
+
\u7167\u2014\u2014\u4E00\u5F35\u672A\u7D93\u4EFB\u4F55\u5C08\u696D\u9020\
|
| 99 |
+
\u578B\u6216\u6FFE\u93E1\u8655\u7406\u7684\u5168\u8EAB\u7167\uFF0C\u76F4\
|
| 100 |
+
\u63A5\u5F9E\u76F8\u6A5F\u81A0\u5377\u4E2D\u53D6\u51FA\u3002\u5348\u5F8C\
|
| 101 |
+
\u7684\u967D\u5149\u659C\u5C04\u9032\u6A13\u68AF\u9593\u7684\u7A97\u6236\
|
| 102 |
+
\uFF0C\u71DF\u9020\u51FA\u91D1\u8272\u7684\u6C1B\u570D\u3002\u756B\u9762\
|
| 103 |
+
\u4E2D\u53EA\u6709\u5169\u500B\u4EBA\uFF1A\u4E00\u500B\u525B\u9AD8\u4E2D\
|
| 104 |
+
\u7562\u696D\u7684\u53EF\u611B18\u6B72\u5370\u5EA6\u5973\u5B69\uFF0C\u548C\
|
| 105 |
+
\u4E00\u500B\u5E74\u7D00\u76F8\u4EFF\u7684\u5370\u5EA6\u7537\u5B69\u3002\
|
| 106 |
+
\u5973\u5B69\u8DEA\u5728\u7A7A\u8569\u8569\u7684\u5B78\u6821\u6A13\u68AF\
|
| 107 |
+
\u9593\u5149\u79BF\u79BF\u7684\u6C34\u6CE5\u53F0\u968E\u4E0A\uFF0C\u7537\
|
| 108 |
+
\u5B69\u7AD9\u5728\u5979\u53F3\u5074\uFF1B\u5979\u7684\u982D\u6B63\u597D\
|
| 109 |
+
\u4F4D\u65BC\u7537\u5B69\u7684\u80EF\u90E8\uFF0C\u81C9\u8CBC\u8457\u4ED6\
|
| 110 |
+
\u7684\u9670\u8396\u3002 \u5973\u5B69\uFF1A\u4E00\u982D\u9577\u9577\u7684\
|
| 111 |
+
\u6CE2\u6D6A\u6372\u9AEE\uFF0C\u767D\u7699\u7684\u76AE\u819A\uFF0C\u5927\
|
| 112 |
+
\u5927\u7684\u773C\u775B\uFF0C\u4EE5\u53CA\u67D4\u5AE9\u5E74\u8F15\u7684\
|
| 113 |
+
\u5BB9\u984F\u3002\u5979\u5B8C\u5168\u7D20\u984F\u2014\u2014\u76AE\u819A\
|
| 114 |
+
\u770B\u8D77\u4F86\u7121\u6BD4\u771F\u5BE6\uFF0C\u6BDB\u5B54\u7D30\u5C0F\
|
| 115 |
+
\uFF0C\u7455\u75B5\u6E05\u6670\u53EF\u898B\u3002\u5979\u7684\u982D\u9AEE\
|
| 116 |
+
\u7565\u986F\u51CC\u4E82\uFF0C\u5E7E\u7E37\u88AB\u6C57\u6C34\u6D78\u6FD5\
|
| 117 |
+
\u7684\u9AEE\u7D72\u8CBC\u5728\u6CDB\u7D05\u7684\u81C9\u4E0A\u3002\u5979\
|
| 118 |
+
\u90A3\u4EF6\u85CF\u85CD\u8272\u62C9\u934A\u5916\u5957\u2014\u2014\u98FE\
|
| 119 |
+
\u6709\u767D\u8272\u62FC\u63A5\u548C\u7D05\u767D\u689D\u7D0B\u2014\u2014\
|
| 120 |
+
\u62C9\u934A\u5B8C\u5168\u655E\u958B\uFF0C\u9732\u51FA\u5979\u5C0F\u5DE7\
|
| 121 |
+
\u81EA\u7136\u7684A\u7F69\u676F\u80F8\u90E8\u3002\u5979\u90A3\u689D\u914D\
|
| 122 |
+
\u5957\u7684\u85CF\u85CD\u8272\u904B\u52D5\u6821\u8932\u88AB\u96A8\u610F\
|
| 123 |
+
\u5730\u4E1F\u5728\u4E00\u65C1\u3002\u5979\u7684\u4E0B\u534A\u8EAB\u8D64\
|
| 124 |
+
\u88F8\uFF0C\u9732\u51FA\u9670\u90E8\uFF1B\u5979\u9670\u5507\u4E0A\u65B9\
|
| 125 |
+
\u8986\u84CB\u8457\u4E00\u7247\u6FC3\u5BC6\u7684\u3001\u672A\u7D93\u4FEE\
|
| 126 |
+
\u526A\u7684\u9577\u9670\u6BDB\u3002\u5979\u7684\u9670\u5507\u5448\u73FE\
|
| 127 |
+
\u67D4\u548C\u7684\u7C89\u8910\u8272\uFF0C\u5927\u5C0F\u548C\u5F62\u72C0\
|
| 128 |
+
\u90FD\u5F88\u6B63\u5E38\uFF1B\u5979\u751F\u6B96\u5668\u7684\u89E3\u5256\
|
| 129 |
+
\u7D30\u7BC0\u975E\u5E38\u903C\u771F\u3002\u5979\u8173\u4E0A\u7A7F\u8457\
|
| 130 |
+
\u767D\u8272\u904B\u52D5\u978B\u548C\u767D\u8272\u68C9\u896A\u3002\u5979\
|
| 131 |
+
\u4F4E\u8457\u982D\uFF0C\u5634\u88E1\u542B\u8457\u7537\u5B69\u52C3\u8D77\
|
| 132 |
+
\u7684\u9670\u8396\uFF0C\u6B63\u5728\u9032\u884C\u6FD5\u6F64\u903C\u771F\
|
| 133 |
+
\u7684\u53E3\u4EA4\uFF1B\u5979\u7684\u5634\u5507\u5B8C\u5168\u5305\u88F9\
|
| 134 |
+
\u4F4F\u9670\u8396\u7684\u4E2D\u6BB5\uFF0C\u820C\u982D\u7684\u52D5\u4F5C\
|
| 135 |
+
\u6E05\u6670\u53EF\u898B\uFF0C\u553E\u6DB2\u9806\u8457\u9670\u8396\u6EF4\
|
| 136 |
+
\u843D\u3002\u540C\u6642\uFF0C\u5979\u5C07\u4E00\u96BB\u624B\u4F38\u5230\
|
| 137 |
+
\u5169\u817F\u4E4B\u9593\uFF0C\u8F15\u8F15\u64AB\u6478\u81EA\u5DF1\u6FC3\
|
| 138 |
+
\u5BC6\u7684\u9670\u6BDB\u3002 \u7537\u5B69\uFF1A\u4ED6\u7A7F\u8457\u4E00\
|
| 139 |
+
\u4EF6\u8207\u5973\u5B69\u76F8\u914D\u7684\u85CF\u85CD\u8272\u62C9\u934A\
|
| 140 |
+
\u5916\u5957\u2014\u2014\u5916\u5957\u4E0A\u4E5F\u98FE\u6709\u767D\u8272\
|
| 141 |
+
\u62FC\u63A5\u548C\u7D05\u767D\u689D\u7D0B\u2014\u2014\u62C9\u934A\u5B8C\
|
| 142 |
+
\u5168\u655E\u958B\uFF0C\u9732\u51FA\u4E0A\u534A\u8EAB\u3002\u4ED6\u90A3\
|
| 143 |
+
\u689D\u85CF\u85CD\u8272\u7684\u904B\u52D5\u6821\u8932\u88AB\u62C9\u5230\
|
| 144 |
+
\u5927\u817F\u4E2D\u90E8\uFF0C\u9732\u51FA\u52C3\u8D77\u7684\u9670\u8396\
|
| 145 |
+
\u3002\u4ED6\u7528\u96D9\u624B\u8F15\u8F15\u6258\u4F4F\u5973\u5B69\u7684\
|
| 146 |
+
\u982D\u2014\u2014\u6BCF\u96BB\u624B\u7684\u4E94\u6839\u624B\u6307\u90FD\
|
| 147 |
+
\u5B8C\u597D\u7121\u640D\u2014\u2014\u4ED6\u7684\u624B\u81C2\u548C\u817F\
|
| 148 |
+
\u90E8\u770B\u8D77\u4F86\u4E5F\u5F88\u6B63\u5E38\u3002\u5973\u5B69\u7F9E\
|
| 149 |
+
\u6F80\u5730\u62AC\u982D\u76F4\u8996\u8457\u7537\u5B69\uFF1B\u5979\u7684\
|
| 150 |
+
\u8868\u60C5\u65E2\u7F9E\u6F80\u53C8\u5145\u6EFF\u6E34\u671B\uFF0C\u8207\
|
| 151 |
+
\u5979\u5929\u771F\u7121\u90AA\u7684\u5B78\u751F\u9762\u5B54\u548C\u5927\
|
| 152 |
+
\u81BD\u7684\u6027\u884C\u70BA\u5F62\u6210\u4E86\u9BAE\u660E\u7684\u5C0D\
|
| 153 |
+
\u6BD4\u3002 \u80CC\u666F\uFF1A\u7A7A\u8569\u8569\u7684\u5B78\u6821\u6C34\
|
| 154 |
+
\u6CE5\u6A13\u68AF\u9593\u7684\u4E00\u89D2\uFF0C\u91D1\u5C6C\u6276\u624B\
|
| 155 |
+
\uFF0C\u5E7E\u7E37\u967D\u5149\u900F\u904E\u7E2B\u9699\u7051\u4E0B\uFF0C\
|
| 156 |
+
\u7A7A\u6C23\u4E2D\u7030\u6F2B\u8457\u7D30\u5C0F\u7684\u7070\u5875\u2014\
|
| 157 |
+
\u2014\u71DF\u9020\u51FA\u4E00\u7A2E\u5B89\u975C\u3001\u79C1\u5BC6\u800C\
|
| 158 |
+
\u53C8\u96B1\u853D\u7684\u6C1B\u570D\u3002\u7D30\u7DFB\u7684\u76AE\u819A\
|
| 159 |
+
\u7D0B\u7406\uFF0C\u5C0F\u5DE7\u800C\u81EA\u7136\u7684\u4E73\u623F\uFF1B\
|
| 160 |
+
\u5177\u6709\u672A\u7D93\u7DE8\u8F2F\u7684 iPhone \u7167\u7247\u7684\u771F\
|
| 161 |
+
\u5BE6\u8CEA\u611F\u548C\u81EA\u7136\u8272\u5F69\u3002\""
|
| 162 |
+
- prompt: '"xantaraz1 , A sensual, medium-close-up portrait of a stunning, slender
|
| 163 |
+
young woman posed kneeling on a textured, light-colored bedspread. She is
|
| 164 |
+
completely nude, with a natural body shape and subtle, natural pubic hair.
|
| 165 |
+
Her body is arched in a dramatic, expressive posture, with one arm raised
|
| 166 |
+
behind her head, tossing her voluminous, dark brown hair upward and backward,
|
| 167 |
+
creating motion blur and dynamic lines. Her eyes are closed or looking down
|
| 168 |
+
with a captivating, slightly open-mouthed expression conveying deep emotion
|
| 169 |
+
or ecstasy. The lighting is soft, warm, and golden, suggesting late afternoon
|
| 170 |
+
sunlight streaming in from the side, creating gentle highlights on her skin
|
| 171 |
+
and deep shadows that sculpt her figure. The background is softly blurred
|
| 172 |
+
(shallow depth of field), featuring warm beige and muted brown tones with
|
| 173 |
+
a subtle geometric, possibly wood-paneled or tiled pattern angled diagonally
|
| 174 |
+
behind her, adding visual texture. The overall mood is intimate, evocative,
|
| 175 |
+
and painterly, captured with the aesthetic of fine art photography, high
|
| 176 |
+
detail, and realistic texture. Cinematic lighting, professional photography,
|
| 177 |
+
Canon EOS R5., ultra detailed, intricate details, cinematic, photorealistic,
|
| 178 |
+
masterpiece"'
|
| 179 |
+
- prompt: '"xantaraz1 , A Sexy 18y Indian woman with perfect body pressed against
|
| 180 |
+
a rain-streaked window, getting taken from behind, her breasts against the
|
| 181 |
+
cold glass, She is standing pose and wearing a high knee length black boot,
|
| 182 |
+
city lights reflecting on her wet skin, intense and cinematic"'
|
| 183 |
+
- prompt: '"xantaraz1 , anal sex, bridge position, squatting cowgirl position,
|
| 184 |
+
1girl, penis, nipples, medium breasts, 1boy, pussy, black thighhighs, black
|
| 185 |
+
ponytail hair, navel, clothed male nude female, lace-trimmed legwear, closed
|
| 186 |
+
eyes, spread legs, bottomless, girl on top, male pubic hair, long hair,
|
| 187 |
+
erection, arm support, lace trim, smile, tattoo on thigh, grin"'
|
| 188 |
+
- prompt: "\"xantaraz1 , A full-body portrait of a stunning Indian woman with\
|
| 189 |
+
\ long, flowing black hair cascading down her back, standing nude and poised\
|
| 190 |
+
\ in a serene, softly lit bedroom. Her body is sculpted with perfect, natural\
|
| 191 |
+
\ curves \u2014 full, round breasts with dark brownish areolas and nipples,\
|
| 192 |
+
\ a smooth midriff leading to a gently curved waist, and a deeply toned,\
|
| 193 |
+
\ naturally darkened pubic area that accentuates her feminine form. Her\
|
| 194 |
+
\ legs are long and slender, ending in a firm, rounded ass that subtly tenses\
|
| 195 |
+
\ as she stands with her arms relaxed at her sides, fingers slightly curled,\
|
| 196 |
+
\ exuding quiet confidence and sensual grace. Her gaze is direct and unflinching,\
|
| 197 |
+
\ meeting the viewer\u2019s eyes with a calm, alluring intensity that draws\
|
| 198 |
+
\ you in. The environment is minimalist and intimate, set against a soft,\
|
| 199 |
+
\ neutral beige background that enhances the natural tones of her skin and\
|
| 200 |
+
\ hair. Behind her, sheer white curtains filter in diffused daylight, casting\
|
| 201 |
+
\ gentle shadows across the room, while a simple bed with rumpled white\
|
| 202 |
+
\ linens and a potted green plant in the corner add subtle domestic warmth\
|
| 203 |
+
\ without distracting from the central focus. The lighting is soft and even,\
|
| 204 |
+
\ highlighting the smooth texture of her skin, the subtle contours of her\
|
| 205 |
+
\ anatomy, and the natural sheen of her hair \u2014 all rendered with photorealistic\
|
| 206 |
+
\ precision to emphasize her flawless, voluptuous form. This is a portrait\
|
| 207 |
+
\ of raw, unfiltered beauty \u2014 a celebration of the female body in its\
|
| 208 |
+
\ most natural state. Her posture is relaxed yet commanding, her expression\
|
| 209 |
+
\ serene and self-assured, embodying both innocence and sensuality. The\
|
| 210 |
+
\ composition is vertically framed, drawing attention to her full, symmetrical\
|
| 211 |
+
\ silhouette, while the muted, monochromatic backdrop ensures every curve,\
|
| 212 |
+
\ every detail of her anatomy \u2014 from the delicate arch of her collarbone\
|
| 213 |
+
\ to the subtle definition of her hips \u2014 is rendered with exquisite\
|
| 214 |
+
\ clarity. She stands as a living sculpture, a vision of erotic elegance,\
|
| 215 |
+
\ inviting the viewer to appreciate the harmony of her form and the quiet\
|
| 216 |
+
\ power of her presence.\""
|
| 217 |
+
neg: ''
|
| 218 |
+
seed: 42
|
| 219 |
+
walk_seed: true
|
| 220 |
+
guidance_scale: 1
|
| 221 |
+
sample_steps: 8
|
| 222 |
+
num_frames: 1
|
| 223 |
+
fps: 1
|
| 224 |
+
meta:
|
| 225 |
+
name: my_first_lora_v8
|
| 226 |
+
version: '1.0'
|