ComfyUI/comfy/__init__.py
doctorpangloss f6d3962c77 Fix tests
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-09-23 12:42:12 -07:00

9 lines
275 B
Python

# This file is automatically generated by the build process when version is
# updated in pyproject.toml.
__version__ = "0.3.60"
# This deals with workspace issues
from comfy_compatibility.workspace import auto_patch_workspace_and_restart
auto_patch_workspace_and_restart()