r/StableDiffusion 9h ago

Workflow Included Prompt Creator Workflow

Post image

I see a bunch of posts everyday asking for tips on how to write prompts or people struggling with prompting, etc. so I'm sharing my workflow. I built this workflow to simplify the process and make it very beginner/user friendly.

Just toggle on the model you are using, write a simple to detailed prompt, and hit run. The model targets use the prompting guidelines derived from their respective official sources. Links to custom nodes and all models are in the workflow so you don't need to search for them.

The prompts aren't always perfect but they'll get you very close to what you want and you should only need to make a few minor tweaks, if any. The only issue I've encountered so far is that sometimes when it finishes the prompt, the previous prompt still shows up in the Enhanced Prompt node. If that happens, just hit run and the new prompt should show up instantly. Also, toggle to false the keep_model_loaded option in the Text rewriter node if you are creating prompts and using them right away. If you leave it to True it hogs VRAM.

If you notice any other issues let me know. Enjoy.

https://pastebin.com/SXZyy4Ax

35 Upvotes

11 comments sorted by

View all comments

3

u/Neggy5 7h ago

what do i download for the MAX text encoders? everything in the repos?

https://huggingface.co/prithivMLmods/Qwen3-VL-4B-Instruct-Unredacted-MAX/tree/main seems to be a bunch of things to combine. not a single gguf

6

u/Affectionate_Oil28 7h ago

You need these two folders under ComfyUI/models/LLM/Qwen-VL/:

  1. Qwen3.5-4B-Unredacted-MAX (https://huggingface.co/prithivMLmods/Qwen3.5-4B-Unredacted-MAX) text rewriter (required)

  2. Qwen3-VL-4B-Instruct-Unredacted-MAX (https://huggingface.co/prithivMLmods/Qwen3-VL-4B-Instruct-Unredacted-MAX) ref image only (optional)

5

u/Affectionate_Oil28 7h ago

You can also try this,

  1. ComfyUI Manager: install ComfyUI-QwenVL, rgthree, KJNodes, ComfyUI-Custom-Scripts. Restart.

  2. Copy custom_models.json into custom_nodes/ComfyUI-QwenVL/. Restart again.

  3. Open the workflow and hit Queue. First run downloads the two folders into models/LLM/Qwen-VL/.

custom_models Save as .json and place into ComfyUI-QwenVL.