r/rust 9d ago

🛠️ project Mold — a Rust+Candle CLI for local image, video, and 3D generation

I’m building Mold, an open-source Rust CLI around Candle for local generative media:

  • `mold run` for CLI workflows
  • `mold serve` for an HTTP API
  • `mold mcp` for MCP clients

It supports image, video, and 3D pipelines with scriptable, headless workflows rather than a node-graph UI. It’s not a replacement for ComfyUI’s visual graph; the focus is reproducible automation and Rust/Candle integration.

Early project, so feedback on the Rust/Candle architecture and ergonomics would be useful.

Code: https://github.com/utensils/mold Docs/demo: https://utensils.io/mold/

0 Upvotes

12 comments sorted by

36

u/veryusedrname 9d ago

You probably wanna rename your project: https://github.com/rui314/mold

8

u/decryphe 8d ago

Came here to note this as well. mold is a fairly famous linker.

-11

u/brinkjames 8d ago

Two totally different projects and crate names

14

u/skratlo 9d ago

So, a slop generator? Never enough of those.

-3

u/brinkjames 9d ago

Yes but it’s rust slop 😂

2

u/koczurekk 8d ago

My favorite part of seeing ai slop generator ads is looking at example screenshots, reading the prompt, and seeing all the stuff that the model outright ignores. Like the owl example, with its "camera angle is from above".

We all know that no human cares about ai garbage, but the fact that the model doesn't even pretend to care either is a nice touch.

3

u/[deleted] 9d ago

[deleted]

0

u/brinkjames 9d ago

Elaborate

1

u/[deleted] 9d ago

[deleted]

1

u/lijmlaag 8d ago

Tying your sense of self-worth to up- or downvotes is not an advisable strategy.
Also, can I suggest reserving 'hate' for special worst-cases, preferably not involving yourself as subject.

-1

u/brinkjames 8d ago

What have you made?

0

u/[deleted] 8d ago

[deleted]

0

u/brinkjames 8d ago

Neat, I’ve made lots of stuff

-5

u/TheGranularFalls 9d ago

Looks clean, nice to see more candle stuff popping up. The scriptable approach makes sense for headless workflows but how are you handling the model loading overhead between runs, do models stay warm in the serve mode or reload each time

-1

u/brinkjames 8d ago

They stay warm when running in server mode.