diff --git a/studio/frontend/src/features/images/diffusion-train-dialog.tsx b/studio/frontend/src/features/images/diffusion-train-dialog.tsx index cf8fdb4b90..85fe0dd99b 100644 --- a/studio/frontend/src/features/images/diffusion-train-dialog.tsx +++ b/studio/frontend/src/features/images/diffusion-train-dialog.tsx @@ -166,8 +166,9 @@ export function DiffusionTrainDialog({ Train a LoRA (SDXL) Fine-tune an SDXL LoRA on a folder of images. Captions come from a metadata.jsonl, - per-image .txt sidecars, or the instance prompt below. The adapter is saved to the - output folder shown after the run. + per-image .txt sidecars, or the instance prompt below. Folders resolve inside the + Studio home: datasets under its datasets folder, the adapter under its outputs + folder (the exact save path is shown after the run). @@ -182,20 +183,20 @@ export function DiffusionTrainDialog({ />
- + setDataDir(e.target.value)} className="h-8 text-xs" />
- + setOutputDir(e.target.value)} className="h-8 text-xs"