- added three-quarter view image.
Browse files- MANIFEST.knf.xlsx +2 -2
- MANIFEST.yaml +5 -0
- SOURCE/0-FULLBODY/Three-quarterview/iden_00006_.png +3 -0
- configs/NOOB_BASE.knf.yaml +4 -3
MANIFEST.knf.xlsx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a667b37d520f359fb55416fa21512775840e4fd0027dbbf77a7cf86693f16fb
|
| 3 |
+
size 14896912
|
MANIFEST.yaml
CHANGED
|
@@ -2673,3 +2673,8 @@
|
|
| 2673 |
style: photorealistic
|
| 2674 |
penis_erection: fully_sheathed
|
| 2675 |
background: simple_background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2673 |
style: photorealistic
|
| 2674 |
penis_erection: fully_sheathed
|
| 2675 |
background: simple_background
|
| 2676 |
+
- Relative_path: 0-FULLBODY/Three-quarterview/iden_00006_.png
|
| 2677 |
+
Subfolders: Three-quarterview
|
| 2678 |
+
Filename: iden_00006_.png
|
| 2679 |
+
Sync_timestamp: "2026-06-24 23:07:10"
|
| 2680 |
+
Resolution: 1024x1024
|
SOURCE/0-FULLBODY/Three-quarterview/iden_00006_.png
ADDED
|
Git LFS Details
|
configs/NOOB_BASE.knf.yaml
CHANGED
|
@@ -222,8 +222,9 @@ training:
|
|
| 222 |
lora_format: diffusers # SDXL LoRA format expected by SimpleTuner for this run.
|
| 223 |
flux_lora_target: null # Remove the Flux/Chroma default from generated config.
|
| 224 |
|
| 225 |
-
#
|
| 226 |
-
|
|
|
|
| 227 |
pretrained_unet_model_name_or_path: null
|
| 228 |
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 229 |
pretrained_transformer_model_name_or_path: null
|
|
@@ -262,7 +263,7 @@ training:
|
|
| 262 |
train_batch_size: 4 # Per-device batch size.
|
| 263 |
gradient_accumulation_steps: 1 # Effective batch multiplier.
|
| 264 |
num_train_epochs: 0 # Step-based training; max_train_steps controls run length.
|
| 265 |
-
max_train_steps:
|
| 266 |
|
| 267 |
caption_dropout_probability: 0.0 # Caption dropout for regularization.
|
| 268 |
data_backend_sampling: uniform # Uniform dataloader sampling.
|
|
|
|
| 222 |
lora_format: diffusers # SDXL LoRA format expected by SimpleTuner for this run.
|
| 223 |
flux_lora_target: null # Remove the Flux/Chroma default from generated config.
|
| 224 |
|
| 225 |
+
# Train against the clean NOOB SDXL Diffusers base for adapter compatibility.
|
| 226 |
+
# Willy stays the intended downstream inference/showcase base after export.
|
| 227 |
+
pretrained_model_name_or_path: /mnt/wsl/comfyui-models/models/checkpoints/_base_finetunes/noobaiXLNAIXL_epsilonPred11Version
|
| 228 |
pretrained_unet_model_name_or_path: null
|
| 229 |
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 230 |
pretrained_transformer_model_name_or_path: null
|
|
|
|
| 263 |
train_batch_size: 4 # Per-device batch size.
|
| 264 |
gradient_accumulation_steps: 1 # Effective batch multiplier.
|
| 265 |
num_train_epochs: 0 # Step-based training; max_train_steps controls run length.
|
| 266 |
+
max_train_steps: 2400 # Current short SDXL run length.
|
| 267 |
|
| 268 |
caption_dropout_probability: 0.0 # Caption dropout for regularization.
|
| 269 |
data_backend_sampling: uniform # Uniform dataloader sampling.
|