mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Merge branch 'main' of https://github.com/willmiao/ComfyUI-Lora-Manager
This commit is contained in:
@@ -430,7 +430,7 @@ class CheckpointsRoutes:
|
|||||||
"""Get detailed information for a specific checkpoint by name"""
|
"""Get detailed information for a specific checkpoint by name"""
|
||||||
try:
|
try:
|
||||||
name = request.match_info.get('name', '')
|
name = request.match_info.get('name', '')
|
||||||
checkpoint_info = await self.scanner.get_checkpoint_info_by_name(name)
|
checkpoint_info = await self.scanner.get_model_info_by_name(name)
|
||||||
|
|
||||||
if checkpoint_info:
|
if checkpoint_info:
|
||||||
return web.json_response(checkpoint_info)
|
return web.json_response(checkpoint_info)
|
||||||
|
|||||||
Reference in New Issue
Block a user