Add Lora Manager widget integration

This commit is contained in:
Will Miao
2025-02-01 13:53:14 +08:00
parent e0d2025eb4
commit 879d0be71c
2 changed files with 112 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"LoRAGateway": "LoRAGateway"
}
WEB_DIRECTORY = "./js"
WEB_DIRECTORY = "./web/comfyui"
# Register routes on import
LoraManager.add_routes()