All Projects → dobrosketchkun → latent_space_adventures

dobrosketchkun / latent_space_adventures

Licence: other
Buckle up, adventure in the styleGAN2-ada-pytorch network latent space awaits

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to latent space adventures

stylegan2-landmark-projection
Experimental repository attempting to project facial landmarks into the StyleGAN2 latent space.
Stars: ✭ 14 (-76.27%)
Mutual labels:  projection, stylegan2, stylegan2-ada
steam-stylegan2
Train a StyleGAN2 model on Colaboratory to generate Steam banners.
Stars: ✭ 30 (-49.15%)
Mutual labels:  colab-notebook, stylegan-model, stylegan2
Malclient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
Stars: ✭ 253 (+328.81%)
Mutual labels:  anime
Reinforcement-Learning-on-google-colab
Reinforcement Learning algorithm's using google-colab
Stars: ✭ 33 (-44.07%)
Mutual labels:  colab-notebook
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (-50.85%)
Mutual labels:  anime
custom-subs
Anime Subs
Stars: ✭ 58 (-1.69%)
Mutual labels:  anime
laravel-quasar
⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
Stars: ✭ 78 (+32.2%)
Mutual labels:  projection
Vue Particle Effect Buttons
A bursting particles effects buttons component ✨💥❄️🌋
Stars: ✭ 219 (+271.19%)
Mutual labels:  anime
Anime-List
展示新番的清單
Stars: ✭ 43 (-27.12%)
Mutual labels:  anime
Nekome
Nekome is an Android application to manage tracked Anime and Manga lists.
Stars: ✭ 279 (+372.88%)
Mutual labels:  anime
MAL-Map
Cluster and visualize relationships between anime on MyAnimeList
Stars: ✭ 201 (+240.68%)
Mutual labels:  anime
ryuanime
A free anime streaming , using the jkanime content by scraping the jkanime website.
Stars: ✭ 20 (-66.1%)
Mutual labels:  anime
neko-box
😺 Pinnable dynamic Gist with your latest AniList activity.
Stars: ✭ 25 (-57.63%)
Mutual labels:  anime
iris
Repositório oficial da BOT Íris, uma robô em português, inglês e espanhol para WhatsApp [Com MD/Sem MD], possui centenas de comandos diferentes, a lista vai de fazer stickers a jogar xadrez ou blackjack.
Stars: ✭ 166 (+181.36%)
Mutual labels:  anime
Sola
Scene search On Liresolr for Animation. (and video)
Stars: ✭ 253 (+328.81%)
Mutual labels:  anime
Papart-examples
Papart examples
Stars: ✭ 29 (-50.85%)
Mutual labels:  projection
Thcrap
Touhou Community Reliant Automatic Patcher
Stars: ✭ 227 (+284.75%)
Mutual labels:  anime
Tsuyo
🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.
Stars: ✭ 136 (+130.51%)
Mutual labels:  anime
guide.encode.moe
A guide for fansubbing
Stars: ✭ 123 (+108.47%)
Mutual labels:  anime
anime biggan toy
Generate Amazing Anime Pictures With BigGAN. Just Have Fun !!!
Stars: ✭ 140 (+137.29%)
Mutual labels:  anime

DISCLAMER: THIS SOFTWARE IS SUPPOSED TO BE USED AS AN AUXILIARY ART TOOL FOR CONTENT CREATORS. IT'S NOT INTENDED TO BELITTLE, OFFEND, ETC ANY INDIVIDUAL, RACE, NATIONALITY, ETC.

UPDATES

ANOTHER UPDATES

Being fascinated by neural networks, I naturally dug into insides and found some interesting things.

First, here a notebook for image generation from neural networks from my network zoo

Using projection notebook you can project an image (thanks to project.py from the original styleGAN2-ada-pytorch repository, though results are often subpar (unless you try to project an image from FFHQ), but we can salvage this) and after that extract the state vector and use it on other similarly trained neural networks. Why do you want to do this? Well, let say you big fun of one particular person and you want for some reason change something in they appearence.

Harold project

You, of course, can save the state vector of any of the results in .npz file.

If you want more control, I have you covered. In tweaking notebook you can use your npz file or start over to:

  • Tweak randomly a face of a person

Harold small

  • Use a style of the original image and faces from random seeds

Harold seeds

  • Or you can apply styles from various seed onto your image

Harold styles

updates mix layers

You can also mix layers of two neural networks to get some interesting results (layermix notebook):

Layer mix

or other type of interesting results:

Layer mix

average out two networks

Another way to mix up the results is to find a mean between two networks (averaging notebook):

averaging

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].