可控⽣成模型 Uni-ControlNet 部署报错 #578
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#578
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
老师,autodl部署 Uni-ControlNet 模型,使用PyTorch 2.3.0 Python 3.12(ubuntu22.04) Cuda 12.1 机器配置,python src/test/test.py命令 报错如下
torchvision 已经是最新版本 0.19.1
pip 也是最新版本
使用ppip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0,重新安装一下依赖试试