wl-zhao/VPD

An error in dump_nyu_text_embeddings file

aiforworlds opened this issue · 1 comments

There are errors in this file VPD/depth/dump_nyu_text_embeddings line 14,
from clip import FrozenCLIPEmbedderContext
There is no corresponding function FrozenCLIPEmbedderContext in the https://github.com/openai/CLIP.git
In stablediffusion github used FrozenCLIPTextEmbedder to realize encoder for text
So I want to know if there's an error in this code Thank you very much

Hi, thanks for pointing out this. I have fixed the bug, could you try to rerun the script?