Lazy loaded image
技术分享
trellis-stable-projectorz项目部署疑难记录
00 分钟
2025-1-14
2025-1-14
type
status
date
slug
summary
tags
category
icon
password
trellis-stable-projectorz
IgorAherneUpdated Jan 17, 2025

🤔 疑难解答

1.utils3d安装失败,大概表现为网络错误,clone项目失败,我手动clone安装后,该项目依然无法跳过utils3d的安装,pip list显示是安装成功的,很奇怪,错误代码大致如下
Executing pip install command: "F:\work\AI\trellis-spz\code\venv\Scripts\python.exe" -m pip install --no-cache-dir --isolated "git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8" --verbose Using pip 24.3.1 from F:\work\AI\trellis-spz\code\venv\Lib\site-packages\pip (python 3.11) Looking in indexes: https://mirrors.aliyun.com/pypi/simple Collecting git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057d642626897ec8 Cloning https://github.com/EasternJournalist/utils3d.git (to revision 9a4eb15e4021b67b12c460c7057d642626897ec8) to f:\缓存\temp\pip-req-build-uznjxzpm
解决: 打开/code/install.py
修改第230行为
('pip install "git+https://gitclone.com/github.com/EasternJournalist/utils3d.git"', 'Installing utils3d'),
 
2.huggingface.co 无法访问
解决:首先前面的自动化安装已经添加了python库huggingface_hub,所以我们引用就好了
查看自动化程序文件run-gradio.bat,发现执行的是/code/gradio_main.py文件,所以在这个文件头部添加 os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
 
3.no module named triton
首先检查你install.py文件中是PORTABLE_GIT_BASE = os.path.join(os.path.dirname(__file__), "..", "system", "git")还是PORTABLE_GIT_BASE = os.path.join(os.path.dirname(__file__), "..","tools","git") tools是对的
然后修改这一段
访问下载对应python版本的包,放到/code/whl
手动安装whl文件
 
4.winrror 10055错误 系统缺少足够的缓冲区空间或队列已满,无法执行套接字上的操作
解决:按照官方的说法,此报错主要是因为默认端口数量太少,而此项目UI端口默认是7680,你可以重启电脑(这是临时的,随着系统运行端口数量会被占用)或者修改注册表
  • 启动注册表编辑器。
  • 在注册表中找到以下子项,然后单击【参数】:
    • HKEY_BLOCK_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  • 在“编辑”菜单上,单击“新建”,然后添加以下注册表项:值名称:MaxUserPort 值类型:DWORD值数据:65534有效范围:65534(十进制)
 
致谢:
💡
欢迎您在底部评论区留言,一起交流~
notion image
微信公众号 - 六六姐的小喇叭
CG交流Q群 - 369748859
游戏群 - 485939898
学习途中的一些随笔,
希望对大家有用
💖😎😉🤣😘💕
 
notion image
 
 
 
上一篇
maya视图不以选中物体为中心旋转的解决方法
下一篇
修改VMagicMirror纹理