Added support for FLUX.1-Kontext-dev

This commit is contained in:
Jaret Burkett
2025-06-26 15:24:37 -06:00
parent 8d9c47316a
commit 60ef2f1df7
12 changed files with 570 additions and 4 deletions

View File

@@ -48,6 +48,15 @@ const docs: { [key: string]: ConfigDoc } = {
</>
),
},
'datasets.control_path': {
title: 'Control Dataset',
description: (
<>
The control dataset needs to have files that match the filenames of your training dataset. They should be matching file pairs.
These images are fed as control/input images during training.
</>
),
},
};
export const getDoc = (key: string | null | undefined): ConfigDoc | null => {