Closed Jziumo closed 7 months ago
I have solved it. I wrote a wrong Windows command as mentioned above. The correct one is as follows:
mklink /D model.ckpt models\ldm\stable-diffusion-v1\model.ckpt
Be sure to put the model.ckpt
file under the relative directory models/ldm/stable-diffusion-v1
before running the command. And then a soft link file will appear in the root directory.
I download sd-v1-4.ckpt file on hugging face and put it in
models/ldm/stable-diffusion-v1
. Then I don't know how to link the file becauseln -s
cmd cannot be identified in Windows cmd. Instead, I run command:Then it reports
Access Denied
. I am not sure if my operation is correct.