Closed Nineves closed 1 year ago
I am also facing the same issue.
I tried with the link provided in #260 but still got errors.
curl -L $(yadisk-direct https://disk.yandex.ru/d/kHJkc7bs7mKIVA) -o big-lama.zip Traceback (most recent call last): File "/home/wangyuxi/miniconda3/envs/lama/bin/yadisk-direct", line 8, in <module> sys.exit(main()) File "/home/wangyuxi/miniconda3/envs/lama/lib/python3.6/site-packages/wldhx/yadisk_direct/main.py", line 23, in main print(*[get_real_direct_link(x) for x in args.sharing_link], sep=args.separator) File "/home/wangyuxi/miniconda3/envs/lama/lib/python3.6/site-packages/wldhx/yadisk_direct/main.py", line 23, in <listcomp> print(*[get_real_direct_link(x) for x in args.sharing_link], sep=args.separator) File "/home/wangyuxi/miniconda3/envs/lama/lib/python3.6/site-packages/wldhx/yadisk_direct/main.py", line 12, in get_real_direct_link return pk_request.json()['href'] KeyError: 'href' curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information
Whether you have solved?
I tried with the link provided in #260 but still got errors.
curl -L $(yadisk-direct https://disk.yandex.ru/d/kHJkc7bs7mKIVA) -o big-lama.zip Traceback (most recent call last): File "/home/wangyuxi/miniconda3/envs/lama/bin/yadisk-direct", line 8, in <module> sys.exit(main()) File "/home/wangyuxi/miniconda3/envs/lama/lib/python3.6/site-packages/wldhx/yadisk_direct/main.py", line 23, in main print(*[get_real_direct_link(x) for x in args.sharing_link], sep=args.separator) File "/home/wangyuxi/miniconda3/envs/lama/lib/python3.6/site-packages/wldhx/yadisk_direct/main.py", line 23, in <listcomp> print(*[get_real_direct_link(x) for x in args.sharing_link], sep=args.separator) File "/home/wangyuxi/miniconda3/envs/lama/lib/python3.6/site-packages/wldhx/yadisk_direct/main.py", line 12, in get_real_direct_link return pk_request.json()['href'] KeyError: 'href' curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information
Whether you have solved? Not yet : /
Link for the pretrained model i find it from this repository https://github.com/geekyutao/inpaint-anything you can try downloading the model from this link the results are not quite good as i need .I think this link would be useful for you to run the code https://drive.google.com/drive/folders/1wpY-upCo4GIW4wVPnlMh_ym779lLIG2A
Link for the pretrained model i find it from this repository https://github.com/geekyutao/inpaint-anything you can try downloading the model from this link the results are not quite good as i need .I think this link would be useful for you to run the code https://drive.google.com/drive/folders/1wpY-upCo4GIW4wVPnlMh_ym779lLIG2A
Works for me. Thanks!
Link for the pretrained model i find it from this repository https://github.com/geekyutao/inpaint-anything you can try downloading the model from this link the results are not quite good as i need .I think this link would be useful for you to run the code https://drive.google.com/drive/folders/1wpY-upCo4GIW4wVPnlMh_ym779lLIG2A
Thank you!
Link for the pretrained model i find it from this repository https://github.com/geekyutao/inpaint-anything you can try downloading the model from this link the results are not quite good as i need .I think this link would be useful for you to run the code https://drive.google.com/drive/folders/1wpY-upCo4GIW4wVPnlMh_ym779lLIG2A
Do you find pretrained model for CelebaHQ Dataset ?
I tried with the link provided in #260 but still got errors.