diffsketcher / model_preview.svg
jree423's picture
Upload model_preview.svg with huggingface_hub
b1d46c0 verified
|
raw
history blame
872 Bytes
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" viewBox="0 0 800 400">
<rect width="800" height="400" fill="#2c3e50"/>
<text x="400" y="150" font-family="Arial" font-size="40" text-anchor="middle" fill="#ecf0f1">DiffSketcher</text>
<text x="400" y="200" font-family="Arial" font-size="24" text-anchor="middle" fill="#ecf0f1">Text-guided vector sketch synthesis</text>
<text x="400" y="250" font-family="Arial" font-size="18" text-anchor="middle" fill="#ecf0f1">Prompt: "a cat sitting on a windowsill"</text>
<g transform="translate(400, 300)">
<path d="M0,0 C30,-50 60,50 90,0 C120,-50 150,50 180,0" stroke="#e74c3c" stroke-width="4" fill="none"/>
<path d="M-180,0 C-150,-50 -120,50 -90,0 C-60,-50 -30,50 0,0" stroke="#3498db" stroke-width="4" fill="none"/>
</g>
</svg>