Remove the need for --generate-api-stubs

This commit is contained in:
Jacob Segal
2025-07-25 14:32:27 -07:00
parent b45a110de6
commit 689db36073
3 changed files with 1 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ import logging
import importlib
# Add ComfyUI to path so we can import modules
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from comfy_api.internal.async_to_sync import AsyncToSyncConverter
from comfy_api.version_list import supported_versions