Skip to content

FileNotFoundError #1

@Ysz2022

Description

@Ysz2022

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions