11 2024 档案
摘要:一、常用命令 1.查看镜像源 pip config get global.index-url 2.永久设置镜像源 如下设置清华镜像源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 3.安装某个模块临时
阅读全文
摘要:AI换装项目 1.https://github.com/levihsu/OOTDiffusion 5.6k stars 2.https://github.com/yisol/IDM-VTON 4k stars 3.https://github.com/Zheng-Chong/CatVTON 轻量级
阅读全文
摘要:原因分析 因为机器安装了clash工具,开启了系统代的原因.(真正什么原理,这里还是不清楚,后续弄明白真正原因) 解决办法 git config --global http.proxy htttp://127.0.0.1:{prot} # {prot}: 自身vpn端口号 git config --
阅读全文