visual-chatgpt
visual-chatgpt copied to clipboard
failed to create symbolic link
I get the following error: ln: failed to create symbolic link './ldm/ldm': No such file or directory
I am using the anaconda powershell in windows
What command did you use? The one in download.sh is ln -s ControlNet/ldm ./ldm
, which does not include './ldm/ldm'
I used that command, the one in download.sh. What command should I use?
That is the correct command, but for linux. if you are on windows, you can use mklink
to make the symbolic link. Also, you could try directly copy those three folders to the base folder, so that you don't need to deal with the symbolic link.