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-22 05:32:12 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09c1bd78cd883675f162d4e2d54fca325b6c4ab9
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