TheMistoAI/ComfyUI-Anyline

Model not found locally, downloading from HuggingFace...

DavidMetaphysic opened this issue · 0 comments

Related issue: #2

Always redownloading MTEED.pth
image

In the code, it actually downloads this file to the ./checkpoints/AnyLine/ subdirectory: https://github.com/TheMistoAI/ComfyUI-Anyline/blob/main/anyline.py#L40

But then it checks for the existence of this file in the ./checkpoints parent directory: https://github.com/TheMistoAI/ComfyUI-Anyline/blob/main/anyline.py#L33-L34

I had to manually move the file to resolve the problem:
cp Anyline/MTEED.pth ./

After copying the file, it works as expected:
image