neo yang

撰稿人、站长、产品经理、架构师、独立开发者。

Google Gemini 1.5 Pro亲测:强大与脆弱并存

用户在测试新升级的多模态AI模型Gemini 1.5 Pro后发现,尽管它支持更全面的输入类型包括文字、图片、视频、文件和文件夹,推理能力却没有显著提升,特别在分辨是非方面。此外,处理视频、文件和文件夹输入时耗时较长,并且对大量数据的处理存在限制。

SDXL:如何使用Stable Diffusion

最近开发了一个基于最新版本Stable Diffusion XL (SDXL) 的WordPress插件。Stable Diffusion是一个免费、开源的图像生成模型,通过官方网站Stability AI可以直接下载代码。尽管自行部署模型的成本和难度较大,但可以使用Docker映像或手动安装。此外,还可以通过Replicate.com网站使用或部署大模型和API。总的来说,Stable Diffusion和SDXL广泛应用于AI图像生成产品。

robots.txt: 一个一直被忽略的SEO问题

After constructing two sites with Next.js last month and noticing poor Google indexation, the issue was identified as a missing robots.txt file. To address this, a robots.txt with rules to allow all user-agents, enable access to all content excluding the ‘private’ directory, and link a sitemap was added to the Next.js app directory. This resolved the indexing issue, underscoring the importance of robots.txt for site visibility.

2024年02月热点:Sora——Open AI的视频生成大模型

On February 16, 2024, Open AI released its advanced video generation model named Sora, sparking interest almost rivalling that of GPT. Sora, which is not yet available for public use, combines Transformer and diffusion architectures for high-fidelity video simulation. Open AI’s TikTok showcases Sora’s capabilities with unedited videos from various prompts, previewing its potential impact in the burgeoning video generation field.

Gemini 1.5 pro:如何申请

Google Gemini1.5 pro概述 Google Gemini1.5 pro于2024年02月15日 […]

Nextjs+next-intl多语言国际化最佳实践(APP路由器)

Nextjs offers two routers: APP and Page, with Page being phased out. The author previously used Page router internationalization, but has since implemented internationalization based on the APP router. They evaluated several solutions and found that next-intl is the simplest and most successful. The post outlines the directory structure, routing, middleware setup, how to load translation files, and how to implement translations, emphasizing that regardless of the internationalization solution chosen, routing, file structure, and translation implementation are key aspects.

WordPress SEO:如何动态修改meta title?

meta title,也就是页面的head标签中的title标签的内容,对于SEO是很重要的。有时候,我们需要 […]

2024年一月份热点:palworld

一、Google趋势:对比“AI”,“gpt”,“palworld” 这是今天(2024/01/31)的截图。 […]

2024 SEO 趋势:AI时代的SEO怎么做?

一、2024年Google SEO排名要素占比图 原文:https://firstpagesage.com/s […]

Google Gemini API开发指南:如何将Google Gemini集成到你的网站和项目中?

上个月,Google发布了Gemini。紧随其后,我基于Google Gemini开发了AI SEO——自动和 […]


copyright © www.lyustu.com all rights reserve.
Theme: TheMoon V3.0. Author:neo yang