refactor: add embedding scanner support in download manager and example images processor

This commit is contained in:
Will Miao
2025-07-26 07:35:53 +08:00
parent 2786801b71
commit 6dd58248c6
4 changed files with 12 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ class ExampleImagesManager {
body: JSON.stringify({
output_dir: outputDir,
optimize: optimize,
model_types: ['lora', 'checkpoint']
model_types: ['lora', 'checkpoint', 'embedding'] // Example types, adjust as needed
})
});