mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: Add context menu option to move checkpoint models between type folders and complete various UI translations.
This commit is contained in:
@@ -659,7 +659,14 @@
|
||||
}
|
||||
},
|
||||
"checkpoints": {
|
||||
"title": "Checkpoint Models"
|
||||
"title": "Checkpoint Models",
|
||||
"modelTypes": {
|
||||
"checkpoint": "Checkpoint",
|
||||
"diffusion_model": "Diffusion Model"
|
||||
},
|
||||
"contextMenu": {
|
||||
"moveToOtherTypeFolder": "Move to {otherType} Folder"
|
||||
}
|
||||
},
|
||||
"embeddings": {
|
||||
"title": "Embedding Models"
|
||||
|
||||
Reference in New Issue
Block a user