Vorbereitung der Umwelt
Windows用户需特别注意依赖项和路径格式差异:
关键解决步骤
- Python-Umgebung:推荐使用Anaconda创建专用环境
conda create -n photo_restore python=3.7
- CUDA配置::
- 确认NVIDIA驱动版本≥456.71
- 安装对应版本的CUDA Toolkit 11.1
- validieren (eine Theorie)
nvcc --version
Ausfuhren
- 常见错误处理::
- 路径错误:所有路径改为正斜杠,如
C:/Users/Photos/input
- DLL缺失:安装Visual Studio 2019的C++编译工具
- 显存不足:添加
--batch_size 1
Parameter
- 路径错误:所有路径改为正斜杠,如
alternativ
推荐使用Docker镜像:docker pull microsoft/photo-restore
避免环境问题
Diese Antwort stammt aus dem ArtikelOPR: das KI-Tool, das vergilbte, abgenutzte alte Fotos auf intelligente Weise wiederherstelltDie