Git Product home page Git Product logo

Comments (17)

yotraxxx avatar yotraxxx commented on July 29, 2024 3

Issue solved on my side by call a "pip install diffusers" with comfyui Manager/Install PIP Packages menu !

from comfyui-layerdiffuse.

MokkaBoss1 avatar MokkaBoss1 commented on July 29, 2024 2

I have this issue too. In the console it says

Traceback (most recent call last):
File "F:\comfynew\ComfyUI\ComfyUI\nodes.py", line 1887, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse-main_init
.py", line 1, in
from .layered_diffusion import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse-main\layered_diffusion.py", line 17, in
from .lib_layerdiffusion.models import TransparentVAEDecoder
File "F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse-main\lib_layerdiffusion\models.py", line 22, in
check_diffusers_version()
File "F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse-main\lib_layerdiffusion\models.py", line 17, in check_diffusers_version
assert parse(diffusers.version) >= parse(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: diffusers>=0.25.0 requirement not satisfied. Please install correct diffusers version.

Cannot import F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse-main module for custom nodes: diffusers>=0.25.0 requirement not satisfied. Please install correct diffusers version.

Loading: ComfyUI-Manager (V2.9)

ComfyUI Revision: 2052 [55f37baa] | Released on '2024-03-07'

Import times for custom nodes:
0.5 seconds: F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager
6.2 seconds (IMPORT FAILED): F:\comfynew\ComfyUI\ComfyUI\custom_nodes\ComfyUI-layerdiffuse-main

you might think reading this that I have the wrong version of diffusers but I checked and I have 0.25.0

from comfyui-layerdiffuse.

MokkaBoss1 avatar MokkaBoss1 commented on July 29, 2024 1

yes works for me too now. For others looking here I went to the comfyui manager and in the experimental section (bottom left) I selected the option "Install PIP Packages". Then in the popup I entered "Diffusers" and then restarted comfyUI. I then tried to reinstall the custom node and it loaded without errors.

Thanks for the help.

from comfyui-layerdiffuse.

max140x avatar max140x commented on July 29, 2024 1

yes works for me too now. For others looking here I went to the comfyui manager and in the experimental section (bottom left) I selected the option "Install PIP Packages". Then in the popup I entered "Diffusers" and then restarted comfyUI. I then tried to reinstall the custom node and it loaded without errors.

Thanks for the help.

i do than but without reinstall the node just restart comfyUi and it's work thanks bro

from comfyui-layerdiffuse.

yotraxxx avatar yotraxxx commented on July 29, 2024

Exactly same issue here :-/

from comfyui-layerdiffuse.

HotHams avatar HotHams commented on July 29, 2024

Also having this issue. Any suggestions?

from comfyui-layerdiffuse.

Xiahussheng avatar Xiahussheng commented on July 29, 2024

Exactly same issue here :-/

from comfyui-layerdiffuse.

polarsky89 avatar polarsky89 commented on July 29, 2024

Make sure you update comfy's python packages, not the system python packages. Don't use PowerShell, just go with cmd

from comfyui-layerdiffuse.

MokkaBoss1 avatar MokkaBoss1 commented on July 29, 2024

by chance do you mean to do this:

pip install --upgrade pip
pip list --outdated --format=freeze | grep -v '^-e' | cut -d = -f 1 | xargs -n1 pip install -U

from comfyui-layerdiffuse.

polarsky89 avatar polarsky89 commented on July 29, 2024

That's the way to upgrade system python. In cmd (not powershell) go to python_embedded folder in your comfy standalone install folder, and start with python.exe
like this:
ComfyUI_windows_portable\python_embeded>python.exe pip and do your thing. You can also check the installed versions by using pip show

from comfyui-layerdiffuse.

MokkaBoss1 avatar MokkaBoss1 commented on July 29, 2024

just a thought would not executing the update bat file do the same?

update_comfyui_and_python_dependencies.bat - it is stored in the ComfyUi update folder

thanks

from comfyui-layerdiffuse.

MokkaBoss1 avatar MokkaBoss1 commented on July 29, 2024

ok great! Have you published the update?

from comfyui-layerdiffuse.

Xiahussheng avatar Xiahussheng commented on July 29, 2024

Issue solved on my side by call a "pip install diffusers" with comfyui Manager/Install PIP Packages menu !通过使用 comfyui Manager/Install PIP Packages 菜单调用“pip install diffusers”,我这边解决了问题!

it works!

from comfyui-layerdiffuse.

max140x avatar max140x commented on July 29, 2024

Issue solved on my side by call a "pip install diffusers" with comfyui Manager/Install PIP Packages menu !

thanksssssssssssssssssssssssssssss it's work for me

from comfyui-layerdiffuse.

MokkaBoss1 avatar MokkaBoss1 commented on July 29, 2024

from comfyui-layerdiffuse.

HotHams avatar HotHams commented on July 29, 2024

Thank you so much, everyone. Got it working on my end thanks to this thread!

from comfyui-layerdiffuse.

HardwayLinka avatar HardwayLinka commented on July 29, 2024

Issue solved on my side by call a "pip install diffusers" with comfyui Manager/Install PIP Packages menu !

where is the "comfyui Manager/Install PIP Packages"

from comfyui-layerdiffuse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.