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
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools_init_.py", line 13, in
from .IFChatPromptNode import IFChatPrompt
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 26, in
from .superflorence import FlorenceModule
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\superflorence.py", line 16, in
from supervision.detection.lmm import from_florence_2
ModuleNotFoundError: No module named 'supervision.detection.lmm'
Cannot import G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: No module named 'supervision.detection.lmm'
The text was updated successfully, but these errors were encountered:
python_embeded>python -s -m pip install florence_2
WARNING: Ignoring invalid distribution - (g:\comfyui+animatediff\python_embeded\lib\site-packages)
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://pypi.ngc.nvidia.com/
ERROR: Could not find a version that satisfies the requirement florence_2 (from versions: none)
ERROR: No matching distribution found for florence_2
I am yet to make the tutorial on how to use this the florence should come up when you use transformer engine and florence2 finetune or base from the list, The others such as flux florence hasn't been teted yet. Selecting florence will attempt to download the model on the LLM folder automatically you might need to have the Huggingface token on your variables, once it is downloaded you should be able to use it without the error.
I am refactoring the code to make this easier and more efficient but florence2 is not a separate module the functionality is coming from my transformers_api file and superflorence so all is in there.
if you still have issues attempt to
python_embeded>python -s -m pip install supervision
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools_init_.py", line 13, in
from .IFChatPromptNode import IFChatPrompt
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 26, in
from .superflorence import FlorenceModule
File "G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\superflorence.py", line 16, in
from supervision.detection.lmm import from_florence_2
ModuleNotFoundError: No module named 'supervision.detection.lmm'
Cannot import G:\comfyUI+AnimateDiff\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: No module named 'supervision.detection.lmm'
The text was updated successfully, but these errors were encountered: