V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ns2250225
V2EX  ›  分享发现

发现了一个人工智能生成动漫女生头像的地址😍

  •  
  •   ns2250225 · 2019-02-21 17:56:53 +08:00 · 3854 次点击
    这是一个创建于 1898 天前的主题,其中的信息可能已经有所发展或是发生改变。

    9 条回复    2019-02-24 23:54:27 +08:00
    ns2250225
        1
    ns2250225  
    OP
       2019-02-21 17:57:09 +08:00
    ShaunSS
        2
    ShaunSS  
       2019-02-21 18:03:13 +08:00
    imdong
        3
    imdong  
       2019-02-21 18:03:39 +08:00
    看了下源代码,是
    ```JavaScript
    function new_waifu() {
    var preload_img = new Image();
    var new_id = Math.floor(Math.random() * 60000);
    preload_img.addEventListener('load', function() {
    img.src = preload_img.src;
    img.setAttribute('title', new_id);
    });
    preload_img.src = './example-' + new_id + '.jpg';
    }
    ```

    从 0-60000 里面随机一个 ID 来显示,难道是预先生成了 6000 个?
    讲道理机器生成的话,应该每个的尺寸都一样才对啊。

    莫不是采集来的库而已?
    EvilCult
        4
    EvilCult  
       2019-02-21 18:05:02 +08:00
    http://www.thiswaifudoesnotexist.net/example-{xxx}.jpg
    x 小于 59999,写个 for 循环开始抓吧[狗头]~~
    Exia
        6
    Exia  
       2019-02-21 18:59:55 +08:00   ❤️ 1
    @ShaunSS https://make.girls.moe 他们才是原作者吧?
    还有近两天出了个生成头像的,https://thispersondoesnotexist.com/
    生成的头像人现实不存在
    mario85
        7
    mario85  
       2019-02-22 03:32:33 +08:00 via iPhone
    网页底部: An image archive is available for download.
    为啥要自己爬?
    justin2018
        8
    justin2018  
       2019-02-22 14:10:03 +08:00
    有没有男的 动漫头像~ 😁 或者 动物的~~ 😋
    googlefans
        9
    googlefans  
       2019-02-24 23:54:27 +08:00 via iPad
    哈哈 最近这个很火啊
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2243 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 04:30 · PVG 12:30 · LAX 21:30 · JFK 00:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.