+
94
-

Kolors可图与腾讯HunyuanDiT混元文生图大模型如何截取comyui中使用?

Kolors可图与腾讯HunyuanDiT混元文生图大模型如何截取comyui中使用?


网友回复

+
10
-

1、Kolors安装使用

先安装ComfyUI-Manager,下载这个项目源码放到comfyui的custom_node的Comfyui-Manager中,注意目录顺序不要错:

800_auto

https://github.com/ltdrdata/ComfyUI-Manager

通过ComfyUI Manager来搜索ComfyUI-KwaiKolorsWrapper安装KwaiKolorsWrapper插件使用

800_auto

然后点击重启comyui。

800_auto

下载相关的模型,最后加载example下的kolor工作流即可

800_auto

800_auto

2、腾讯hunyuandit安装使用:

下载源码

首先,从GitHub下载HunyuanDiT的源码:

git clone https://github.com/Tencent/HunyuanDiT
cd HunyuanDiT
Dockerfile样例

以下是一个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%

我知道答案,我要回答