mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 07:35:44 -03:00
Add fetch metadata from civitai
This commit is contained in:
@@ -9,5 +9,8 @@ WEB_DIRECTORY = "./js"
|
||||
# Add custom websocket event type
|
||||
EXTENSION_WEB_SOCKET_MESSAGE_TYPES = ["lora-scan-progress"]
|
||||
|
||||
__all__ = ['NODE_CLASS_MAPPINGS']
|
||||
# Add this init function to properly register routes
|
||||
def init():
|
||||
LorasEndpoint.add_routes()
|
||||
|
||||
__all__ = ['NODE_CLASS_MAPPINGS']
|
||||
Reference in New Issue
Block a user