Spaces:
Runtime error
Runtime error
Update
Browse files- convert.sh +2 -0
- index.html +4 -0
- list.md +2 -0
convert.sh
CHANGED
@@ -1 +1,3 @@
|
|
|
|
|
|
1 |
pandoc -f markdown -t html5 list.md -s -c style.css --metadata title="List of hysts' Spaces" -o index.html
|
|
|
1 |
+
#!/usr/bin/env bash
|
2 |
+
|
3 |
pandoc -f markdown -t html5 list.md -s -c style.css --metadata title="List of hysts' Spaces" -o index.html
|
index.html
CHANGED
@@ -59,6 +59,10 @@
|
|
59 |
<p>
|
60 |
<h3 id="gan-general">GAN (General)</h3>
|
61 |
<ul>
|
|
|
|
|
|
|
|
|
62 |
<li><a href="https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN">Self-Distilled StyleGAN</a>
|
63 |
<ul>
|
64 |
<li>https://github.com/self-distilled-stylegan/self-distilled-internet-photos</li>
|
|
|
59 |
<p>
|
60 |
<h3 id="gan-general">GAN (General)</h3>
|
61 |
<ul>
|
62 |
+
<li><a href="https://huggingface.co/spaces/hysts/StyleGAN-Human">StyleGAN-Human</a>, <a href="https://huggingface.co/spaces/hysts/StyleGAN-Human-Interpolation">StyleGAN-Human (interpolation)</a>
|
63 |
+
<ul>
|
64 |
+
<li>https://github.com/stylegan-human/StyleGAN-Human</li>
|
65 |
+
</ul></li>
|
66 |
<li><a href="https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN">Self-Distilled StyleGAN</a>
|
67 |
<ul>
|
68 |
<li>https://github.com/self-distilled-stylegan/self-distilled-internet-photos</li>
|
list.md
CHANGED
@@ -31,6 +31,8 @@
|
|
31 |
<p>
|
32 |
|
33 |
### GAN (General)
|
|
|
|
|
34 |
- [Self-Distilled StyleGAN](https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN)
|
35 |
- https://github.com/self-distilled-stylegan/self-distilled-internet-photos
|
36 |
- https://arxiv.org/abs/2202.12211
|
|
|
31 |
<p>
|
32 |
|
33 |
### GAN (General)
|
34 |
+
- [StyleGAN-Human](https://huggingface.co/spaces/hysts/StyleGAN-Human), [StyleGAN-Human (interpolation)](https://huggingface.co/spaces/hysts/StyleGAN-Human-Interpolation)
|
35 |
+
- https://github.com/stylegan-human/StyleGAN-Human
|
36 |
- [Self-Distilled StyleGAN](https://huggingface.co/spaces/hysts/Self-Distilled-StyleGAN)
|
37 |
- https://github.com/self-distilled-stylegan/self-distilled-internet-photos
|
38 |
- https://arxiv.org/abs/2202.12211
|