You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for making this!
Please review how this is importing fastapi - may be a capitalization error? Not sure if something changed between versions of fastapi but trying to run lextools consistently throws this error:
Traceback (most recent call last):
File "D:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "D:\ComfyUI\custom_nodes\ComfyUI-LexTools\__init__.py", line 2, in <module>
from .nodes import SegformerNode,ImageCaptioningNode,ImageProcessingNode
File "D:\ComfyUI\custom_nodes\ComfyUI-LexTools\nodes\ImageProcessingNode.py", line 2, in <module>
from fastapi import FastApi
ImportError: cannot import name 'FastApi' from 'fastapi' (D:\ComfyUI\venv\Lib\site-packages\fastapi\__init__.py)
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for making this!
Please review how this is importing fastapi - may be a capitalization error? Not sure if something changed between versions of fastapi but trying to run lextools consistently throws this error:
The text was updated successfully, but these errors were encountered: