mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(context-menu): add example image download entry
This commit is contained in:
@@ -123,6 +123,11 @@
|
||||
}
|
||||
},
|
||||
"globalContextMenu": {
|
||||
"downloadExampleImages": {
|
||||
"label": "[TODO: Translate] Download example images",
|
||||
"missingPath": "[TODO: Translate] Set a download location before downloading example images.",
|
||||
"unavailable": "[TODO: Translate] Example image downloads aren't available yet. Try again after the page finishes loading."
|
||||
},
|
||||
"cleanupExampleImages": {
|
||||
"label": "Clean up example image folders",
|
||||
"success": "Moved {count} folder(s) to the deleted folder",
|
||||
|
||||
Reference in New Issue
Block a user