1 comments

  • oozzy776 小时前
    Hi I’m making a Python pipeline flow orchestration tool, a ML visual nodes system. It can automatically discover your functions as pipeline nodes. It's kinda like Gradio but with modular and reusable interface blocks.

    * Fast demo your python program for customers to tweak and expand.

    * Visually pick input files, tune parameters, and preview any image input/output

    * Export the pipeline graph as Python code

    * Publish and install community node packages easily

    * Perfect for AI/ML engineers and designers to collaborate, turning ML components into UI nodes for easy tweaking.

    GitHub: https://github.com/oozzy77/nozyio

    Installation

    In you python project, `pip install nozyio` then `nozyio` in your terminal and it will start the web UI.

    Pypi: https://pypi.org/project/nozyio

    video demo: https://www.youtube.com/watch?v=-bL3AcAufd8

    I’m planning on porting some popular ML frameworks like huggingface’s transformers and diffusers into the node system so you can build AI generation pipelines visually. If you are interested in collaborating , please do not hesitate to DM me!! Or email me at nozyio.hello@gmail.com

    This idea is inspired by ComfyUI but for more generic python scripting, not too much bounded with aigc models.

    Thank you!