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
Hello, I am running comfyui with the paperspace notebook and everything was working correctly until I installed efficiency-nodes-comfyui (https://github.com/jags111/efficiency-nodes-comfyui). Now I get the following error and I don't know how to solve it (I have searched for errors in the efficiency repository and I haven't found anything, if I install it in Google Colab for example I don't have this error):
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A6000 :
VAE dtype: torch.float32
Using xformers cross attention
Traceback (most recent call last):
File "/notebooks/ComfyUI/main.py", line 76, in
import execution
File "/notebooks/ComfyUI/execution.py", line 12, in
import nodes
File "/notebooks/ComfyUI/nodes.py", line 20, in
import comfy.diffusers_load
File "/notebooks/ComfyUI/comfy/diffusers_load.py", line 4, in
import comfy.sd
File "/notebooks/ComfyUI/comfy/sd.py", line 16, in
from . import model_detection
File "/notebooks/ComfyUI/comfy/model_detection.py", line 1, in
import comfy.supported_models
File "/notebooks/ComfyUI/comfy/supported_models.py", line 5, in
from . import sd1_clip
File "/notebooks/ComfyUI/comfy/sd1_clip.py", line 3, in
from transformers import CLIPTokenizer
File "/usr/local/lib/python3.9/dist-packages/transformers/init.py", line 26, in
from . import dependency_versions_check
File "/usr/local/lib/python3.9/dist-packages/transformers/dependency_versions_check.py", line 57, in
require_version_core(deps[pkg])
File "/usr/local/lib/python3.9/dist-packages/transformers/utils/versions.py", line 117, in require_version_core
return require_version(requirement, hint)
File "/usr/local/lib/python3.9/dist-packages/transformers/utils/versions.py", line 111, in require_version
_compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
File "/usr/local/lib/python3.9/dist-packages/transformers/utils/versions.py", line 44, in _compare_versions
raise ImportError(
ImportError: huggingface-hub>=0.19.3,<1.0 is required for a normal functioning of this module, but found huggingface-hub==0.10.0.
Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main
On the other hand, I run pip install transformers -U, but in theory I already have everything in the latest version.
I'm very noob and I don't know if I have opened the issue correctly on github.
Thanks
The text was updated successfully, but these errors were encountered:
Hello, I am running comfyui with the paperspace notebook and everything was working correctly until I installed efficiency-nodes-comfyui (https://github.com/jags111/efficiency-nodes-comfyui). Now I get the following error and I don't know how to solve it (I have searched for errors in the efficiency repository and I haven't found anything, if I install it in Google Colab for example I don't have this error):
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A6000 :
VAE dtype: torch.float32
Using xformers cross attention
Traceback (most recent call last):
File "/notebooks/ComfyUI/main.py", line 76, in
import execution
File "/notebooks/ComfyUI/execution.py", line 12, in
import nodes
File "/notebooks/ComfyUI/nodes.py", line 20, in
import comfy.diffusers_load
File "/notebooks/ComfyUI/comfy/diffusers_load.py", line 4, in
import comfy.sd
File "/notebooks/ComfyUI/comfy/sd.py", line 16, in
from . import model_detection
File "/notebooks/ComfyUI/comfy/model_detection.py", line 1, in
import comfy.supported_models
File "/notebooks/ComfyUI/comfy/supported_models.py", line 5, in
from . import sd1_clip
File "/notebooks/ComfyUI/comfy/sd1_clip.py", line 3, in
from transformers import CLIPTokenizer
File "/usr/local/lib/python3.9/dist-packages/transformers/init.py", line 26, in
from . import dependency_versions_check
File "/usr/local/lib/python3.9/dist-packages/transformers/dependency_versions_check.py", line 57, in
require_version_core(deps[pkg])
File "/usr/local/lib/python3.9/dist-packages/transformers/utils/versions.py", line 117, in require_version_core
return require_version(requirement, hint)
File "/usr/local/lib/python3.9/dist-packages/transformers/utils/versions.py", line 111, in require_version
_compare_versions(op, got_ver, want_ver, requirement, pkg, hint)
File "/usr/local/lib/python3.9/dist-packages/transformers/utils/versions.py", line 44, in _compare_versions
raise ImportError(
ImportError: huggingface-hub>=0.19.3,<1.0 is required for a normal functioning of this module, but found huggingface-hub==0.10.0.
Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main
On the other hand, I run pip install transformers -U, but in theory I already have everything in the latest version.
I'm very noob and I don't know if I have opened the issue correctly on github.
Thanks
The text was updated successfully, but these errors were encountered: