Model - Nerogar/OneTrainer GitHub Wiki
Here you define the base model you use for training, data types and the desired name of output model (This applies to both LoRA and Finetune)
- Hugging Face Token: you can specify here your HF token, required to download gated models from Hugging Face (SD3, Flux). It will be saved locally in secrets.json and reused when loading any preset.
- Base Model (default: Hugging Face link): either keep the default or provide the path to a saved model (in safetensor format or a directory for diffused models). If you did a large scale finetune and then wanted to continue training it this is where you would place it
- Vae Override (default: blank): If you want to use a custom VAE, provide a Hugging Face link or a path to a local file.
- Model Output destination: file name or directory where the output model is saved. In case of a directory, OT use the save prefix set in the backup tab and a timestamp to name the file.
- Output Format (default: safetensors): Here you can choose between the default safetensors and the optional checkpoint format.
- Data Types: several options are available. The default presets (#SD1.5 LoRA, #SD1.5 Embedding, ...) will set up defaults values, you can stick to it, they work fine. Dont touch unless you have a reason.