UuuNyaa / blender_motion_generate_tools

motion_generate_tools is a Blender addon for generate motion using MDM: Human Motion Diffusion Model.
GNU General Public License v3.0
104 stars 9 forks source link

CLIP Model not found #2

Open KadirErturk4r opened 1 year ago

KadirErturk4r commented 1 year ago

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 commented 1 year ago

What happens when you press the Download CLIP Model button?

erturkkadir commented 1 year ago

Noting happen

UuuNyaa commented 1 year ago

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 commented 1 year ago

Ä° literally followed the steps on the link. Somehow not able to download CLÄ°P. Ä°s there any required files/action

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: UuuNyaa @.> Sent: Monday, January 2, 2023 2:10:49 PM To: UuuNyaa/blender_motion_generate_tools @.> Cc: Kadir Erturk @.>; Author @.> Subject: [EXTERNAL] Re: [UuuNyaa/blender_motion_generate_tools] CLIP Model not found (Issue #2)

It's a strange behavior 🤔 . Did you install the addon using steps in the following URL? https: //github. com/UuuNyaa/blender_motion_generate_tools#installation You must first press Update Python Modules or with CUDA button. And then press the

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.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/UuuNyaa/blender_motion_generate_tools/issues/2*issuecomment-1369241251__;Iw!!Db5-Glse!afYzfaDlguYyAu4iX46DrwWqllfaLAWQpTzNn9VPnsmkOh0rlmSWdlPPWIbu4Qz8_qa506hpnU21y7iBP_em7unB$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ALTYYSRJB32LCSB3ZRIRZ7TWQNG6TANCNFSM6AAAAAATPAWNCI__;!!Db5-Glse!afYzfaDlguYyAu4iX46DrwWqllfaLAWQpTzNn9VPnsmkOh0rlmSWdlPPWIbu4Qz8_qa506hpnU21y7iBP2AE0Syy$. You are receiving this because you authored the thread.Message ID: @.***>


This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing, or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation.

Ce courriel et toute pièce jointe peuvent contenir des renseignements confidentiels, privilégiés ou légaux. Si cet envoi ne s'adresse pas à vous ou si vous l'avez reçu par erreur, vous devez le supprimer. Il est interdit de conserver, distribuer, communiquer ou utiliser les renseignements qu'il contient. Nous vous prions de nous signaler toute erreur par courriel. Merci de votre collaboration.

UuuNyaa commented 1 year ago

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 commented 1 year ago

no good news.

image

image

I assume 3.3.2 is same as 3.3 LTS.

KadirErturk4r commented 1 year ago

and also here is the logs

image

UuuNyaa commented 1 year ago

You must checked all Required Python Modules. image

And then press the Download CLIP Model button.

KadirErturk4r commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

here it is; image

KadirErturk4r commented 1 year ago

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

KadirErturk4r commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

image

same result.

UuuNyaa commented 1 year ago

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