kijai / ComfyUI-BrushNet-Wrapper

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

installation error #14

Open longge0126 opened 2 months ago

longge0126 commented 2 months ago

Cannot import E:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BrushNet-Wrapper module for custom nodes: cannot import name 'StableDiffusionMixin' from 'diffusers.pipelines.pipeline_utils' (E:\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_utils.py)

kijai commented 2 months ago

You need to update diffusers version. Common issue since the Manager wont update it if some other node has lower version requirement. Manual way to do so, for windows portable install, run this in your ComfyUI_windows_portable -folder:

python_embeded\python.exe -m pip install -U diffusers

longge0126 commented 2 months ago

You need to update diffusers version. Common issue since the Manager wont update it if some other node has lower version requirement. Manual way to do so, for windows portable install, run this in your ComfyUI_windows_portable -folder:

python_embeded\python.exe -m pip install -U diffusers

hi,ths, another question, does the image loaded have limits(jpg or a particular size)?