mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
fix(metadata): hydrate cached records before saving
This commit is contained in:
@@ -30,6 +30,9 @@ class RecordingMetadataManager:
|
||||
Path(metadata_path).write_text(json.dumps(metadata))
|
||||
return True
|
||||
|
||||
async def hydrate_model_data(self, model_data: Dict[str, Any]) -> Dict[str, Any]:
|
||||
return model_data
|
||||
|
||||
|
||||
class RecordingPreviewService:
|
||||
def __init__(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user