mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 13:42:12 -03:00
If you call: `http://127.0.0.1:8188/api/checkpoints/info/some_name` You will get error, that there is no method `get_checkpoint_info_by_name` in `scanner`. Lookslike it wasn't fixed after refactoring or something. Now it works as expected.