Update zluda.py

This commit is contained in:
patientx 2025-06-12 13:19:59 +03:00 committed by GitHub
parent 11af025690
commit 08784dc90d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,8 +93,8 @@ required_packages = parse_requirements_file(requirements_path)
packages_to_monitor = [ packages_to_monitor = [
"comfyui-frontend-package", "comfyui-frontend-package",
"comfyui-workflow-templates", "comfyui-workflow-templates",
"av" "av",
"comfyui-embedded-docs" "comfyui-embedded-docs",
] ]
for package_name in packages_to_monitor: for package_name in packages_to_monitor: