Upload config.yaml with huggingface_hub
Browse files- config.yaml +160 -0
config.yaml
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: my_first_lora_v1
|
| 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: srutixzit1
|
| 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/sruti
|
| 29 |
+
mask_path: null
|
| 30 |
+
mask_min_value: 0.1
|
| 31 |
+
default_caption: ''
|
| 32 |
+
caption_ext: txt
|
| 33 |
+
caption_dropout_rate: 0.03
|
| 34 |
+
cache_latents_to_disk: false
|
| 35 |
+
is_reg: false
|
| 36 |
+
network_weight: 1
|
| 37 |
+
resolution:
|
| 38 |
+
- 1024
|
| 39 |
+
- 768
|
| 40 |
+
- 512
|
| 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: 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 |
+
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: ultra realistic portrait of a beautiful Indian 20y woman, soft natural
|
| 99 |
+
skin texture, detailed face, expressive eyes, subtle makeup, cinematic lighting,
|
| 100 |
+
85mm lens, shallow depth of field, high detail, photorealistic, natural
|
| 101 |
+
skin pores
|
| 102 |
+
- prompt: full body shot of a young Indian 20y nude woman standing naturally,
|
| 103 |
+
perfect body proportions, realistic anatomy, long legs, natural pose, detailed
|
| 104 |
+
hands and fingers, soft lighting, high resolution, photorealistic, balanced
|
| 105 |
+
composition
|
| 106 |
+
- prompt: "A young Indian woman, elegant and natural, is on her knees beside\
|
| 107 |
+
\ a fully naked man beneath a warm bathroom shower. They are completely\
|
| 108 |
+
\ nude in a private, intimate moment. The scene takes place inside a modern\
|
| 109 |
+
\ yet warm bathroom at dawn \u2014 soft morning light streams through a\
|
| 110 |
+
\ large window or diffuses from the shower curtain. She performs a deep\
|
| 111 |
+
\ throat swallow on his large penis with focused intensity and quiet passion\
|
| 112 |
+
\ in her eyes. Her hair is wet, glossy, and cascading over her shoulders\
|
| 113 |
+
\ and back, clinging to her neck and face, catching the water droplets and\
|
| 114 |
+
\ soft light. The atmosphere is intimate, sensual, and peaceful \u2014 realistic\
|
| 115 |
+
\ skin texture, steam rising from the shower, visible moisture on her skin,\
|
| 116 |
+
\ natural lighting, subtle details of hands, expression, and body language.\
|
| 117 |
+
\ Style: photorealistic, high detail, cinematic soft glow, warm tones, atmospheric\
|
| 118 |
+
\ humidity."
|
| 119 |
+
- prompt: a confident Indian 20y nude woman in a relaxed indoor setting, no
|
| 120 |
+
outfit, natural body posture, soft window light, realistic skin tones, detailed
|
| 121 |
+
anatomy, elegant and sensual mood, cinematic shadows, ultra realistic
|
| 122 |
+
- prompt: "A full-body portrait of a stunning Indian 20y woman with long, flowing\
|
| 123 |
+
\ black hair cascading down her back, standing nude and poised in a serene,\
|
| 124 |
+
\ softly lit bedroom. Her body is sculpted with perfect, natural curves\
|
| 125 |
+
\ \u2014 full, round breasts with dark brownish areolas and nipples, a smooth\
|
| 126 |
+
\ midriff leading to a gently curved waist, and a deeply toned, naturally\
|
| 127 |
+
\ darkened pubic area that accentuates her feminine form. Her legs are long\
|
| 128 |
+
\ and slender, ending in a firm, rounded ass that subtly tenses as she stands\
|
| 129 |
+
\ with her arms relaxed at her sides, fingers slightly curled, exuding quiet\
|
| 130 |
+
\ confidence and sensual grace. Her gaze is direct and unflinching, meeting\
|
| 131 |
+
\ the viewer\u2019s eyes with a calm, alluring intensity that draws you\
|
| 132 |
+
\ in. The environment is minimalist and intimate, set against a soft, neutral\
|
| 133 |
+
\ beige background that enhances the natural tones of her skin and hair.\
|
| 134 |
+
\ Behind her, sheer white curtains filter in diffused daylight, casting\
|
| 135 |
+
\ gentle shadows across the room, while a simple bed with rumpled white\
|
| 136 |
+
\ linens and a potted green plant in the corner add subtle domestic warmth\
|
| 137 |
+
\ without distracting from the central focus. The lighting is soft and even,\
|
| 138 |
+
\ highlighting the smooth texture of her skin, the subtle contours of her\
|
| 139 |
+
\ anatomy, and the natural sheen of her hair \u2014 all rendered with photorealistic\
|
| 140 |
+
\ precision to emphasize her flawless, voluptuous form. This is a portrait\
|
| 141 |
+
\ of raw, unfiltered beauty \u2014 a celebration of the female body in its\
|
| 142 |
+
\ most natural state. Her posture is relaxed yet commanding, her expression\
|
| 143 |
+
\ serene and self-assured, embodying both innocence and sensuality. The\
|
| 144 |
+
\ composition is vertically framed, drawing attention to her full, symmetrical\
|
| 145 |
+
\ silhouette, while the muted, monochromatic backdrop ensures every curve,\
|
| 146 |
+
\ every detail of her anatomy \u2014 from the delicate arch of her collarbone\
|
| 147 |
+
\ to the subtle definition of her hips \u2014 is rendered with exquisite\
|
| 148 |
+
\ clarity. She stands as a living sculpture, a vision of erotic elegance,\
|
| 149 |
+
\ inviting the viewer to appreciate the harmony of her form and the quiet\
|
| 150 |
+
\ power of her presence.\""
|
| 151 |
+
neg: ''
|
| 152 |
+
seed: 42
|
| 153 |
+
walk_seed: true
|
| 154 |
+
guidance_scale: 1
|
| 155 |
+
sample_steps: 8
|
| 156 |
+
num_frames: 1
|
| 157 |
+
fps: 1
|
| 158 |
+
meta:
|
| 159 |
+
name: my_first_lora_v1
|
| 160 |
+
version: '1.0'
|