Giter Club home page Giter Club logo

Comments (5)

kingzhongmu avatar kingzhongmu commented on September 23, 2024 5

I think this problem probably bothers most people who want to try this plugin, authors, Can you compress your local numexpr directory and upload it to github so that everyone can download and decompress it directly into the local $ComfyUI_HOME\python_embeded\Lib\site-packages directory? And make sure your local comfyUI python version is 3.11.6

I have solved it by copying 'numexpr' files to the path $ComfyUI_HOME\python_embeded\Lib\site-packages

from comfyui_fizznodes.

FizzleDorf avatar FizzleDorf commented on September 23, 2024 1

Try installing numexpr: Pip install numexpr or .\python_embed\python.exe -s -m pip install numexpr (for packaged comfy). It seems it isn't being installed from the requirements and I might have to try something else to get it installed properly. Let me know if this solves the issue.

from comfyui_fizznodes.

Laayer-1 avatar Laayer-1 commented on September 23, 2024

Traceback (most recent call last):
File "C:\Blender_ComfyUI\ComfyUI\nodes.py", line 1735, 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 "C:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_FizzNodes_init
.py", line 57, in
from .ScheduledNodes import ValueSchedule, PromptSchedule, PromptScheduleNodeFlow, PromptScheduleNodeFlowEnd, PromptScheduleEncodeSDXL, StringSchedule, BatchPromptSchedule, BatchValueSchedule, BatchPromptScheduleEncodeSDXL #, BatchGLIGENSchedule
File "C:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_FizzNodes\ScheduledNodes.py", line 4, in
import numexpr
ModuleNotFoundError: No module named 'numexpr'

Cannot import C:\Blender_ComfyUI\ComfyUI\custom_nodes\ComfyUI_FizzNodes module for custom nodes: No module named 'numexpr'

from comfyui_fizznodes.

DanielWGAnimateDiff avatar DanielWGAnimateDiff commented on September 23, 2024

I also encountered the same problem, using the command you gave, no, it failed, because comfyUI uses its own python, and this built-in python when executing Install, it will report some exceptions that cannot create a file under disk D. This looks like the first directory where comfyUI python was deployed,It looks a bit like the directory on the computer of the first person who deployed comfyUI python himself

from comfyui_fizznodes.

DanielWGAnimateDiff avatar DanielWGAnimateDiff commented on September 23, 2024

I think this problem probably bothers most people who want to try this plugin, authors, Can you compress your local numexpr directory and upload it to github so that everyone can download and decompress it directly into the local $ComfyUI_HOME\python_embeded\Lib\site-packages directory? And make sure your local comfyUI python version is 3.11.6

from comfyui_fizznodes.

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.