Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0cd7705

Browse files
authored
Merge pull request #32 from duskvirkus/kimg-fix
v1.1.0 updates
2 parents d48e094 + e7ab022 commit 0cd7705

19 files changed

+1113
-317
lines changed

README.md

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,54 @@ Tezos Wallet Address: tz1PeE5NQyyjyJdnyqyKdtFN27TvN9j3ZcUe - Only send tezos to
3131
| Branch | All CI | GPU pytest | TPUs pytest |
3232
|-|-|-|-|
3333
| `devel` | [![CI](https://github.com/duskvirkus/alias-free-gan-pytorch-lightning/actions/workflows/ci.yml/badge.svg?branch=devel)](https://github.com/duskvirkus/alias-free-gan-pytorch-lightning/actions/workflows/ci.yml) | ![gpu pytest on gcloud](https://badgen.net/github/checks/duskvirkus/alias-free-gan/devel/gpu-pytest-on-gcloud?label=GPU%20devel) | ![tpus pytest on gcloud](https://badgen.net/github/checks/duskvirkus/alias-free-gan/devel/tpus-pytest-on-gcloud?label=TPUs%20devel) |
34-
| `stable` | [![CI](https://github.com/duskvirkus/alias-free-gan-pytorch-lightning/actions/workflows/ci.yml/badge.svg?branch=stabel)](https://github.com/duskvirkus/alias-free-gan-pytorch-lightning/actions/workflows/ci.yml) | ![gpu pytest on gcloud](https://badgen.net/github/checks/duskvirkus/alias-free-gan/stabel/gpu-pytest-on-gcloud?label=GPU%20stabel) | ![tpus pytest on gcloud](https://badgen.net/github/checks/duskvirkus/alias-free-gan/stabel/tpus-pytest-on-gcloud?label=TPUs%20stabel) |
34+
| `stable` | [![CI](https://github.com/duskvirkus/alias-free-gan-pytorch-lightning/actions/workflows/ci.yml/badge.svg?branch=stable)](https://github.com/duskvirkus/alias-free-gan-pytorch-lightning/actions/workflows/ci.yml) | ![gpu pytest on gcloud](https://badgen.net/github/checks/duskvirkus/alias-free-gan/stable/gpu-pytest-on-gcloud?label=GPU%20stable) | ![tpus pytest on gcloud](https://badgen.net/github/checks/duskvirkus/alias-free-gan/stable/tpus-pytest-on-gcloud?label=TPUs%20stable) |
3535

3636
## Examples
3737

38-
![training example gif](assets/examples/aliasfree-training-painterly-faces.gif)
38+
Training Process
3939

4040
Example of animation made from samples generated in training process.
4141

42+
![training example gif](assets/examples/aliasfree-training-painterly-faces.gif)
4243
___
4344

44-
![linear interpolation example](assets/examples/first-interpolation-aliasfree-duskvirkus.gif)
45+
Linear Interpolations
4546

4647
Example of linear interpolation between two random seeds.
4748

49+
![linear interpolation example with ffhq](assets/examples/interpolation.gif)
50+
51+
![linear interpolation example with custom model](assets/examples/first-interpolation-aliasfree-duskvirkus.gif)
52+
4853
___
4954

50-
![circular loop example](assets/examples/aliasfree-circular-painterly-faces-duskvirkus.gif)
55+
Circular Interpolation
56+
57+
Example of circular loop interpolation
5158

52-
Example of circular loop interpolation.
59+
![circular loop example with ffhq](assets/examples/circular.gif)
60+
61+
![circular loop example with custom model](assets/examples/aliasfree-circular-painterly-faces-duskvirkus.gif)
5362

5463
___
5564

56-
![noise loop example](assets/examples/aliasfree-noiseloop-painterly-faces-duskvirkus.gif)
65+
Open Simplex Noise Loop
5766

5867
Example of open simplex noise loop interpolation.
5968

69+
![noise loop example with ffhq](assets/examples/noise.gif)
70+
71+
![noise loop example with custom model](assets/examples/aliasfree-noiseloop-painterly-faces-duskvirkus.gif)
72+
6073
___
6174

62-
![rosinality translate example](assets/examples/aliasfree-ros-translate-painterly-faces.gif)
75+
Rosinality Translate
6376

6477
Example output from converted rosinality translate script.
78+
79+
![rosinality translate example with ffhq](assets/examples/ros-translate.gif)
80+
81+
![rosinality translate example with custom model](assets/examples/aliasfree-ros-translate-painterly-faces.gif)
6582
## Supported Model Architectures
6683

6784
Below is a list of supported model architecture. The hope is to support NVlabs code when it comes out.
@@ -78,31 +95,19 @@ Below is a list of supported model architecture. The hope is to support NVlabs c
7895

7996
### GPU Colab Training Notebook
8097

81-
**`devel` Branch**
82-
83-
[View Notebook](https://github.com/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Training-Alias-Free_GAN.ipynb)
84-
85-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Training-Alias-Free_GAN.ipynb)
86-
87-
**`stable` Branch**
88-
89-
[View Notebook](https://github.com/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Training-Alias-Free_GAN.ipynb)
90-
91-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Training-Alias-Free_GAN.ipynb)
98+
| `branch` | Open in Colab | View in GitHub |
99+
|-|-|-|
100+
| `devel` | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Training-Alias-Free_GAN.ipynb) | https://github.com/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Training-Alias-Free_GAN.ipynb |
101+
| `stable` | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Training-Alias-Free_GAN.ipynb) | https://github.com/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Training-Alias-Free_GAN.ipynb |
92102

93103
### GPU Colab Inference Notebook
94104

95-
**`devel` Branch**
96-
97-
[View Notebook](https://github.com/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Inference_Alias_Free_GAN.ipynb)
98-
99-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Inference_Alias_Free_GAN.ipynb)
100-
101-
**`stable` Branch**
102-
103-
[View Notebook](https://github.com/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Inference_Alias_Free_GAN.ipynb)
105+
*aka generate images and walks*
104106

105-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Inference_Alias_Free_GAN.ipynb)
107+
| `branch` | Open in Colab | View in GitHub |
108+
|-|-|-|
109+
| `devel` | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Inference_Alias_Free_GAN.ipynb) | https://github.com/duskvirkus/alias-free-gan/blob/devel/notebooks/GPU_Inference_Alias_Free_GAN.ipynb |
110+
| `stable` | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Inference_Alias_Free_GAN.ipynb) | https://github.com/duskvirkus/alias-free-gan/blob/stable/notebooks/GPU_Inference_Alias_Free_GAN.ipynb |
106111

107112
### TPU Notebooks
108113

assets/examples/circular.gif

2.42 MB
Loading

assets/examples/interpolation.gif

2.46 MB
Loading

assets/examples/noise.gif

2.25 MB
Loading

assets/examples/ros-translate.gif

2.25 MB
Loading

0 commit comments

Comments
 (0)