liusida / ComfyUI-SD3-nodes

Nodes that support Stable Diffusion 3 Medium
GNU General Public License v3.0
5 stars 2 forks source link

ModuleNotFoundError: No module named 'comfy_extras.nodes_sd3' #3

Open BAK-HOME opened 3 months ago

BAK-HOME commented 3 months ago

I run comfyui in ubuntu22.04. After installing the node ComfyUI-SD3-nodes, I get this error. No module named 'comfy_extras.nodes_sd3', and the corresponding error is: Traceback (most recent call last): File "/home/comfyui/nodes.py", line 1887, 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 "/home/comfyui/custom_nodes/ComfyUI-SD3-nodes/init.py", line 2, in from .nodes.sd3_load_clips import * File "/home/comfyui/custom_nodes/ComfyUI-SD3-nodes/nodes/sd3_load_clips.py", line 2, in from comfy_extras.nodes_sd3 import TripleCLIPLoader。 How can we solve this problem?

liusida commented 3 months ago

Please update the ComfyUI to the latest version, and it'll resolve this issue.

liusida commented 3 months ago

You can click "Update All" or "Update ComfyUI" in the middle of this dialog from ComfyUI-Manager: image

Or manually git pull in the ComfyUI directory.