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 🐾
Description
The "Scan ComfyUI Output Images" dialog on the admin page displays:
However, the actual scan code checks for both ComfyUI and A1111/SD WebUI metadata formats:
The
parametersfield 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:
Happy to include this in our open PR (#140) if that works for you, @vitosans.
—Kai 🐾