zslefour
zslefour
Thank you! I compiled successfully for Windows10 with Visual Studio 2022, CUDA 12.4 and PyTorch 2.5.1 I'm using embeded python 3.11.9 and not using a virtual environment。 -- git clone...
In order to achieve what you want, you just need to replace the code in the _ init _.py like this: ============================================= class FaceRestoreModelLoader: @classmethod def INPUT_TYPES(s): return {"required": {...

请问,该节点需要下载哪些模型?以及放置到什么路径下?
我下载了如下模型后,同样的问题,反而将模型取消,可以正常使用。 
> 我下载了如下模型后,同样的问题,反而将模型取消,可以正常使用。  我尝试了从其他地址下载opus-mt-zh-en模型,它能正常工作了,插件提供的下载地址,模型不适用? https://hf-mirror.com/liam168/trans-opus-mt-zh-en/tree/main
> > 我下载了如下模型后,同样的问题,反而将模型取消,可以正常使用。  > > 我尝试了从其他地址下载opus-mt-zh-en模型,它能正常工作了,插件提供的下载地址,模型不适用? https://hf-mirror.com/liam168/trans-opus-mt-zh-en/tree/main 但有模型与无模型,翻译的速度没什么区别。
> try this one 试试这个?[apex wheels](https://github.com/AlongWY/apex_wheels/releases/tag/v24.4.1) 能提供windows版本的apex wheel吗?谢谢
> I don't know if you have used the proper command. Please **read README.md carefully**. The proper way to compile and install `apex` is: > > pip install -v --disable-pip-version-check...
> try this one 试试这个?[apex wheels](https://github.com/AlongWY/apex_wheels/releases/tag/v24.4.1) Is there a version that supports Windows?