GithubHelp home page GithubHelp logo

damiannogueiras / ainodes-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xmyx/ainodes-engine

0.0 0.0 0.0 40.57 MB

License: GNU Lesser General Public License v2.1

Shell 0.01% Python 99.87% Batchfile 0.11% Stylus 0.02%

ainodes-engine's Introduction

aiNodes Engine

Main Image

aiNodes is a simple and easy-to-use Python-based AI image / motion picture generator node engine.

A desktop ai centered node engine with a live execution chain, python code editor node, and plug-in support, officially supported by Deforum. We are thankful for many great functions adapted from ComfyUI, and various open-source projects, that make this framework possible to exist.

Please consider becoming a patron if you like this project. There are no benefits or restrictions, but it helps the process greatly. Updates are frequent, and the more time I can spare on the project, the greater things can be implemented. Thank you for being here!

๐Ÿ“š Table of Contents

๐Ÿš€ Introduction

  • Full modularity - download node packs on runtime
  • RIFE (Real-Time Intermediate Flow Estimation) support
  • FILM interpolation integration
  • Coloured background drop
  • Easy node creation with IDE annotations

๐Ÿ”ง Install / Running the App

To get started with aiNodes, follow the steps below:

Requirements:

  1. Python 3.10 (https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe)
  2. Git (https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/Git-2.40.1-64-bit.exe)
  3. nVidia GPU with CUDA and drivers installed

Windows:

  1. Download the 1 Click Installer from the releases on the right menu and run it in a folder of your choice
  2. It will create a virtual environment, and install all dependencies, to start next time, you can use the shortcut on your Desktop.

Linux:

git clone https://github.com/XmYx/ainodes-engine
cd ainodes-engine
pip install virtualenv
python -m virtualenv nodes_env -p=3.10
source nodes_env/bin/activate
pip install -r requirements.txt
cd custom_nodes
git clone https://github.com/XmYx/ainodes_engine_base_nodes
cd ainodes_engine_base_nodes
pip install -r requirements.txt
cd ..
git clone https://github.com/XmYx/ainodes_engine_deforum_nodes
cd ainodes_engine_deforum_nodes
pip install -r requirements.txt

MacOs:

git clone https://github.com/XmYx/ainodes-engine
cd ainodes-engine
pip install virtualenv
python -m virtualenv nodes_env -p=3.10
source nodes_env/bin/activate
pip install -r requirements.txt
cd custom_nodes
git clone https://github.com/XmYx/ainodes_engine_base_nodes
cd ainodes_engine_base_nodes
pip install torch torchvision
pip install -r requirements_mac.txt

launch with:

source nodes_env/bin/activate
python main.py

Once the app is up and running, you can start check the File - Example Graphs option to start creating, and you can also access your model folders from the File menu.

๐Ÿค Contributing

Contributions to the Ainodes Engine are welcome and appreciated. If you find any bugs or issues with the app, please feel free to open an issue or submit a pull request.

๐Ÿ™Œ Features

aiNodes is an open source desktop ai based image / motion generator, editor suite designed to be flexible, and with an Unreal-like execution chain. It natively supports:

  1. Deforum
  2. Stable Diffusion 1.5 / 2.0 / 2.1
  3. Upscalers
  4. Kandinsky
  5. ControlNet
  6. LORAs
  7. Ti Embeddings
  8. Hypernetworks
  9. Background Separation
  10. Human matting / masking
  11. Compositing
  12. Drag and Drop (from discord too)
  13. Subgraphs
  14. Graph saving as metadata in the image file
  15. Graph loading from image metadata

This project came to life thanks to many great backend functions borrowed from ComfyUI, and adapted to work in this unique, live, controllable manner with a strict user declared execution chain, leading to data values possible to be iterated at different points in time in your pipeline.

๐Ÿ’– Support the project

This project is made possible thanks to the wonderful open-source community. If you appreciate the work put into this project and would like to contribute to its continued development and maintenance, please consider becoming a patron.

Become a Patron

Your support is greatly appreciated!

๐Ÿ“„ License

This project is licensed under the L-GPL License. See the LICENSE file for details.

Stars Forks

ainodes-engine's People

Contributors

deforum avatar xmyx avatar

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.