Update zluda.py

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

View File

@ -73,8 +73,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: