mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 22:22:11 -03:00
refactor: add embedding scanner support in download manager and example images processor
This commit is contained in:
@@ -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
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user