Open scapeXghost opened 2 years ago
check if your torch version matched with CUDA version.
I went through the exact same thing and figured out if you install them one by one you'll potentially face this issue. If you instead scroll down to the Automatic Environment Construction with Anaconda section and install with conda env create -f environment.yml (with Anaconda Navigator) that should fix your issue.
Sorry for not responding for a long, long time.
The images have to conform to several requirements written here: https://github.com/pkhungurn/talking-head-anime-3-demo#contraints-on-input-images. Do your images satisfy these requirements?
Hello! I got the code running on my computer and got as far as the imputing the image. However, for every image I attempt to load I get a "Could not load image..." message. I even tried the Kizuna AI image you used as demonstration in the article.
Thank you
Did you ever figure out what was wrong? I'm having the same issue.
I use lambda_00.png, but I can't load image
I use lambda_00.png, but I can't load image
after I install the torch version matched with CUDA version, I can upload image,
Installing with conda env create -f environment.yml (with Anaconda Navigator) fixed my issue with uploading images. As fruitpex mentioned, it is in the Automatic Environment Construction with Anaconda section.
Hello! I got the code running on my computer and got as far as the imputing the image. However, for every image I attempt to load I get a "Could not load image..." message. I even tried the Kizuna AI image you used as demonstration in the article.
Thank you