1473725334
Results
4
comments of
1473725334
> Is it settled now? I have the same problem 现在安装应该不会出错
> > 大家好,我遇到了同样的问题,下面是我解决问题的方法:文件位于:“ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo\prompt_enhancer_nodes.py”只需修改增强程序如下,你就会看到明显的速度提升:之前:17'之后:在我的 3080 上为 6'。 > > ``` > > def enhance( > > self, > > prompt, > > prompt_enhancer: comfy.model_patcher.ModelPatcher, > > image_prompt: torch.Tensor = None, >...