Skip to content

Scan dialog text says 'Only ComfyUI metadata' but code also supports A1111/Reforge format #142

Description

@ghosttigerllc-bit

Description

The "Scan ComfyUI Output Images" dialog on the admin page displays:

Only images with ComfyUI metadata will be processed

However, the actual scan code checks for both ComfyUI and A1111/SD WebUI metadata formats:

const promptFields = ['prompt', 'Prompt', 'parameters', 'Parameters'];

The parameters field is the standard A1111/Reforge metadata format. The scan does support these images — the warning text is just inaccurate.

Impact

Users who generate images in both ComfyUI and SD WebUI/Reforge (or migrated from one to the other) may see this warning and assume their non-ComfyUI images won't be processed, when they actually will be.

Suggested Fix

Update the warning text to something like:

Only images with supported metadata will be processed (ComfyUI workflow or A1111/Reforge parameters)

Happy to include this in our open PR (#140) if that works for you, @vitosans.

—Kai 🐾

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions