Sohaib Haider Malik
Sohaib Haider Malik
I am running this on GTX 1070 (8Gb VRam, 12Gb DDR3) with a pruned model. Its takes around 6 minutes for a "tryon" demo to complete.
Use ["Pruned model - 4.57 GB"](https://modelscope.cn/models/bdsqlsz/AnyDoor-Pruned/files) I am running it on a GTX 1070 8GB VRAM GPU (utilizing 2GB from Shared Memory - Total 10GB)
I solved it by modifying "util.py" function: ``` def convert_path (pathname): if os.sep == '/': return pathname if not pathname: return pathname if pathname[0] == '/': raise ValueError("path '%s' cannot...
Had similar issue with "conda" but it worked with "pip", only issue that occurs was building "share" wheel you may check my solution on this issue #33