Views
No views yet
JBARU/kyrael-datasetJBARU/sorelith-datasetsetup_pod.sh captions them on the pod (Qwen2.5-VL-7B, fast on a real GPU).setup_pod.sh -- full bootstrap: installs musubi-tuner, downloads models, downloads datasets, captions, caches, trains both LoRAscaption_dataset.py -- auto-captioning script (called by setup_pod.sh)dataset_kyrael.toml / dataset_sorelith.toml -- musubi-tuner dataset configs1mkdir -p /workspace
2cd /workspacecaption_dataset.py,
dataset_kyrael.toml, and dataset_sorelith.toml into /workspace/cat > filename.py << 'EOF' ... EOF in the terminalsetup_pod.sh the same way, then:1chmod +x setup_pod.sh
2./setup_pod.shhf auth login for you to paste your token interactively --
same rule as before, paste it only when prompted, never on the command line./workspace/output/kyrael/kyrael_lora.safetensors and
/workspace/output/sorelith/sorelith_lora.safetensors. Push them back to HF
(so you can grab them locally) with:1hf upload <your-username>/kyrael-lora /workspace/output/kyrael --repo-type model
2hf upload <your-username>/sorelith-lora /workspace/output/sorelith --repo-type modelhf download <your-username>/kyrael-lora --local-dir D:\ComfyModels\loras\kyraelnum_repeats dropped from 10 to 3 in dataset_vaelith.toml. Kyrael's
LoRA came out overtrained/rigid (locked pose, completely resistant to style
LoRA blending even at 5.0 weight) -- traced back to 34 images x 10 repeats x
16 epochs = 5,440 total training exposures on a small dataset. Lower repeats
should fix this without hurting identity retention.setup_pod_vaelith.sh cleans up the captioning model cache immediately
after captioning finishes (rm -rf /workspace/.cache), instead of leaving
it sitting there until disk fills up mid-training like last time.setup_pod.sh is independent enough to re-run on its
own -- if training crashes on kyrael, you don't need to redo the downloads or
sorelith's caching, just re-run that one training command.