No module 'xformers'. Proceeding without it. C:\Users\~\stable-diffusion-webui-directml\venv\lib\site-packages\pytorch_lightning\utilities\distributed.py:258: LightningDeprecationWarning: `pytorch_lightning.utilities.distributed.rank_zero_only` has been deprecated in v1.8.1 and will be removed in ...
I need a fast prime factorization algorithm, not only for itself, but for usage in many other algorithms like calculating the Eulerphi(n). I have tried other algorithms from Wikipedia and such but either I couldn't understand them (ECM) or I couldn't create a working implementation from th...