This website requires JavaScript.
Explore
Help
Sign In
alphard
/
ComfyUI-Lora-Manager
Watch
1
Star
0
Fork
0
You've already forked ComfyUI-Lora-Manager
mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced
2026-03-21 21:22:11 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
67869f19ffe2f0579dce7faba592d81752d59fbb
ComfyUI-Lora-Manager
/
py
/
recipes
History
Will Miao
7b139b9b1d
refactor: Move
base_model
resolution to occur before checkpoint formatting and remove a
gen_params
checkpoint assertion.
2025-12-24 20:35:06 +08:00
..
parsers
feat: Introduce generation parameter merging from request, Civitai, and embedded image metadata, and enhance ComfyUI metadata parsing.
2025-12-23 15:31:04 +08:00
__init__.py
Add CivitaiApiMetadataParser and improve recipe parsing logic for Civitai images. Also
fixes
#197
2025-06-03 14:58:43 +08:00
base.py
feat: Introduce recipe management with data models, scanning, enrichment, and repair for generation configurations.
2025-12-24 20:02:20 +08:00
constants.py
Add DoRA type support. move VALID_LORA_TYPES to utils.constants and update imports in recipe parsers and API routes.
2025-06-12 09:25:00 +08:00
enrichment.py
refactor: Move
base_model
resolution to occur before checkpoint formatting and remove a
gen_params
checkpoint assertion.
2025-12-24 20:35:06 +08:00
factory.py
Add CivitaiApiMetadataParser and improve recipe parsing logic for Civitai images. Also
fixes
#197
2025-06-03 14:58:43 +08:00
merger.py
feat: Refactor checkpoint metadata to use Civitai API naming conventions and remove
gen_params
checkpoint syncing.
2025-12-24 20:25:39 +08:00