mikefish commited on
Commit
0aa61dc
·
1 Parent(s): fdae6ec

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +12 -15
index.html CHANGED
@@ -10,26 +10,23 @@
10
  <div class="card">
11
  <h1>Fish's Spaces (ephemeral)</h1>
12
  <ol>
13
- <p>
14
  <li>Real-time Latent Consistency Model <a href="https://huggingface.co/spaces/mikefish/Fish-LCM/">here</a></li>
15
- </p>
16
- <p>
17
- SDXL demo <a href="https://huggingface.co/spaces/google/sdxl">here</a>
18
- </p>
19
- <p>
20
- Illusion Diffusion <a href="https://huggingface.co/spaces/mikefish/fish-illusion-diffusion" target="_blank">here</a>.
21
- </p>
22
- </ol>
23
 
24
  </div>
25
  <div class="card">
26
  <h1>Links</h1>
27
- <p>
28
- RunDiffusion: <a href="https://app.rundiffusion.com/">here</a>
29
- </p>
30
- <p>
31
- FOOOCUS Style Guide <a href="https://github.com/lllyasviel/Fooocus/discussions/143" target="_blank">here</a>.
32
- </p>
33
  </div>
34
  <p></p>
35
 
 
10
  <div class="card">
11
  <h1>Fish's Spaces (ephemeral)</h1>
12
  <ol>
13
+
14
  <li>Real-time Latent Consistency Model <a href="https://huggingface.co/spaces/mikefish/Fish-LCM/">here</a></li>
15
+
16
+ <li>SDXL demo <a href="https://huggingface.co/spaces/google/sdxl">here</a></li>
17
+
18
+ <li>Illusion Diffusion <a href="https://huggingface.co/spaces/mikefish/fish-illusion-diffusion" target="_blank">here</a></li>
19
+
20
+ </ol>
 
 
21
 
22
  </div>
23
  <div class="card">
24
  <h1>Links</h1>
25
+ <ol>
26
+ <li>RunDiffusion: <a href="https://app.rundiffusion.com/">here</a></li>
27
+
28
+ <li>FOOOCUS Style Guide <a href="https://github.com/lllyasviel/Fooocus/discussions/143" target="_blank">here</a></li>
29
+ </ol>
 
30
  </div>
31
  <p></p>
32