DavidMetaphysic

Results 3 issues of DavidMetaphysic

Works fine: ``` docker run -it python:3.9 bash pip install poetry==1.1.15 poetry init poetry add insightface ``` Doesn't work: ``` docker run -it python:3.9 bash pip install poetry==1.2.0 poetry init...

Should fix #17 and #2

Related issue: https://github.com/TheMistoAI/ComfyUI-Anyline/issues/2 Always redownloading `MTEED.pth` ![image](https://github.com/TheMistoAI/ComfyUI-Anyline/assets/99177089/be8f3b6b-5228-45ef-a392-df32a63feeff) 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...