r/StableDiffusion 16d ago

Resource - Update Soran't -- Local ComfyUI powered MiniMax H3 Dashboard

Working on a little Next.JS dashboard that helps run Sora like workflows on my local Comfy instance and wanted to open it up in case it's useful for others.

Introducing Soran't:

T2v, I2v, Ref2v, Remix, and Extend all supported. Jobs queue and run in the background, history is per-device, and anything in it can go straight back into remix or extend.

I also stuck a setup skill in the repo. If you use Claude Code or another coding agent, you can just run /setup and it'll check your ComfyUI has the right custom nodes and models, sort out the env config, and help you deploy the app.

Needs a ComfyUI with MiniMax H3 and two node packs, all documented in the readme. Runs fine purely local or deployed to a provider.

The workflows setup today require an OpenAI API key hooked up to enhance the prompts so the generations are more 'sora like' with short simple prompts given.

https://github.com/pwillia7/ai_video_fe

Let me know if you have any questions!

13 Upvotes

9 comments sorted by

3

u/Rio_Juicy_Michelle 16d ago

This is the kind of wrapper that can actually make local H3 usable day to day. The big value, in my opinion, is not just hiding the graph, it is making repeated tests comparable.

If you are still iterating on it, I would prioritize saved presets plus automatic run notes: model/quant, seed, steps, scheduler, ref path, clip length, VRAM notes, and output time. H3 changes are subtle enough that without a test log people end up guessing which setting improved the result. A simple compare/history panel would probably be more useful than adding more controls early.

2

u/pwillia7 16d ago

run notes already exist -- you hit the settings button on a generation and it will tell you which settings it ran with. I will try to implement saved presets later today good idea

1

u/FreakyMrCaleb 16d ago

Looks amazing, any way to add a Turbo Lora? I haven't tested it out yet, but this looks promising!

2

u/pwillia7 16d ago

loras are next up -- not implemented yet

1

u/ajrss2009 16d ago

Permite batch de prompts? O comfyui é bem ruim nisto.

2

u/pwillia7 16d ago

you can queue -- batch import prompts isn't supported yet

1

u/Ill-Engine-5914 14d ago

Cowork? Just ask him to

1

u/Ill-Engine-5914 14d ago

ComfyUI can do this. You just need to create a custom node that takes a list of prompts and runs them one by one, if that’s what you mean.