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

2019-02-21 17:56:53 +08:00
 ns2250225

3887 次点击
所在节点    分享发现
9 条回复
ns2250225
2019-02-21 17:57:09 +08:00
ShaunSS
2019-02-21 18:03:13 +08:00
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
2019-02-21 18:05:02 +08:00
http://www.thiswaifudoesnotexist.net/example-{xxx}.jpg
x 小于 59999,写个 for 循环开始抓吧[狗头]~~
ebony0319
2019-02-21 18:05:10 +08:00
Exia
2019-02-21 18:59:55 +08:00
@ShaunSS https://make.girls.moe 他们才是原作者吧?
还有近两天出了个生成头像的,https://thispersondoesnotexist.com/
生成的头像人现实不存在
mario85
2019-02-22 03:32:33 +08:00
网页底部: An image archive is available for download.
为啥要自己爬?
justin2018
2019-02-22 14:10:03 +08:00
有没有男的 动漫头像~ 😁 或者 动物的~~ 😋
googlefans
2019-02-24 23:54:27 +08:00
哈哈 最近这个很火啊

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/537351

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX