FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

Note: NumExpr detected 32 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8. #83

Open mrseawood opened 5 months ago

mrseawood commented 5 months ago

After install ComfyUI_FizzNodes I get the notice

Note: NumExpr detected 32 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.

anyone know how to solve it. Thanks

FizzleDorf commented 5 months ago

I did some investigating and found out this error message shows when using a conda environment which is probably why I couldn't reproduce the same error. this is just a warning however and pretty harmless as numexpr doesn't really need all available threads to perform calculations. you can read more about it here