kneiff commited on
Commit
ab5fbf5
·
1 Parent(s): efd87c8

- added three-quarter view image.

Browse files
MANIFEST.knf.xlsx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12c31e06c34e18a2c39638234ba06db46683ef40411f56a9b081ca8816ed90e0
3
- size 14809992
 
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

  • SHA256: 8b0e86197082b7382fe311aca32d55fcb018885324d17bf032f70a0c02675577
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
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
- # Converted full SDXL Diffusers directory from the WSL ComfyUI model store.
226
- pretrained_model_name_or_path: /mnt/wsl/comfyui-models/models/checkpoints/_base_finetunes/willysRealism_coreV1Diffusers
 
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: 1500 # Current short SDXL run length.
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.