Skip to content
hyppyhyppo edited this page Feb 17, 2025 · 8 revisions

Here you define the base model you use for training and the output model you want to achieve.

model
  • 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).
  • 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 Type: several options are available. The default presets (#SD1.5 LoRA, #SD1.5 Embedding, ...) will set up defaults values, you can stick to it, they are working.
Clone this wiki locally