mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-26 10:07:38 +08:00
improve: reduce pip install spam
This commit is contained in:
@@ -15,7 +15,11 @@ sys.path.append(glob_path)
|
||||
import cm_global
|
||||
|
||||
|
||||
message_collapses = []
|
||||
def skip_pip_spam(x):
|
||||
return 'Requirement already satisfied:' in x
|
||||
|
||||
|
||||
message_collapses = [skip_pip_spam]
|
||||
import_failed_extensions = set()
|
||||
cm_global.variables['cm.on_revision_detected_handler'] = []
|
||||
enable_file_logging = True
|
||||
|
||||
Reference in New Issue
Block a user