kijai / ComfyUI-BrushNet-Wrapper

ComfyUI nodes to use BrushNet with Diffusers
Apache License 2.0
109 stars 6 forks source link

about pipeline error.Pls help,txs #27

Open laogu1027 opened 1 month ago

laogu1027 commented 1 month ago

Traceback (most recent call last): File "E:\ai\ComfyUI\nodes.py", line 1876, 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 "E:\ai\ComfyUI\custom_nodes\ComfyUI-BrushNet-Wrapper__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "E:\ai\ComfyUI\custom_nodes\ComfyUI-BrushNet-Wrapper\nodes.py", line 29, in from .brushnet.pipeline_brushnet import StableDiffusionBrushNetPipeline File "E:\ai\ComfyUI\custom_nodes\ComfyUI-BrushNet-Wrapper\brushnet\pipeline_brushnet.py", line 26, in from diffusers.pipelines.pipeline_utils import DiffusionPipeline, StableDiffusionMixin ImportError: cannot import name 'StableDiffusionMixin' from 'diffusers.pipelines.pipeline_utils' (E:\ai\ComfyUI\python\lib\site-packages\diffusers\pipelines\pipeline_utils.py)

kijai commented 1 month ago

Need to update diffusers.

laogu1027 commented 1 month ago

just working on a new comfy. TXS for your reply.