mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
Refactor LoRA management with improved caching and route handling
This commit is contained in:
@@ -24,9 +24,8 @@ class LoraManager:
|
||||
|
||||
# Setup feature routes
|
||||
routes = LoraRoutes()
|
||||
api_routes = ApiRoutes()
|
||||
|
||||
LoraRoutes.setup_routes(app)
|
||||
routes.setup_routes(app)
|
||||
ApiRoutes.setup_routes(app)
|
||||
|
||||
# Setup file monitoring
|
||||
|
||||
Reference in New Issue
Block a user