ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

cannot import name 'quaternion_to_axis_angle' from 'kornia.geometry.conversions'

Open proteus2000 opened this issue 1 year ago • 1 comments

cannot load module please help

error: ImportError: cannot import name 'quaternion_to_axis_angle' from 'kornia.geometry.conversions'

proteus2000 avatar Feb 13 '24 19:02 proteus2000

Most likely because your package is outdated: Update kornia in your conda environment: pip install --upgrade kornia or pip install --upgrade -r requirements.txt

MrForExample avatar Feb 13 '24 20:02 MrForExample