crystian / ComfyUI-Crystools

A powerful set of tools for ComfyUI
MIT License
697 stars 33 forks source link

Error during Crystools installation #95

Closed magicpigomg closed 1 month ago

magicpigomg commented 1 month ago

Describe the bug
Error during Crystools installation

Screenshots
Screenshot_6 Screenshot_5 Screenshot_4

Error in console:
[Crystools INFO] Crystools version: 1.15.1 Traceback (most recent call last): File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1931, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools__init__.py", line 24, in from .server import File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\server__init__.py", line 1, in from .monitor import File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\server\monitor.py", line 4, in from ..general import cmonitor File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\general__init__.py", line 1, in from .monitor import * File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\general\monitor.py", line 5, in from .hardware import CHardwareInfo File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\general\hardware.py", line 4, in from .gpu import CGPUInfo File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\general\gpu.py", line 6, in from pyrsmi import rocml ModuleNotFoundError: No module named 'pyrsmi'

Cannot import D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools module for custom nodes: No module named 'pyrsmi'

Versions:

** Python version: 3.11.8 (tags/v3.11.8:db85d51, Feb  6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
Total VRAM 12282 MB, total RAM 31895 MB
Set vram state to: NORMAL_VRAM
[Crystools INFO] Crystools version: 1.15.1
### Loading: ComfyUI-Manager (V2.48.2)
### ComfyUI Revision: 2425 [c24f8973] | Released on '2024-07-31'
m-rdev commented 1 month ago

Hi, I had the same problem. You can install pyrmsi by yourself with 'pip install pyrsmi', it seems to work well.

magicpigomg commented 1 month ago

Hi, I had the same problem. You can install pyrmsi by yourself with 'pip install pyrsmi', it seems to work well.

Hi, I deleted and reinstalled, but the error, as I understand it, remains. Maybe a screenshot will help to better understand what's wrong.

Requirement already satisfied: pyrsmi in c:\users\artem\appdata\local\programs\python\python310\lib\site-packages (0.0.6)

Screenshot_7

crystian commented 1 month ago

Crystools Updated! Please try to updated (should be 1.16.0) @magicpigomg