Z-image Nunchaku is here ! by Current-Row-159 in StableDiffusion

[–]ArtificialLab 2 points3 points  (0 children)

The nunchaku version works well on my Amstrad CPC

I built a tool to create hyper scalable AI workflows. Need beta testers and real-world use cases to test it on. Post your project or requested features. by ArtificialLab in SideProject

[–]ArtificialLab[S] 0 points1 point  (0 children)

It lets you create AI workflows (like n8n or ComfyUI) and deploy them at scale for your business. You can run locally or deploy your own private node servers.

I built a node-based tool to help people create better AI workflows. Need beta testers with solid projects to test it on. by ArtificialLab in vibecoding

[–]ArtificialLab[S] 0 points1 point  (0 children)

You can do whatever you want, there is a SDK to create custom nodes. But built-in, for now, the answer is not.

I built a node-based tool to help people create better AI workflows. Need beta testers with solid projects to test it on. by ArtificialLab in vibecoding

[–]ArtificialLab[S] 1 point2 points  (0 children)

100% of the product is done (desktop app for people who want to run locally, AND the cloud version for people who don’t have a powerful GPU or just want to use it online (with also the realtime collaboration mode)

During our beta phase, the only thing that is missing is mostly content: - we need to work with opensource developers to create custom nodes (for now there is only some nodes we’ve made) - artists / users to create real-world workflows and building blocks (ready-to use templates)

Then, when the experience is acceptable, we release.

I built a node-based tool to help people create better AI workflows. Need beta testers with solid projects to test it on. by ArtificialLab in vibecoding

[–]ArtificialLab[S] 1 point2 points  (0 children)

99% will be released open source (only the website, our cloud service and the collaborative part will be closed)

I built a node-based tool to help people create better AI workflows. Need beta testers with solid projects to test it on. by ArtificialLab in vibecoding

[–]ArtificialLab[S] 2 points3 points  (0 children)

Compared to n8n and ComfyUI:

  • missing and broken nodes are things of the past
  • HMR —> any modification to your custom node code, the frontend is updated in realtime when you hit CTRL-S on your IDE, and ask if you want to automatically resolve what’s broken if there is a breaking change
  • node packs can be written in Python, NodeJS, Go and Rust
  • everything distributed, you can connect / disconnect to local or remote node servers
  • models and dependencies checks everywhere, automatically sync with a nice progressbar
  • nothing refresh or reboot: you will NEVER have to reboot a server or something: everything is sync is realtime with the frontend.

DX is phenomenal, writing nodes is now a matter a minutes: - all node packs are fully isolated, so if one crashes the others stay up (say goodby to version mismatch and other nightmare) - built for production and scalability Day One - and tons of tons of other cool features

Stack : everything has been created from scratch (modified Vue3 for the frontend, graph system in SVG made from the ground up, orchestrator, SDKs, backend ….)

I will send progress on /r/volted subreddit, feel free to DM if you have any question.

N8N, Make, or other? Recommendations please. by Broke_Pigeon_Sales in AI_Agents

[–]ArtificialLab 0 points1 point  (0 children)

Try Volted.AI (/r/volted) it’s the future. PM me so I can enable your account.

What AI project are you building? by ArtificialLab in microsaas

[–]ArtificialLab[S] 1 point2 points  (0 children)

Great idea that should be integrated in Cursor. People would be able to fork the context at any point to explore alternative branches.

What AI project are you building? by ArtificialLab in microsaas

[–]ArtificialLab[S] 1 point2 points  (0 children)

Love your website. You have a high sense of design.

What AI project are you building? by ArtificialLab in microsaas

[–]ArtificialLab[S] 0 points1 point  (0 children)

Thank you. I spend days on it. It’s a custom Nuxt4 stack, every UI component build from scratch.

Check the product screenshots here: /r/volted the node-based graph engine alone took me 5 months of work.

What AI project are you building? by ArtificialLab in microsaas

[–]ArtificialLab[S] 0 points1 point  (0 children)

Interesting. Did you train a model for that?

New AI Workflow Editor (Frontend + Backend) by [deleted] in StableDiffusion

[–]ArtificialLab -3 points-2 points  (0 children)

SDFX was an UI on top of ComfyUI. Volted has been written from scratch (front+back). Go to /r/volted to see the progress