-
Notifications
You must be signed in to change notification settings - Fork 25
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
module diffusers has no attribute ConsisIDTransformer3DModel #22
Comments
We have update requirements.txt, please reinstall the env. Or you can try |
Reinstalled it 5 times but still the same issue with diffusers. The requirements.txt seems to download an old version every time. pip install -r requirements.txt (with manually modified) did not work. After copy the new requirements, deleting env and install again, another error occures in egg_info (xformers) or when breaking install, modify requirements and then go on installing: × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
This might be a question about |
Would not solve the issue with the ancient requirements.txt, which is keeping downloading. Skipping xformers brings the diffuser problem again. |
still this error? |
Yes, still the ConsisIDTransformer3DModel problem. |
have you successfully install |
After installing it, a new error occures: Cannot find module moviepy |
|
Needed to install insidefaces==0.7.3, onnxruntime-gpu==1.19.2, facexlib==0.3.0, spandrel==0.4.0 and now it looks for skvideo which is not in the requirements, and trying to install that fails with "cannot find a suitable module" |
It looks like some packages in requirements.txt are not installed successfully. Is your python version is |
is your |
python is 3.12.8 but in pinokio the version 3.10.15 is installed. Torch is 2.5.1. I forced Torch to 2.3.1 but then a similar problem occures, it cannot determine the cuda version because of missing file (maybe bin/nvcc?) maybe cuda_home is not set? |
you can try uninstall |
I think I repaired my installation. I reverted following from requirements: |
Cool! |
Yes but latter one even did not work, maybe because python in pinokio is not the newest? Video at 46% without errors so far. |
"C:\Users\user\Downloads\ConsisID-241204\ConsisID.glut\lib\site-packages\diffusers\utils\import_utils.py", line 846, in getattr
raise AttributeError(f"module {self.name} has no attribute {name}")
AttributeError: module diffusers has no attribute ConsisIDTransformer3DModel. Did you mean: 'CogVideoXTransformer3DModel'?
why i meet the error ?
The text was updated successfully, but these errors were encountered: