Built out the ui trainer plugin with db comminication

This commit is contained in:
Jaret Burkett
2025-02-21 05:53:35 -07:00
parent f778d979b5
commit adcf884c0f
13 changed files with 245 additions and 22 deletions

View File

@@ -19,8 +19,9 @@ export const defaultJobConfig: JobConfig = {
name: 'my_first_flex_lora_v1',
process: [
{
type: 'sd_trainer',
type: 'ui_trainer',
training_folder: 'output',
sqlite_db_path: './aitk_db.db',
device: 'cuda:0',
network: {
type: 'lora',