Skip to content

Commit 9f80582

Browse files
committed
test: use a conformant ComfyUI XMP namespace in AVIF fixtures
Replace the bare repo-URL namespace with http://ns.comfy.org/comfyui/1.0/ (owned-domain, versioned, trailing slash per XMP/RDF conventions).
1 parent 8dee4bc commit 9f80582

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://github.com/Comfy-Org/ComfyUI" rdf:about=""${promptAttribute}>`,
423+
` <rdf:Description xmlns:comfy="http://ns.comfy.org/comfyui/1.0/" rdf:about=""${promptAttribute}>`,
424424
` <comfy:workflow>${escapeXmlText(workflow)}</comfy:workflow>`,
425425
' </rdf:Description>',
426426
' </rdf:RDF>',

0 commit comments

Comments
 (0)