-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When I want to generate 4D content from a monocular video, I met this error:
File "/userhome/4Diffusion-master/threestudio/models/prompt_processors/base.py", line 346, in configure
self.load_text_embeddings()
File "/userhome/4Diffusion-master/threestudio/models/prompt_processors/base.py", line 402, in load_text_embeddings
self.text_embeddings = self.load_from_cache(self.prompt)[None, ...]
File "/userhome/4Diffusion-master/threestudio/models/prompt_processors/base.py", line 420, in load_from_cache
raise FileNotFoundError(
FileNotFoundError: Text embedding file .threestudio_cache/text_embeddings/2c4b12d35cd3ecaf7c28def82abcd4cf.pt for model stabilityai/stable-diffusion-2-1-base and prompt [baby yoda in the style of Mormookiee] not found.
Do you know why this error happened and how can I fix it ?