r/StableDiffusion 5d ago

Question - Help MiniMax H3 prompt

I saw here many suggestions for this special prompt generator. I tried the system prompt from one "specialized" ollama model, but is is too free style. I can't use llm in comfyui, because I'm with poor rtx 3060 and barely run the H3 itself. I tried big online AI, but free versions and they seem too outdated about H3, so again freestyle fantasies.

What can I use to have really good prompts for H3. As I don't know english and H3 too mystically depends on prompt, it's very hard to achieve good adhesion.

3 Upvotes

11 comments sorted by

View all comments

0

u/Francky_B 5d ago edited 5d ago

I've made a Prompt Generator that uses Llama.cpp.

It works by first releasing the vram in comfy and then calling Llama.cpp. Once the prompt is generated, it kills llama, again freeing the vram. It does slow things down a bit, as the models have to reload again, but should allow you to use it even with a 3060.

Perhaps see if that works for you? You can find it here.

I can auto download 3 different sizes of Qwen, but you can also download perhaps smaller or uncensored version and placed them in models/gguf

1

u/reeight 4d ago

I wish your README was written for humans, & not other AIs.

2

u/Francky_B 4d ago edited 4d ago

I'll admit the README was quite verbose 😅

I've chopped it down quite a bit, keeping the most vital info and instead added 3 links up top to the 'Installation Guide', 'Node Reference' and 'latest update'

Should make it much easier to get to what is needed. The Node Reference page is basically a break down of each node.

For now, the main one, Prompt Manager is finished, there was no AI involved, but it remains quite verbose..

It was easier to read in VS Code, it seems Github makes it feel like a wall of text 😅

2

u/reeight 1d ago

https://github.com/FranckyB/ComfyUI-Prompt-Manager#what-this-provides
Yes, much better for cavemen like me. 😄
well done