Open Lilien86 opened 3 months ago
I went to 1.26.4
pip install numpy==1.26.4
But yeah the default environment setup by comfy-cli is invalid :(
Reproduced on windows only. @telamonian found this issue that might be related:
https://github.com/pytorch/pytorch/issues/131668#issuecomment-2307447045
@Lilien86 Can you update to the latest and try now? @telamonian did a patch for windows.
Should work with --fast-deps
comfy install --fast-deps
I will try ! But I don't understand how to download comfy-cli with the .zip folder, can you explain please ?
@Lilien86 To update, run pip install --upgrade comfy-cli
Then run comfy -v
to confirm the new version.
Then reinstall comfy install --fast-deps --restore
to reinstall all of the ComfyUI dependencies as well.
When launching ComfyUI, the following error occurs:
Explination :
This error indicates that the installed version of NumPy (2.1.0) is incompatible with modules that were compiled using NumPy 1.x. NumPy 2.x is not backward compatible with 1.x, leading to potential crashes or failures. The error message suggests downgrading to a NumPy version less than 2 or upgrading the affected modules.
Issue While Downgrading NumPy
When attempting to downgrade NumPy to version 1.23.5, the following error occurs: