|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width" /> |
|
<title>Fish Links</title> |
|
<link rel="stylesheet" href="style.css" /> |
|
</head> |
|
<body> |
|
<div class="card"> |
|
<h1>Fish's Spaces (ephemeral)</h1> |
|
<ol> |
|
|
|
<li>Real-time LCM <a href="https://huggingface.co/spaces/mikefish/Fish-LCM/">here</a></li> |
|
</p> |
|
<li>SDXL demo <a href="https://huggingface.co/spaces/google/sdxl">here</a></li> |
|
</p> |
|
<li>Illusion Diffusion <a href="https://huggingface.co/spaces/mikefish/fish-illusion-diffusion" target="_blank">here</a></li> |
|
</p> |
|
</ol> |
|
|
|
</div> |
|
<div class="card"> |
|
<h1>Links</h1> |
|
<ol> |
|
<li>RunDiffusion: <a href="https://app.rundiffusion.com/">here</a></li> |
|
</p> |
|
<li>FOOOCUS Style Guide <a href="https://github.com/lllyasviel/Fooocus/discussions/143" target="_blank">here</a></li> |
|
</ol> |
|
</div> |
|
<p></p> |
|
|
|
</body> |
|
</html> |
|
|