GithubHelp home page GithubHelp logo

Comments (4)

XmYx avatar XmYx commented on August 14, 2024 1

I think we have talked on Discord, and your installation worked afterall, so closing this issue. Please make sure to reach out on Deforum discord if you are facing any install issues.

from ainodes-engine.

nicholasVANDAL avatar nicholasVANDAL commented on August 14, 2024

when running main.py directly i get this

C:...\ainodes-engine>python main.py
Traceback (most recent call last):
File "C:...\ainodes-engine\main.py", line 5, in
from PyQt6.QtCore import QPropertyAnimation, QEasingCurve
ModuleNotFoundError: No module named 'PyQt6'

from ainodes-engine.

nicholasVANDAL avatar nicholasVANDAL commented on August 14, 2024

I followed the linux instructions and converted them to install for a windows env.
I needed to ensure that I had long path names enabled on the system
https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation

then i ran into some more issues

C:...\ainodes-engine>python main.py
Start aiNodes, please wait. 2023-06-13 16:59:31.041701
Using HF Cache in app dir
Importing from custom_nodes\ainodes_engine_base_nodes
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
C:...\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\torchvision\transforms\functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be removed in 0.17. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional.
warnings.warn(
Importing from custom_nodes\ainodes_engine_deforum_nodes
Importing from custom_nodes\ainodes_engine_iterator_nodes

│ │
│ C:...\GitHub\ainodes-engine\custom_nodes\ainodes_engine_iterator_ │
│ nodes\conditioning_nodes\many_prompts_node.py:12 in │
│ │
│ 9 from ainodes_frontend.node_engine.node_content_widget import QDMNodeContentWidget │
│ 10 from ainodes_frontend.node_engine.utils import dumpException │
│ 11 from ainodes_frontend import singleton as gs │
│ ❱ 12 from pydispatch import dispatcher │
│ 13 │
│ 14 """ │
│ 15 Always change the name of this variable when creating a new Node │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'pydispatch'

so still debugging

from ainodes-engine.

XmYx avatar XmYx commented on August 14, 2024

hey, the error message suggests that you are missing the requirements for the iterator nodes package by osi
please, while in the venv, go through each folder in the custom_nodes folder, and make sure to do a git pull, and pip install -r requirements.txt, as well as in the main repo (ainodes-engine), or run the update_ainodes.bat straight ahead.

from ainodes-engine.

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.