Skip to content

Conversation

@Filippo-Venturini
Copy link

Summary

This draft PR is meant to continue the discussion from [Issue #6291](https://github.com/InvokeAI/InvokeAI/issues/XXXX) and the related Discord conversation regarding original image metadata for upscaled images.

Currently, upscaled images store a reference to the source image via upscale_initial_image, but the full metadata (prompt, seed, scheduler, etc.) is not stored.

Two alternatives are under discussion:

  1. Expose a UI way to jump to the source image in the gallery, leveraging the existing reference.
  2. Store the full original metadata under a separate field (e.g., source_image_metadata) for external/export use.

This PR does not include any implementation; it is intended to facilitate review and discussion among maintainers.


Related Issues / Discussions


QA Instructions

Not applicable — no code changes in this PR.


Merge Plan

  • Marked as draft to indicate discussion PR.
  • No merging expected until a consensus on the approach is reached.

Checklist

  • PR title is short but descriptive
  • Implementation to be added after discussion
  • Documentation updated once implementation is decided

@github-actions github-actions bot added the frontend PRs that change frontend files label Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend PRs that change frontend files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant