cubiq / PuLID_ComfyUI

PuLID native implementation for ComfyUI
Apache License 2.0
700 stars 42 forks source link

Please 'pip install apex' prompt on console after installation #55

Closed Orenji-Tangerine closed 3 months ago

Orenji-Tangerine commented 4 months ago

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.

cubiq commented 3 months ago

changed the error reporting

liushh39 commented 3 months ago

i meet the same promple "No module named 'fused_layer_norm_cuda", how to fix it

cubiq commented 3 months ago

uninstall apex

liushh39 commented 3 months ago

i run "pip uninstall apex", but still have this problem

image
Orenji-Tangerine commented 3 months ago

Maybe u try to see if it uninstalled with command pip list apex...