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_v3
|
| 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: xdipszit1
|
| 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/dips
|
| 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 |
+
- 1024
|
| 40 |
+
- 768
|
| 41 |
+
controls: []
|
| 42 |
+
shrink_video_to_frames: true
|
| 43 |
+
num_frames: 1
|
| 44 |
+
flip_x: false
|
| 45 |
+
flip_y: false
|
| 46 |
+
num_repeats: 1
|
| 47 |
+
train:
|
| 48 |
+
batch_size: 1
|
| 49 |
+
bypass_guidance_embedding: false
|
| 50 |
+
steps: 4000
|
| 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 |
+
logging:
|
| 77 |
+
log_every: 1
|
| 78 |
+
use_ui_logger: true
|
| 79 |
+
model:
|
| 80 |
+
name_or_path: Tongyi-MAI/Z-Image-Turbo
|
| 81 |
+
quantize: true
|
| 82 |
+
qtype: qfloat8
|
| 83 |
+
quantize_te: true
|
| 84 |
+
qtype_te: qfloat8
|
| 85 |
+
arch: zimage:turbo
|
| 86 |
+
low_vram: true
|
| 87 |
+
model_kwargs: {}
|
| 88 |
+
layer_offloading: false
|
| 89 |
+
layer_offloading_text_encoder_percent: 1
|
| 90 |
+
layer_offloading_transformer_percent: 1
|
| 91 |
+
assistant_lora_path: ostris/zimage_turbo_training_adapter/zimage_turbo_training_adapter_v2.safetensors
|
| 92 |
+
sample:
|
| 93 |
+
sampler: flowmatch
|
| 94 |
+
sample_every: 250
|
| 95 |
+
width: 1024
|
| 96 |
+
height: 1024
|
| 97 |
+
samples:
|
| 98 |
+
- prompt: "\"A stunning Indian woman with lustrous black hair cascading over\
|
| 99 |
+
\ her shoulders kneels gracefully on a sleek gray tiled bathroom floor,\
|
| 100 |
+
\ her full nude form captured in perfect, sensual detail. Her body is sculpted\
|
| 101 |
+
\ with flawless, taut curves \u2014 her breasts are perfectly round and\
|
| 102 |
+
\ full, with deep brownish areolas and erect nipples drawing the eye, while\
|
| 103 |
+
\ her toned abdomen and hips flow seamlessly into a lush, curvaceous ass\
|
| 104 |
+
\ that glistens with natural sheen. Her legs are bent at the knees, one\
|
| 105 |
+
\ foot tucked beneath her, the other resting lightly on the floor, creating\
|
| 106 |
+
\ a poised, almost reverent posture as she gazes directly into the camera\
|
| 107 |
+
\ with an intense, knowing expression. Her skin is smooth and radiant, catching\
|
| 108 |
+
\ the soft, diffused light that highlights every contour, from the delicate\
|
| 109 |
+
\ arch of her collarbone to the subtle definition of her glutes. The composition\
|
| 110 |
+
\ is intimate and uncluttered, with the background reduced to a minimalist\
|
| 111 |
+
\ gray tile wall and a pristine white toilet just behind her, grounding\
|
| 112 |
+
\ the scene in a modern, clean bathroom setting. The monochromatic backdrop\
|
| 113 |
+
\ ensures all attention remains on her flawless anatomy \u2014 the subtle\
|
| 114 |
+
\ curve of her spine, the gentle slope of her shoulders, the fullness of\
|
| 115 |
+
\ her thighs, and the delicate arch of her back as she leans slightly forward.\
|
| 116 |
+
\ Her long, dark hair frames her face like a natural halo, contrasting beautifully\
|
| 117 |
+
\ with her warm, sun-kissed skin tone, while her eyes hold a quiet, magnetic\
|
| 118 |
+
\ allure that invites the viewer into her world. The lighting is soft yet\
|
| 119 |
+
\ precise, casting gentle shadows that accentuate her curves without overpowering\
|
| 120 |
+
\ her natural beauty. This portrait is a celebration of raw, unfiltered\
|
| 121 |
+
\ sensuality \u2014 her pose is both vulnerable and commanding, her nudity\
|
| 122 |
+
\ not merely exposed but intentional, a testament to her confidence and\
|
| 123 |
+
\ grace. The simplicity of the environment amplifies the power of her form,\
|
| 124 |
+
\ making her appear both ethereal and grounded, like a goddess emerging\
|
| 125 |
+
\ from the mundane. Every detail \u2014 from the slight tension in her shoulders\
|
| 126 |
+
\ to the relaxed curve of her hips \u2014 speaks of a woman who owns her\
|
| 127 |
+
\ body, her presence, and her moment. The image is a masterful blend of\
|
| 128 |
+
\ eroticism and elegance, capturing not just her physical beauty but the\
|
| 129 |
+
\ quiet strength and allure that radiates from within.\""
|
| 130 |
+
- prompt: "\"A stunning Indian woman with lustrous black hair tied in a high,\
|
| 131 |
+
\ messy bun, her body glistening with natural oils and sweat, is captured\
|
| 132 |
+
\ in a moment of intense, sensual intimacy. Her full, perfectly rounded\
|
| 133 |
+
\ breasts with deep brownish-tinted areolas and erect nipples press against\
|
| 134 |
+
\ her back as she arches her spine, her hips thrusting forward in a powerful,\
|
| 135 |
+
\ rhythmic motion. Her thighs are spread wide, revealing the glistening,\
|
| 136 |
+
\ wet folds of her vagina and pussy as she rides the thick, dark brown shaft\
|
| 137 |
+
\ of her partner\u2019s erect penis, her fingers gripping his shoulders\
|
| 138 |
+
\ for balance. Her face is turned over her shoulder, eyes locked with the\
|
| 139 |
+
\ viewer, lips parted in a breathy moan, her expression a mix of ecstasy\
|
| 140 |
+
\ and dominance. The scene is set against a minimalist, warm-toned beige\
|
| 141 |
+
\ background that accentuates her flawless, sun-kissed skin and the rich,\
|
| 142 |
+
\ earthy tones of her dark hair and the deep brown of her partner\u2019\
|
| 143 |
+
s skin. The environment is simple yet intimate \u2014 a wooden floor, a\
|
| 144 |
+
\ few potted plants with trailing vines, and a large blue exercise ball\
|
| 145 |
+
\ in the background \u2014 all serving to frame the raw, unfiltered passion\
|
| 146 |
+
\ of the moment. Her body is sculpted with perfect, athletic curves, her\
|
| 147 |
+
\ ass cheeks taut and rounded, her legs strong and toned, and her entire\
|
| 148 |
+
\ form radiates a powerful, sensual energy that is both commanding and inviting.\
|
| 149 |
+
\ The lighting is soft and natural, casting gentle shadows that highlight\
|
| 150 |
+
\ the contours of her body and the texture of her skin, while the camera\
|
| 151 |
+
\ angle, positioned low and close, captures the full, unfiltered drama of\
|
| 152 |
+
\ the encounter. Her partner\u2019s muscular legs and arms are visible beneath\
|
| 153 |
+
\ her, his body a solid, grounding presence as she moves with fluid, controlled\
|
| 154 |
+
\ power. The image is a celebration of raw, unapologetic desire \u2014 a\
|
| 155 |
+
\ portrait of a woman in complete command of her body and her pleasure,\
|
| 156 |
+
\ her every movement a testament to her strength, beauty, and erotic power.\""
|
| 157 |
+
- prompt: A first-person view of a Indian 21y woman sucking a man's penis. She's
|
| 158 |
+
kneeling in front of him, drooling over his cock and take the penis in her
|
| 159 |
+
mouth. Dramatic lighting and great detail. Her face has innocent expressions.
|
| 160 |
+
She is looking at the man's body while she is sucking the man's penis.
|
| 161 |
+
- prompt: "\"A stunning Indian woman with lustrous black hair styled in a thick,\
|
| 162 |
+
\ cascading braid down her back is captured from behind, seated provocatively\
|
| 163 |
+
\ on a dark gray couch. Her full, rounded buttocks are the focal point,\
|
| 164 |
+
\ glistening with natural skin tones and subtle freckles, as she wears only\
|
| 165 |
+
\ a tight pink tank top and matching pink socks. Her posture is relaxed\
|
| 166 |
+
\ yet inviting, with her arms resting casually on the couch cushions, emphasizing\
|
| 167 |
+
\ the curve of her spine and the smooth expanse of her back. The setting\
|
| 168 |
+
\ is minimalist, with a plain, soft beige background that draws all attention\
|
| 169 |
+
\ to her flawless, curvaceous form. In an intimate, sensual moment, a pair\
|
| 170 |
+
\ of hands\u2014belonging to an unseen partner\u2014gracefully caresses\
|
| 171 |
+
\ her lower back and gently presses against her cheeks, while one finger\
|
| 172 |
+
\ delicately traces the crevice between her cheeks, teasingly exploring\
|
| 173 |
+
\ the hidden depths of her anatomy. Her nude form is rendered with hyper-realistic\
|
| 174 |
+
\ detail: her perfectly round, deep brownish-tinted breasts are subtly hinted\
|
| 175 |
+
\ at beneath the snug fabric of her top, her nipples are visible and erect,\
|
| 176 |
+
\ and her vaginal opening is exposed and glistening with natural moisture,\
|
| 177 |
+
\ framed by the lush folds of her pussy. Her ass is impossibly plump and\
|
| 178 |
+
\ firm, with every contour and dimple rendered in exquisite detail, inviting\
|
| 179 |
+
\ the viewer\u2019s gaze to linger on the sheer perfection of her curves.\
|
| 180 |
+
\ The scene is bathed in soft, natural light that enhances the smoothness\
|
| 181 |
+
\ of her skin and the rich, dark hue of her hair, creating a warm, sensual\
|
| 182 |
+
\ atmosphere. The portrait-style composition focuses entirely on her body,\
|
| 183 |
+
\ capturing the raw, unfiltered beauty of her form in a moment of quiet,\
|
| 184 |
+
\ erotic intimacy. The simple, uncluttered background and the tight framing\
|
| 185 |
+
\ amplify the emotional and physical connection between the woman and her\
|
| 186 |
+
\ partner, making this image a celebration of sensuality, confidence, and\
|
| 187 |
+
\ the unapologetic allure of the female form.\""
|
| 188 |
+
- prompt: "\"A full-body portrait of a stunning Indian woman with long, flowing\
|
| 189 |
+
\ black hair cascading down her back, standing nude and poised in a serene,\
|
| 190 |
+
\ softly lit bedroom. Her body is sculpted with perfect, natural curves\
|
| 191 |
+
\ \u2014 full, round breasts with dark brownish areolas and nipples, a smooth\
|
| 192 |
+
\ midriff leading to a gently curved waist, and a deeply toned, naturally\
|
| 193 |
+
\ darkened pubic area that accentuates her feminine form. Her legs are long\
|
| 194 |
+
\ and slender, ending in a firm, rounded ass that subtly tenses as she stands\
|
| 195 |
+
\ with her arms relaxed at her sides, fingers slightly curled, exuding quiet\
|
| 196 |
+
\ confidence and sensual grace. Her gaze is direct and unflinching, meeting\
|
| 197 |
+
\ the viewer\u2019s eyes with a calm, alluring intensity that draws you\
|
| 198 |
+
\ in. The environment is minimalist and intimate, set against a soft, neutral\
|
| 199 |
+
\ beige background that enhances the natural tones of her skin and hair.\
|
| 200 |
+
\ 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_v3
|
| 226 |
+
version: '1.0'
|