Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paperspace, comfyui and efficiency-nodes-comfyui problem #25

Open
TooAiArt opened this issue Dec 22, 2023 · 1 comment
Open

paperspace, comfyui and efficiency-nodes-comfyui problem #25

TooAiArt opened this issue Dec 22, 2023 · 1 comment

Comments

@TooAiArt
Copy link

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

@TheLastBen
Copy link
Owner

I'll check it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants