๐ฏ Step 1: Select Your Base Model
๐ค Model Configuration
๐ API Tokens (Optional)
๐ฎ GPU Selection
๐ Step 2: Configure Your Dataset
๐ฎ Datasets
Add one or more datasets. Each has its own source and column mapping. All datasets are concatenated, formatted, and split together.๐ง System Prompt Override (Optional)
Inject a system prompt across all datasets.๐ Dataset Format
๐๏ธ Dataset Preview
Raw Dataset
Formatted for Training
๐ Dataset Statistics
โ๏ธ Advanced Options
โจ Step 3: Configure Training Parameters
๐พ Configuration Management
๐ฎ Active Spells
๐ฎ Step 5: Test Your Model
๐ค Load a Model
โ๏ธ Generation Settings
๐ฌ Chat
Pick a base diffusion model + one of your trained LoRAs, type a prompt, hit conjure. Runs in a fresh subprocess so it won't fight live training jobs for VRAM.
๐ช Conjure
./models/. Refresh after training new ones.
Result
๐ฆ Export & Publish
Quantize trained models to GGUF, publish to HuggingFace Hub, and manage artifacts โ all against any model under ./models/.
๐ฎ GGUF Quantization
Merlina will merge the LoRA (if any) and brew one GGUF per selected quant. Larger quants keep more quality; smaller quants run on weaker hardware.๐ค HuggingFace Hub Upload
org/model-name; an explicit org/name here wins.
Advanced metadata
๐๏ธ Artifacts
Everything Merlina saved under./models/{selected}/. Protected files (config, tokenizer) can't be deleted via the UI.
๐งน Step 7: Tidy the Workshop
Old training runs leave behind full-size checkpoints. Keep the latest of each finished run and reclaim the rest โ active jobs are always left untouched.
๐พ Disk Usage
โ๏ธ Prune Checkpoints
๐ Per-Job Breakdown
Loadingโฆ
Other tools (ComfyUI, other trainers, scripts) pull models from this same cache. Everything here is re-downloadable from the Hub, but deleting a model another tool still needs will force a re-download. Only remove repos you're sure are unused.
๐ค Cached Repos
Click โScanโ to inspect the cache.
These are your trained outputs under ./models/. Unlike the HuggingFace
cache, a model that was never pushed to the Hub cannot be recovered.
Models in use (an active job's output, or one loaded for inference) are locked ๐.
๐ฆ Saved Models
Loadingโฆ
๐ง GGUF Exports
always regenerable from the modelQuantized GGUF files produced for llama.cpp inference. Safe to delete โ re-export anytime from the model. One loaded for inference is locked ๐.
Loadingโฆ
๐ Weights & Biases Logs
Local mirrors of training run logs under wandb/. Metrics already live on
the W&B server; the active run is kept.