mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
36e6ac2362
- Introduced a new CheckpointMetadata dataclass to encapsulate metadata for checkpoint models. - Included fields for file details, model specifications, and additional attributes such as resolution and architecture. - Implemented a __post_init__ method to initialize tags as an empty list if not provided, ensuring consistent data handling.