-
Notifications
You must be signed in to change notification settings - Fork 38
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
Package version #6
Comments
Having same issue. Also I had to install more packages not listed in requirements.txt like trimesh, PyMCubes. |
I encountered the same issue. When the code runs to sd/utils.py line 15, it raises AttributeError: 'tuple' object has no attribute 'get_input_embeddings'. When viewing the content of text_encoder, I observe a tuple of strings: ('transformers', 'CLIPTextModel'). @lukemelas |
I also got the same issue. |
Also have the same issue |
I have the same issue. @lukemelas |
Could anyone have working version that they could share the requirements.txt? |
I also had the same issues with having to manually install a couple of packages (trimesh and PyMCubes) but the latest versions for all packages worked for me...except for one, which leads to the attribute error @WenjiaR was talking about. The library
I'm not sure what's causing the issue between the different versions, and I'm also not sure if this version of |
As @ManuelSerna suggested, I tried realfusion/textual-inversion/textual_inversion.py Lines 83 to 89 in 45c55eb
|
Hi @lukemelas, thanks for releasing your great work!
Could you please release the version of the packages you are using as well (e.g. direct export of your python environment)? I am trying out your code but there are some random issues. For example, stable_diffusion_model.text_encoder now gives a tuple of strings instead of the clip text model (looks like a version issue).
The text was updated successfully, but these errors were encountered: