mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-06 02:07:53 +08:00
improve: collapse deprecation message
This commit is contained in:
@ -19,7 +19,7 @@ cm_global.pip_downgrade_blacklist = ['torch', 'torchsde', 'torchvision', 'transf
|
||||
|
||||
|
||||
def skip_pip_spam(x):
|
||||
return 'Requirement already satisfied:' in x
|
||||
return ('Requirement already satisfied:' in x) or ("DEPRECATION: Loading egg at" in x)
|
||||
|
||||
|
||||
message_collapses = [skip_pip_spam]
|
||||
|
||||
Reference in New Issue
Block a user