Upload config.yaml with huggingface_hub
Browse files- config.yaml +172 -0
config.yaml
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: Rimpa_ZIT_mloras
|
| 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: rimpazitx2
|
| 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/rimpamagi
|
| 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 |
+
flip_x: false
|
| 45 |
+
flip_y: false
|
| 46 |
+
num_repeats: 1
|
| 47 |
+
train:
|
| 48 |
+
batch_size: 1
|
| 49 |
+
bypass_guidance_embedding: false
|
| 50 |
+
steps: 2500
|
| 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: "rimpazitx2, High-resolution, realistic, 85mm camera lens capture\
|
| 99 |
+
\ of an 18-year-old Indian girl standing fully naked in a poised, seductive\
|
| 100 |
+
\ stance, her long, dark wavy hair cascading over her shoulders as she gazes\
|
| 101 |
+
\ directly into the camera with an alluring, confident expression; her body\
|
| 102 |
+
\ is sculpted with natural curves and detailed anatomy \u2014 full, perky\
|
| 103 |
+
\ breasts with subtle areolas, a toned midriff with a soft navel, and smooth,\
|
| 104 |
+
\ glistening skin that highlights the subtle contours of her hips, thighs,\
|
| 105 |
+
\ and legs; her arms hang loosely at her sides, fingers slightly curled,\
|
| 106 |
+
\ accentuating the elegant lines of her shoulders and upper arms; a striking\
|
| 107 |
+
\ red rose tattoo with the phrase \u201CFucked Me\u201D adorns her left\
|
| 108 |
+
\ hip, adding a bold, sensual touch to her natural beauty; the lighting\
|
| 109 |
+
\ is soft and diffused, casting gentle shadows that enhance the three-dimensional\
|
| 110 |
+
\ form of her body, while the neutral beige background ensures all attention\
|
| 111 |
+
\ remains on her; the composition is framed precisely to include her toes\
|
| 112 |
+
\ at the bottom and her head at the top, leaving no gaps, creating an immersive,\
|
| 113 |
+
\ intimate portrait that exudes raw, erotic allure and unapologetic sensuality."
|
| 114 |
+
- prompt: rimpazitx2, High-resolution, realistic, 85mm camera lens capture of
|
| 115 |
+
an 18-year-old Indian girl, fully naked and exuding sensual confidence as
|
| 116 |
+
she sits provocatively on a vibrant yellow couch, her body sculpted with
|
| 117 |
+
natural curves and flawless skin, her dark hair cascading over her shoulders,
|
| 118 |
+
her gaze locked with the viewer with a seductive, knowing smile, her left
|
| 119 |
+
hand resting on her hip while her right hand delicately touches her chin,
|
| 120 |
+
her toned abdomen and defined waistline accentuated by the soft, warm lighting,
|
| 121 |
+
her legs elegantly spread to reveal a meticulously trimmed, glistening pussy
|
| 122 |
+
with a detailed, moist vagina visible, her pubic mound perfectly shaped
|
| 123 |
+
and inviting, her entire form radiating youthful allure and erotic magnetism,
|
| 124 |
+
every contour and curve meticulously rendered in hyper-realistic detail,
|
| 125 |
+
capturing the essence of raw, unfiltered beauty and sensual power.
|
| 126 |
+
- prompt: "rimpazitx2, High-resolution, realistic, 85mm camera lens capture\
|
| 127 |
+
\ of an 18-year-old Indian girl, fully naked and exuding seductive allure,\
|
| 128 |
+
\ kneeling provocatively on a sleek gray tiled bathroom floor with her back\
|
| 129 |
+
\ arched and hips thrust forward, showcasing her perfectly sculpted, curvaceous\
|
| 130 |
+
\ anatomy \u2014 the smooth, glistening contours of her toned thighs, the\
|
| 131 |
+
\ firm, rounded curves of her buttocks, the subtle definition of her waist,\
|
| 132 |
+
\ and the natural, unadorned beauty of her skin \u2014 her long, dark hair\
|
| 133 |
+
\ cascading over her shoulders as she gazes over her shoulder with a sultry,\
|
| 134 |
+
\ confident expression, her body radiating erotic magnetism against the\
|
| 135 |
+
\ minimalist backdrop of a white toilet and neutral gray tiles, every detail\
|
| 136 |
+
\ rendered with cinematic precision to highlight the sensual interplay of\
|
| 137 |
+
\ light, shadow, and form."
|
| 138 |
+
- prompt: rimpazitx2, High-resolution, realistic, 85mm camera lens capture of
|
| 139 |
+
an 18-year-old Indian girl, fully naked, her body sculpted with natural
|
| 140 |
+
curves and smooth, sun-kissed skin, her dark, wavy hair cascading over her
|
| 141 |
+
shoulders, her eyes locked with intense, seductive gaze as she passionately
|
| 142 |
+
performs oral sex, her lips wrapped tightly around the erect penis, her
|
| 143 |
+
tongue expertly flicking and swirling, her hand gripping the base of the
|
| 144 |
+
shaft with delicate yet firm pressure, her fingernails painted a soft pink,
|
| 145 |
+
her neck adorned with a delicate silver chain, her chest bare and inviting,
|
| 146 |
+
her skin glowing with natural warmth and subtle freckles, the scene charged
|
| 147 |
+
with raw, erotic energy, the green couch behind her adding a pop of color
|
| 148 |
+
to the intimate moment, every detail rendered with hyper-realistic precision,
|
| 149 |
+
capturing the essence of sensual desire and uninhibited passion.
|
| 150 |
+
- prompt: "rimpazitx2, High-resolution, realistic, 85mm camera lens capture\
|
| 151 |
+
\ of an 18-year-old Indian girl, fully naked, kneeling provocatively on\
|
| 152 |
+
\ a sleek gray tiled bathroom floor with her body sculpted in perfect, sensual\
|
| 153 |
+
\ curves \u2014 her long, dark, wavy hair cascading over her shoulders,\
|
| 154 |
+
\ her full, lush breasts prominently displayed with natural areolas, her\
|
| 155 |
+
\ toned abdomen and defined hip bones accentuating her hourglass figure,\
|
| 156 |
+
\ her thighs parted slightly as she gazes directly into the camera with\
|
| 157 |
+
\ a sultry, confident expression, her left hand resting gently on her knee\
|
| 158 |
+
\ while her right hand trails along her inner thigh, the background simplified\
|
| 159 |
+
\ to plain gray tiled walls to emphasize her flawless, sun-kissed skin and\
|
| 160 |
+
\ the erotic allure of her pose, evoking a sense of intimate vulnerability\
|
| 161 |
+
\ and seductive power, every detail meticulously rendered to highlight the\
|
| 162 |
+
\ natural beauty and eroticism of her form."
|
| 163 |
+
neg: ''
|
| 164 |
+
seed: 42
|
| 165 |
+
walk_seed: true
|
| 166 |
+
guidance_scale: 1
|
| 167 |
+
sample_steps: 8
|
| 168 |
+
num_frames: 1
|
| 169 |
+
fps: 1
|
| 170 |
+
meta:
|
| 171 |
+
name: Rimpa_ZIT_mloras
|
| 172 |
+
version: '1.0'
|