Kolors可图与腾讯HunyuanDiT混元文生图大模型如何截取comyui中使用?
网友回复
1、Kolors安装使用
先安装ComfyUI-Manager,下载这个项目源码放到comfyui的custom_node的Comfyui-Manager中,注意目录顺序不要错:
https://github.com/ltdrdata/ComfyUI-Manager
通过ComfyUI Manager来搜索ComfyUI-KwaiKolorsWrapper安装KwaiKolorsWrapper插件使用
然后点击重启comyui。
下载相关的模型,最后加载example下的kolor工作流即可
2、腾讯hunyuandit安装使用:
下载源码首先,从GitHub下载HunyuanDiT的源码:
git clone https://github.com/Tencent/HunyuanDiT cd HunyuanDiTDockerfile样例
以下是一个Dockerfile样例,用于构建包含HunyuanDiT的Docker镜像。请注意,COPY HunyuanDiT/ /app/HunyuanDiT/ 这行命令需要根据实际的HunyuanDiT源码下载存放位置进行调整。
FROM pytorch/pytorch:2.2.1-cuda12.1-cudnn8-runtime ARG DEBIAN_FRONTEND=noninteractive WORKDIR /app RUN pip install --user nvidia-pyindex RUN pip confi...
点击查看剩余70%