ComfyUI-Manager/comfyui_manager/glob/utils
Dr.Lt.Data b9def4cb6e
Some checks failed
Publish to PyPI / build-and-publish (push) Has been cancelled
Python Linting / Run Ruff (push) Has been cancelled
refactor: remove preview_method and component legacy features
Preview Method Removal:
- Remove preview method UI from Manager settings panel
- Remove /v2/manager/preview_method API endpoint (legacy)
- Remove set_preview_method() and get_current_preview_method() functions
- Remove preview_method from config read/write operations
- Clean up latent_preview imports

Use ComfyUI Settings > Execution > Live preview method instead.

Component Feature Removal:
- Delete components-manager.js entirely
- Remove ComponentBuilderDialog, load_components, set_component_policy
- Remove component policy UI from Manager settings panel
- Remove /v2/manager/policy/component API endpoint
- Remove /v2/manager/component/save and /loads API endpoints
- Remove component_policy from config read/write operations
- Remove manager_components_path from context
2025-12-19 22:39:59 +09:00
..
__init__.py [feat] Add client_id support to task queue system 2025-06-13 19:33:05 -07:00
environment_utils.py refactor: remove preview_method and component legacy features 2025-12-19 22:39:59 +09:00
formatting_utils.py migrate to data models for all routes 2025-06-13 19:37:57 -07:00
model_utils.py [refactor] Move model utility functions to model_utils module 2025-06-17 14:24:31 -07:00
node_pack_utils.py [feat] Add client_id support to task queue system 2025-06-13 19:33:05 -07:00
security_utils.py modified: Do not modify generated_models.py directly; use openapi.yaml instead. 2025-06-28 07:54:17 +09:00