mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 13:50:49 +08:00
5 lines
212 B
Python
5 lines
212 B
Python
# There are some circumstances where comfy/__init__.py may already exist, so let's patch it here too
|
|
from comfy_compatibility.workspace import auto_patch_workspace_and_restart
|
|
|
|
auto_patch_workspace_and_restart()
|