Merge branch 'main' into feat/cnr

This commit is contained in:
Dr.Lt.Data
2024-08-02 03:25:30 +09:00
17 changed files with 4433 additions and 2661 deletions

View File

@@ -42,6 +42,7 @@ cm_global.pip_overrides = {}
if os.path.exists(pip_overrides_path):
with open(pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
cm_global.pip_overrides = json.load(json_file)
cm_global.pip_overrides['numpy'] = 'numpy<2'
def check_comfyui_hash():