hermes - 💡(How to fix) Fix feat: extend image_gen schema to accept reference_image_urls for multi-modal models (e.g. UNI 1.1)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Mother (an AI marketing platform) needs UNI 1.1 as an image_gen plugin for brand-memory-aware image generation. Currently forced to implement as a Mother-tools MCP wrapper instead of a proper Hermes plugin due to this gap. Would collapse that workaround when this FR lands.

Code Example

reference_image_urls: Optional[List[str]] = None
RAW_BUFFERClick to expand / collapse

Problem

The current image_gen tool schema is text-only — it does not accept reference_image_urls. This means models like Luma UNI 1.1 (which fundamentally require reference images for brand-aligned generation) cannot be properly implemented as image_gen plugins.

Proposed Change

Extend the image_gen tool schema and any associated ABC to accept:

reference_image_urls: Optional[List[str]] = None

Motivation

Mother (an AI marketing platform) needs UNI 1.1 as an image_gen plugin for brand-memory-aware image generation. Currently forced to implement as a Mother-tools MCP wrapper instead of a proper Hermes plugin due to this gap. Would collapse that workaround when this FR lands.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix feat: extend image_gen schema to accept reference_image_urls for multi-modal models (e.g. UNI 1.1)