mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 05:40:49 +08:00
9 lines
274 B
Python
9 lines
274 B
Python
# This file is automatically generated by the build process when version is
|
|
# updated in pyproject.toml.
|
|
__version__ = "0.6.0"
|
|
|
|
# This deals with workspace issues
|
|
from comfy_compatibility.workspace import auto_patch_workspace_and_restart
|
|
|
|
auto_patch_workspace_and_restart()
|