Skip to content

Commit 8dee4bc

Browse files
committed
test: align AVIF XMP fixture namespace with backend writer
Use the canonical ComfyUI XMP namespace emitted by the Save Image (Advanced) AVIF writer in Comfy-Org/ComfyUI#14975. The reader matches by local name, so parsing behavior is unchanged.
1 parent 4535823 commit 8dee4bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/metadata/avif.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ function buildXmpPacket(workflow: string, prompt?: string): string {
420420
'<?xpacket begin="\uFEFF" id="W5M0MpCehiHzreSzNTczkc9d"?>',
421421
'<x:xmpmeta xmlns:x="adobe:ns:meta/">',
422422
' <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">',
423-
` <rdf:Description xmlns:comfy="https://example.com/comfyui/metadata/1.0/" rdf:about=""${promptAttribute}>`,
423+
` <rdf:Description xmlns:comfy="https://github.com/Comfy-Org/ComfyUI" rdf:about=""${promptAttribute}>`,
424424
` <comfy:workflow>${escapeXmlText(workflow)}</comfy:workflow>`,
425425
' </rdf:Description>',
426426
' </rdf:RDF>',

0 commit comments

Comments
 (0)