Merge branch 'main' into draft-v4

This commit is contained in:
Dr.Lt.Data
2025-06-09 12:37:10 +09:00
14 changed files with 8437 additions and 6044 deletions

View File

@@ -185,7 +185,10 @@ def set_preview_method(method):
core.get_config()['preview_method'] = method
set_preview_method(core.get_config()['preview_method'])
if args.preview_method == latent_preview.LatentPreviewMethod.NoPreviews:
set_preview_method(core.get_config()['preview_method'])
else:
logging.warning("[ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.")
def set_component_policy(mode):