Will Miao
c8a179488a
feat(metadata): enhance primary sampler detection and workflow tracing
...
- Add support for `basic_pipe` nodes in metadata processor to handle pipeline nodes like FromBasicPipe
- Optimize `find_primary_checkpoint` by accepting optional `primary_sampler_id` to avoid redundant calculations
- Update `get_workflow_trace` to pass known primary sampler ID for improved efficiency
2025-12-18 22:30:41 +08:00
Will Miao
a07720a3bf
feat: Add model path tracing to accurately identify the primary checkpoint in workflows and include new tests.
2025-12-17 12:52:52 +08:00
Will Miao
375b5a49f3
fix(config): update standalone mode environment variable usage
2025-10-02 09:40:24 +08:00
Will Miao
fec85bcc08
refactor: unify standalone mode check using environment variable
2025-09-21 22:45:11 +08:00
Will Miao
51ad1c9a33
refactor(MetadataProcessor): comment out guidance parameter in generation params, fixes #425
2025-09-11 16:55:41 +08:00
Will Miao
9f69822221
feat: Refactor SamplerCustom handling and enhance node extractor mappings for improved metadata processing
2025-08-17 20:42:52 +08:00
Will Miao
849b97afba
feat: Add CR_ApplyControlNetStack extractor and enhance prompt conditioning handling in metadata processing. Fixes #277
2025-07-10 09:26:53 +08:00
Will Miao
e726c4f442
feat: enhance metadata extraction for TSC samplers with vae_decode handling
2025-06-23 10:55:27 +08:00
Will Miao
402318e586
feat: enhance metadata processing and extraction for Efficient nodes with improved prompt handling and conditioning outputs.
2025-06-22 13:21:31 +08:00
Will Miao
aa34c4c84c
refactor: streamline prompt matching logic in MetadataProcessor
2025-06-20 17:00:23 +08:00
Will Miao
4889955ecf
feat: Add conditioning matching to prompts and update metadata handling in node extractors. See #235
2025-06-20 00:04:02 +08:00
Will Miao
7f1bbdd615
Remove debug print statement for primary sampler ID in MetadataProcessor
2025-05-22 16:01:55 +08:00
Will Miao
d0c728a339
Enhance node tracing logic and improve prompt handling in metadata processing. See #189
2025-05-17 15:40:05 +08:00
Will Miao
7b5b4ce082
refactor: enhance CFGGuider handling and add CFGGuiderExtractor for improved metadata extraction. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/172
2025-05-09 13:50:22 +08:00
Will Miao
4789711910
feat: enhance metadata processing by refining primary sampler selection and adding CLIPTextEncodeFlux extractor. Fixes https://github.com/willmiao/ComfyUI-Lora-Manager/issues/146
2025-04-29 06:31:21 +08:00
Will Miao
7ce5857cd5
feat: implement standalone mode support with mock modules and path handling
2025-04-26 19:14:38 +08:00
Will Miao
b0a9d44b0c
Add support for SamplerCustomAdvanced node in metadata extraction
2025-04-26 09:40:44 +08:00
Will Miao
bccabe40c0
feat: Enhance KSamplerAdvancedExtractor to include additional sampling parameters and update metadata processing
2025-04-18 05:29:36 +08:00
Will Miao
32d34d1748
feat: Enhance trace_node_input method with depth tracking and target class filtering; add FluxGuidanceExtractor for guidance parameter extraction
2025-04-17 08:06:21 +08:00
Will Miao
18eb605605
feat: Refactor metadata processing to use constants for category keys and improve structure
2025-04-17 06:23:31 +08:00
Will Miao
d4b2dd0ec1
refactor: Rename to_comfyui_format method to to_dict and update references in save_image.py
2025-04-16 21:42:54 +08:00
Will Miao
181f78421b
feat: Standardize LoRA extraction format and enhance input handling in node extractors
2025-04-16 21:20:56 +08:00
Will Miao
8ed38527d0
feat: Implement metadata collection and processing framework with debug node for verification
2025-04-16 20:04:26 +08:00