ai - turbo diffusion comfy ui
访问量: 28
下面都不用看了。直接参考这里:
1. 安装 comfyui turbodiffusion portable https://github.com/anveshane/Comfyui_turbodiffusion
2. 根据 https://github.com/anveshane/Comfyui_turbodiffusion/issues/24 进行操作。
3. 记得删除triton缓存。即可。
3080 20G下面,速度挺快,60秒左右25张图。(一段视频)。不过质量不太高,需要提示词吧?
目前还不支持 首尾图。
下面都不用看了。
2025.12.30
1. 下载windows版本
2. 安装 .
文件夹选择 c:\ComfyUI_folder
3. 会看到报错
4. 根据报错,问AI,AI告诉我: 需要重装pytorch. ( 参考: https://www.doubao.com/thread/w5c158ffeafd29df3 )
c:\ComfyUI_folder\.venv\Scripts\activate.bat
python -c "import torch; print(torch.cuda.is_available()); print(torch.version.cuda)" 输出 None 的话,就说明是pytorch的问题
所以卸载: pip uninstall torch torchvision torchaudio -y
5. pip3 install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu124 --extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple
参考:https://github.com/anveshane/Comfyui_turbodiffusion
# 打开命令行(如 PowerShell),进入 ComfyUI 的 custom_nodes 目录
cd <你的 ComfyUI 路径>\custom_nodes
# 克隆仓库
git clone https://github.com/anveshane/Comfyui_turbodiffusion.git
重启 comfy ui
下载 model: https://github.com/anveshane/Comfyui_turbodiffusion
下面不建议看,无法使用。原因是 需要用python 的 header 文件编译。portable无法编译
1. 安装好comfy ui . 建议portable
假设安装在 C:\softwares\ComfyUI_windows_portable\
2. 参考:https://www.doubao.com/thread/w3681a549dd86a686
# 打开命令行(如 PowerShell),进入 ComfyUI 的 custom_nodes 目录
cd <你的 ComfyUI 路径>\custom_nodes
# 克隆仓库
git clone https://github.com/anveshane/Comfyui_turbodiffusion.git
# 手动安装这个 hatchling 构建工具
C:\softwares\ComfyUI_windows_portable\python_embeded\python.exe -m pip install hatchling -i https://pypi.tuna.tsinghua.edu.cn/simple
在目标目录下, 直接安装。
PS C:\softwares\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_turbodiffusion> C:\softwares\ComfyUI_windows_portable\python_embeded\python.exe -m pip install .