另外,你链接到了错误的剪辑模型:正确的是 umt5_xxl_fp8_e4m3fn_scaled.safetensors。在使用 KSampler 的 Triton 模块时也遇到了问题。在 YouTube 上找到了解决方案:
4) 进入 ComfyUI 的 Python 嵌入文件夹中的命令提示符,然后运行:python.exe m pip install U tritonwindows
5) 同样在该位置运行:python.exe m pip install sageattention
6) 重启 ComfyUI,应该就能正常运行了。 |
|