Model not found locally, downloading from HuggingFace...
DavidMetaphysic opened this issue · 0 comments
DavidMetaphysic commented
Related issue: #2
Always redownloading MTEED.pth
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 ./