SturmB

Nunchaku Version Mismatch

Oct 4th, 2025
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | Software | 0 0
  1.  
  2. ======================================== ComfyUI-nunchaku Initialization ========================================
  3. Nunchaku version: 0.3.1
  4. ComfyUI-nunchaku version: 1.0.1
  5. ComfyUI-nunchaku 1.0.1 is not compatible with nunchaku 0.3.1. Please update nunchaku to a supported version in ['v1.0.0'].
  6. Node `NunchakuFluxDiTLoader` import failed:
  7. Traceback (most recent call last):
  8. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/__init__.py", line 31, in <module>
  9. from .nodes.models.flux import NunchakuFluxDiTLoader
  10. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/nodes/models/flux.py", line 22, in <module>
  11. from ...wrappers.flux import ComfyFluxWrapper
  12. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/wrappers/flux.py", line 15, in <module>
  13. from nunchaku.caching.fbcache import cache_context, create_cache_context
  14. ModuleNotFoundError: No module named 'nunchaku.caching.fbcache'
  15. Node `NunchakuQwenImageDiTLoader` import failed:
  16. Traceback (most recent call last):
  17. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/__init__.py", line 38, in <module>
  18. from .nodes.models.qwenimage import NunchakuQwenImageDiTLoader
  19. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/nodes/models/qwenimage.py", line 14, in <module>
  20. from nunchaku.utils import check_hardware_compatibility, get_gpu_memory, get_precision_from_quantization_config
  21. ImportError: cannot import name 'get_precision_from_quantization_config' from 'nunchaku.utils' (/h-games/stabilitymatrix/Data/Packages/ComfyUI/venv/lib/python3.10/site-packages/nunchaku/utils.py)
  22. Nodes `NunchakuFluxLoraLoader` and `NunchakuFluxLoraStack` import failed:
  23. Traceback (most recent call last):
  24. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/__init__.py", line 45, in <module>
  25. from .nodes.lora.flux import NunchakuFluxLoraLoader, NunchakuFluxLoraStack
  26. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/nodes/lora/flux.py", line 14, in <module>
  27. from ...wrappers.flux import ComfyFluxWrapper
  28. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/wrappers/flux.py", line 15, in <module>
  29. from nunchaku.caching.fbcache import cache_context, create_cache_context
  30. ModuleNotFoundError: No module named 'nunchaku.caching.fbcache'
  31. /h-games/stabilitymatrix/Data/Packages/ComfyUI/venv/lib/python3.10/site-packages/timm/models/layers/__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
  32. warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
  33. Please 'pip install xformers'
  34. Please 'pip install apex'
  35. Please 'pip install xformers'
  36. Nodes `NunchakuPulidApply`,`NunchakuPulidLoader`, `NunchakuPuLIDLoaderV2` and `NunchakuFluxPuLIDApplyV2` import failed:
  37. Traceback (most recent call last):
  38. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/__init__.py", line 69, in <module>
  39. from .nodes.models.pulid import (
  40. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/nodes/models/pulid.py", line 24, in <module>
  41. from ...wrappers.flux import ComfyFluxWrapper
  42. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/wrappers/flux.py", line 15, in <module>
  43. from nunchaku.caching.fbcache import cache_context, create_cache_context
  44. ModuleNotFoundError: No module named 'nunchaku.caching.fbcache'
  45. Nodes `NunchakuFluxIPAdapterApply` and `NunchakuIPAdapterLoader` import failed:
  46. Traceback (most recent call last):
  47. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/__init__.py", line 86, in <module>
  48. from .nodes.models.ipadapter import NunchakuFluxIPAdapterApply, NunchakuIPAdapterLoader
  49. File "/h-games/stabilitymatrix/Data/Packages/ComfyUI/custom_nodes/ComfyUI-nunchaku/nodes/models/ipadapter.py", line 14, in <module>
  50. from nunchaku.models.ip_adapter.diffusers_adapters import apply_IPA_on_pipe
  51. ModuleNotFoundError: No module named 'nunchaku.models.ip_adapter'
  52. 'nunchaku_versions.json' not found. Node will start in minimal mode.
  53. =================================================================================================================
  54.  
Advertisement
Add Comment
Please, Sign In to add comment