You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
***Set Initial Augmentation Strength**: use `--initstrength={float value}` to set the initialized strength of augmentations (really helpful when restarting training)
11
11
***Set Initial Kimg count**: use `--nkimg={int value}` to set the initial kimg count (helpful with restarts)
12
12
***Closed Form Factorization:** converted from Rosinality repo by [Philip Bizimis](https://github.com/pbizimis); additional video creation features
13
+
***Additional Projector Techniques** Thanks to Peter Baylies for his projector code that optionally uses pixel-based loss or CLIP
14
+
***Interpolate from Projector .npz Files** Use the `combine_npz.py` script to combine multiple .npz files
13
15
14
16
## StyleGAN2-ADA — Official PyTorch implementation
0 commit comments