You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raceback (most recent call last):
File "F:\ComfyUI-aki-v1.3\nodes.py", line 2089, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper_init.py", line 2, in
from .model_loading import NODE_CLASS_MAPPINGS as MODEL_CLASS, NODE_DISPLAY_NAME_MAPPINGS as MODEL_DISPLAY
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 40, in
from diffusers.models import AutoencoderKLCogVideoX
File "", line 1075, in _handle_fromlist
File "F:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\utils\import_utils.py", line 910, in getattr
module = self._get_module(self._class_to_module[name])
File "F:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\utils\import_utils.py", line 922, in _get_module
raise RuntimeError(
RuntimeError: Failed to import diffusers.models.autoencoders.autoencoder_kl_cogvideox because of the following error (look up to see its traceback):
CUDA Setup failed despite GPU being available. Please run the following command to get more information:
python -m bitsandbytes
Inspect the output of the command and see if you can locate CUDA libraries. You might need to add them
to your LD_LIBRARY_PATH. If you suspect a bug, please take the information from python -m bitsandbytes
and open an issue at: https://github.com/TimDettmers/bitsandbytes/issues
Cannot import F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper module for custom nodes: Failed to import diffusers.models.autoencoders.autoencoder_kl_cogvideox because of the following error (look up to see its traceback):
CUDA Setup failed despite GPU being available. Please run the following command to get more information:
python -m bitsandbytes
Inspect the output of the command and see if you can locate CUDA libraries. You might need to add them
to your LD_LIBRARY_PATH. If you suspect a bug, please take the information from python -m bitsandbytes
and open an issue at: https://github.com/TimDettmers/bitsandbytes/issues
The text was updated successfully, but these errors were encountered:
raceback (most recent call last):
File "F:\ComfyUI-aki-v1.3\nodes.py", line 2089, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper_init.py", line 2, in
from .model_loading import NODE_CLASS_MAPPINGS as MODEL_CLASS, NODE_DISPLAY_NAME_MAPPINGS as MODEL_DISPLAY
File "F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper\model_loading.py", line 40, in
from diffusers.models import AutoencoderKLCogVideoX
File "", line 1075, in _handle_fromlist
File "F:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\utils\import_utils.py", line 910, in getattr
module = self._get_module(self._class_to_module[name])
File "F:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\utils\import_utils.py", line 922, in _get_module
raise RuntimeError(
RuntimeError: Failed to import diffusers.models.autoencoders.autoencoder_kl_cogvideox because of the following error (look up to see its traceback):
Cannot import F:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper module for custom nodes: Failed to import diffusers.models.autoencoders.autoencoder_kl_cogvideox because of the following error (look up to see its traceback):
The text was updated successfully, but these errors were encountered: