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

CLIP Model not found #2

Open
KadirErturk4r opened this issue Jan 2, 2023 · 16 comments
Open

CLIP Model not found #2

KadirErturk4r opened this issue Jan 2, 2023 · 16 comments

Comments

@KadirErturk4r
Copy link

I've installed CLIP via pip install git+https://github.com/openai/CLIP.git
but still get CLIP Model not found here

image

I am using Blender 3.4.1

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 2, 2023

What happens when you press the Download CLIP Model button?

@erturkkadir
Copy link

Noting happen

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 2, 2023

It's a strange behavior 🤔.

Did you install the addon using steps in the following URL?

You must first press Update Python Modules or with CUDA button. And then press the Download CLIP Model button.

@KadirErturk4r
Copy link
Author

KadirErturk4r commented Jan 2, 2023 via email

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 2, 2023

Is there any required files/action

No other files or actions required.

Maybe the Blender version is the cause.
Could you test it using Blender 3.3 LTS?

@KadirErturk4r
Copy link
Author

no good news.

image

image

I assume 3.3.2 is same as 3.3 LTS.

@KadirErturk4r
Copy link
Author

and also here is the logs

image

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 3, 2023

You must checked all Required Python Modules.
image

And then press the Download CLIP Model button.

@KadirErturk4r
Copy link
Author

seems like Python settings confusion between Blender and my comp.
Blender comes with its Python (3.10) and my computer push to use 3.9, and no settings to force blender to use mine.
Thanks

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 3, 2023

Thanks for the test and report.
Unfortunately, there seems to be no solution at the moment 😢

For future reference, please share the List Python Modules results log.
image

@KadirErturk4r
Copy link
Author

here it is;
image

@KadirErturk4r
Copy link
Author

even though the list says packages are installed, the required modules show not installed. It is a bit strange

@KadirErturk4r
Copy link
Author

good news.
I removed the Python310 folder under ...\AppData\Roaming\Python and problems solved
Looks like there is confusion between python versions under roaming.

bad news:
encountered another issue

After loading script (smpl_model...) and click the Generate Motion button I got the following

image

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 4, 2023

Thanks for testing.

I released v0.0.5 that relays exceptions during motion generation.
https://github.com/UuuNyaa/blender_motion_generate_tools/releases

So please test it when you have time.

@KadirErturk4r
Copy link
Author

image

same result.

@UuuNyaa
Copy link
Owner

UuuNyaa commented Jan 5, 2023

Thanks for testing, but the error message is puzzling... 🤔

Please try the following steps:

  1. Uninstall the addon
  2. Restart Blender
  3. Install the addon
  4. Install Python modules and CLIP model
  5. Restart Blender
  6. Test the addon

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

3 participants