Skip to content

[Bug] Image generation metadata not embedded in output | Preview pane shows low-res image | Preview pane buttons not functional #4

Description

@cuter-doc0

Environment

  • RookieUI version: 0.8.0
  • ComfyUI version: 0.22.0
  • Backend: ComfyUI (standalone Docker container)

Issue 1: Generation metadata not saved to images

Images generated through RookieUI do not appear to contain embedded generation metadata (prompt, steps, sampler, CFG, seed, etc.). This makes it impossible to review or reproduce generation parameters after the fact by inspecting the image file.

In A1111, metadata is written directly into the PNG as EXIF/tEXt chunks and is readable by tools like image viewers or by dragging the image back into the UI. This behaviour is expected here but is not occurring.

Steps to reproduce:

  1. Generate an image through RookieUI - file saved as expexted, eg RookieUI_00123_.png
  2. Inspect the output PNG metadata (e.g. exiftool output.png or drag back into ComfyUI)
  3. No generation parameters are present

Expected: PNG contains embedded prompt and generation parameters
Actual: PNG contains no metadata


Issue 2: Preview pane renders low-resolution image instead of full output

After generation completes, the preview pane sometimes displays a low-resolution version of the image rather than the full resolution output. The full image appears to exist on disk but is not being displayed correctly in the preview.


Issue 3: Preview pane buttons not functioning as expected

Buttons beneath the preview pane do not behave as expected compared to A1111. Specific expected behaviours that are not working:

  • [describe specific buttons if you want to add detail, e.g. Save, Send to img2img, etc.]

Additional context

Coming from an A1111 workflow. These three issues together make post-generation review and iteration significantly harder than expected. Happy to provide logs or further details if helpful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions