mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Refactor and optimize code for improved readability and maintainability
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .lora_manager import LoraManager
|
||||
from .nodes.lora_gateway import LoRAGateway
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
@@ -10,4 +11,6 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
|
||||
WEB_DIRECTORY = "./js"
|
||||
|
||||
# Register routes on import
|
||||
LoraManager.add_routes()
|
||||
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS', 'WEB_DIRECTORY']
|
||||
Reference in New Issue
Block a user