lldacing
lldacing
据我所知可能引起此错误的情况: 1. 任务运行过程中中断了任务,再次运行 2. 切换了`PulidFluxInsightFaceLoader`的`provider` 根本原因: 为了降低显存占用,使用的ComfyUI的提供的显存管理函数动态卸载显存,该管理函数会有一些问题,目前无好的解决办法。 你可以尝试按如下方式修改`pulidflux.py`(如果显存不足会报OOM) As far as I know the situations that may cause this error: 1. the task was interrupted while it was running and...
> Which file should I modify pulidflux.py as you indicated? I can't find this file pulidflux.py. The file path is `ComfyUI/custom_nodes/ComfyUI_PuLID_Flux_ll/pulidflux.py` @Kelvin202503
You need to provide full error logs.
> Traceback (most recent call last): File "C:\Users\miggu\Desktop\AI\ComfyUI\ComfyUI\nodes.py", line 2106, in load_custom_node module_spec.loader.exec_module(module) File "", line 999, in exec_module File "", line 488, in _call_with_frames_removed File "C:\Users\miggu\Desktop\AI\ComfyUI\ComfyUI\custom_nodes\comfyui_pulid_flux_ll__init__.py", line 1, in...
> If the nodes do not load it is because filterpy is not installing and the pip installer tries to get the wrong one. > For the portable version do...
> SOLUTION > >  > > > I have VENV version of comfy for flux stuff. But this fix should work for portable because you are doing it from...
> also you need to write better instructions on your REPO. > > Like, for example, what models to download and what folders they go in > >  >...
> That's it. I've spent over an hour trying to setup your repo in my Comfy, and I have to give up and move on with my life. > >...
> Nothing is working in this thread or anywhere else. This is just straight broken on portable. Python_embeded that comes with comfyui is a compact version. If the installation of...
单独用pip安装下filterpy