For humans and agents

Turn an idea into a generation-ready prompt package.

Build positive and negative prompts for ComfyUI, Stable Diffusion WebUI, anime models, and realistic checkpoints—with recommended settings and structured JSON for agents.

Advanced target settings optional

Standard is free. Advanced uses two-stage DeepSeek optimization plus a critic audit and costs 1 credit only when both stages succeed.

Your prompt package will appear here

Choose anime or realistic output, describe the scene, and generate copy-ready prompts for humans or JSON for agents.

Works with your workflow

ComfyUI and Stable Diffusion ready

ComfyUI

Paste the outputs into positive and negative CLIP Text Encode nodes, then use the recommended KSampler settings and dimensions.

Stable Diffusion WebUI

Works with Automatic1111, Forge, and ReForge: use prompt, negative_prompt, DPM++ 2M, and Karras.

REST API

Use the same director from an agent

curl -X POST https://agentmediatools.com/api/prompt-director \
  -H "Content-Type: application/json" \
  -d '{"request":"A cinematic cyberpunk heroine","medium":"anime","aspect_ratio":"portrait","subject_count":1}'

Common questions

Prompt Director FAQ

Does it work with Stable Diffusion?

Yes. The prompt text is model-portable and the result includes explicit Stable Diffusion WebUI field and sampler mappings.

Does it work with ComfyUI?

Yes. Use the positive and negative prompts in CLIP Text Encode nodes and copy the recommended KSampler settings.

Can agents and third-party apps use it?

Yes. Call POST /api/prompt-director over REST or use the direct_image_prompt MCP tool.