Closed Orenji-Tangerine closed 3 months ago
changed the error reporting
i meet the same promple "No module named 'fused_layer_norm_cuda", how to fix it
uninstall apex
i run "pip uninstall apex", but still have this problem
Maybe u try to see if it uninstalled with command pip list apex...
I got a prompt please 'pip install apex' on the console screen, but this PuLID runs fine without this on ComfyUI. I then proceed to install this Apex (Im using Windows), via python setup.py install after git clone this Apex. The previous warning about installing Apex is gone but PuLID cannot run after this and specifically got this warning: [No module named 'fused_layer_norm_cuda'] on my ComfyUI console. The Pytorch is 2.1.2 + CU 11.8.
I rolled back by uninstalling Apex, and PuLID works again. Im just wondering if a proper Apex actually speeds up the process? If yes, which version shall I install and how shall I do? Im not that tech-savvy and am just an average SD user. Please help... Thanks in advance.