创建独立的项目运行环境
D:\szm\software\fastblend\app2>python -m venv D:\szm\software\fastblend\app
然后切换到D:\szm\software\fastblend\app 目录
python cuda版本 查询===========================
要查询Python的CUDA版本,可以使用以下命令行指令来获取信息:
# 在Linux或Mac上运行
nvcc --version
# 在Windows上运行(需安装NVIDIA驱动)
nvidia-smi
常见pip镜像源(国内源)
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
按照新包 指定镜像地址==================================
D:\szm\software\fastblend\app>scripts\pip install gradio numpy imageio imageio[ffmpeg] opencv-python-headless tqdm cupy-cuda12x -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
scripts\pip install cupy-cuda12x -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting gradio
Downloading http://mirrors.aliyun.com/pypi/packages/77/be/18e65093f8841b6ebaf09bc1539735a6fcb09a17d202d03d040387eb95cc/gradio-4.7.1-py3-none-any.whl (16.5 MB)
--------------------- ------------------ 8.9/16.5 MB 774.3 kB/s eta 0:00:10
卸载包
D:\szm\software\fastblend\app2>scripts\pip uninstall cupy_cuda12x
运行脚本
D:\szm\software\fastblend\app2>python independent_webui.py