Skip to content

Commit

Permalink
Update versions.html for StyleGAN3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarras committed Oct 12, 2021
1 parent 81ae61d commit f2f751c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
</head>
<body class="max-width">

<h1>Alias-Free GAN (2021)</h1>
<h1>StyleGAN3 (2021)</h1>
<ul>
<li>Project page: <a href="https://nvlabs.github.io/alias-free-gan">https://nvlabs.github.io/alias-free-gan</a></li>
<li>Project page: <a href="https://nvlabs.github.io/stylegan3">https://nvlabs.github.io/stylegan3</a></li>
<li>ArXiv: <a href="https://arxiv.org/abs/2106.12423">https://arxiv.org/abs/2106.12423</a></li>
<li>PyTorch implementation: <a href="https://github.com/NVlabs/alias-free-gan">https://github.com/NVlabs/alias-free-gan</a></li>
<li>PyTorch implementation: <a href="https://github.com/NVlabs/stylegan3">https://github.com/NVlabs/stylegan3</a></li>
</ul>

<h1>StyleGAN2-ADA (2020)</h1>
Expand Down

1 comment on commit f2f751c

@abellood
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to add css style and awesome project

Please sign in to comment.