stylegan2-pytorch
stylegan2-ada
| stylegan2-pytorch | stylegan2-ada | |
|---|---|---|
| 1,998 | 21 | |
| 3,788 | 1,822 | |
| 0.0% | 0.0% | |
| 4.1 | 0.0 | |
| 12 months ago | over 1 year ago | |
| Python | Python | |
| MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stylegan2-pytorch
- Ask HN: Why not an anti-dating app for people who don't want to meet anyone?
A site with fake profiles like https://thispersondoesnotexist.com/ with weird twists in the description may be a good joke site if someone decides to implement it. (And monetize it selling adds to real dating sites?)
- Let’s unlock Synthetic Presence with SadTalker in Google Colab And Bring Images to Life
%%bash source sadtalk_env/bin/activate cd SadTalker # Download a random face from ThisPersonDoesNotExist mkdir -p examples/source_image wget https://thispersondoesnotexist.com/ -O examples/source_image/art_0.jpg # Generate speech using gTTS python -c " from gtts import gTTS text = 'Hello, I am your virtual presenter. Let us explore the world of AI together.' gTTS(text, lang='en').save('english_sample.wav')
- thispersondoesnotexist.com (2019)
- This Bench Does Not Exist
- This Person Does Not Exist (Dot Com)
- I tried cline 3.0.0 and here is what happend
Add yourself a tool for generating an image of a human face. It is really simple. Just visit https://thispersondoesnotexist.com. This will generate such an image. You just have to download it and store it somewhere. Give yourself some options/parameters (i.e. location where to save the image). And write the tool in a way so that it can be integrated in coding workflow easily. For example, we just created testimonials for a website. This tool would be handy to generate a face for the testimonial giver. So I hope you get what I want.”
- A Person Does Not Exist
- Cookware company includes artificial customer prompts in website
It's sad they used such a lame generator when Nvidia has had this near-perfect one for many years:
https://thispersondoesnotexist.com/
- Ask HN: Voice Equivalent to "This Person Does Not Exist"?
The website https://thispersondoesnotexist.com/ has been mentioned a few times on HN; is there a voice equivalent to this concept?
The question came to mind when we were evaluating an AI multilingual, voice-over service and someone asked about indemnification from copyright claims (eg: if this service used a voice that sounded too much like Scarlet Johanssen, for example). Surely there are purely AI voices out there immune from this, possibly even voices that are mashups of real and artificial voices that "sound real" but don't voice-print back to a real human because it's a computer mash-up... or is this a novel concept?
- Wikipedia No Longer Considers CNET "Generally Reliable" Source After AI Scandal
stylegan2-ada
- Getty Images will cease to accept all submissions created using AI generative models
If you smudge just a few locations I doubt it would fool a simple discriminator. You could also train a discriminator that is robust to post-processing by using augmentations. This was popular with StyleGAN models: https://github.com/NVlabs/stylegan2-ada
- Someone posted my art on this subreddit and it reached the front page without credit, so I thought I'd post something myself
https://github.com/NVlabs/stylegan2-ada + clip guided diffusion
- [P] Play around with StyleGAN2 in your browser
- AI will shape up the workflow of the future. Here's a simple implementation of NVidia's StyleGAN inside Blender!
StyleGAN2-ADA is a neural network good at learning styles from images, you can give it a dataset and 'learn' its style into a file (a trained model). In this example, I load a model and given a random seed, generate a random texture which is applied to the object's material.
- How do you generate those latent walk animations?
You have to modify the code, it's line 60 in https://github.com/NVlabs/stylegan2-ada/blob/main/generate.py
- [D] Do I need to apply spectral norm to my embedding matrix when training a conditional W-GAN?
- Can I train a model on 100 images of homes and have it draw a couple "average" homes?
- New 'The Sculpture 3'. 3d sculpting + neural network
no i dont.. but as for training - i just use default tf stylegan2-ada repo ( https://github.com/NVlabs/stylegan2-ada )
- [R] EigenGAN: Layer-Wise Eigen-Learning for GANs
You should check stylegan-2 ada, it works on colab and can be trained less than 12 hours tensorflow implementation
- gamma
What are some alternatives?
DeepFaceLab - DeepFaceLab is the leading software for creating deepfakes.
awesome-pretrained-stylegan2 - A collection of pre-trained StyleGAN 2 models to download
stylegan2 - StyleGAN2 - Official TensorFlow Implementation
mediapipe - Cross-platform, customizable ML solutions for live and streaming media.
stylegan2_pytorch - A Pytorch implementation of StyleGAN2