kijai / ComfyUI-LivePortraitKJ

ComfyUI nodes for LivePortrait
MIT License
774 stars 53 forks source link

Core Dump Error?? #38

Open SouthbayJay opened 1 week ago

SouthbayJay commented 1 week ago

Good morning! For some reason I started getting this error with is causing ComfyUI to shut down. Not sure what I changed since yesterday (it was working fine) but today it's giving me this error. I updated everything but that didn't help. Any ideas?

To see the GUI go to: http://127.0.0.1:8188 got prompt [rgthree] Using rgthree's optimized recursive execution. [rgthree] First run patching recursive_output_delete_if_changed and recursive_will_execute. [rgthree] Note: If execution seems broken due to forward ComfyUI changes, you can disable the optimization from rgthree settings in ComfyUI. Load appearance_feature_extractor done. Load motion_extractor done. Load warping_module done. Load spade_generator done. Load stitching_retargeting_module done. Could not load library libcudnn_cnn_infer.so.8. Error: libnvrtc.so: cannot open shared object file: No such file or directory Aborted (core dumped) (comfyui_env) user@AI:~/ComfyUI$

image

kijai commented 1 week ago

Can't think of anything I did that would cause that, it's a cuda error and something wants to find cuda toolkit files, but can't.

All I changed since yesterday was to use comfy's device detection to determine what device to use, instead of defaulting to cuda.

SouthbayJay commented 1 week ago

I might be from a custom node I installed from another workflow but I don't remember what was installed recently

SouthbayJay commented 1 week ago

I have a stand alone version of Comfy and the comfy that runs with SwarmUI. I can run it on the SwarmUI without the issue but that doesn't have everything (custom nodes) installed on it like my stand alone version does.. Maybe I need to reinstall Comfy?? That would be a bummer

kijai commented 1 week ago

I have a stand alone version of Comfy and the comfy that runs with SwarmUI. I can run it on the SwarmUI without the issue but that doesn't have everything (custom nodes) installed on it like my stand alone version does.. Maybe I need to reinstall Comfy?? That would be a bummer

I would just try reinstalling/updating pytorch first. It's hard to tell with so many custom nodes out there.

SouthbayJay commented 1 week ago

Ok I'll try that, thank you