Workshop / index.html
00000tt's picture
Overhaul Workshop: LoRA pipeline configurator dashboard + publish engine
8edd759
Raw
History Blame Contribute Delete
467 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Workshop · LoRA pipeline configurator</title>
<meta name="description" content="Configure Wan 2.2 I2V pipelines, attach LoRAs from the reference library, and publish private Spaces.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>