CivArchive
    Creation NAIXL / 2025-Oct - eps-v1-250513
    NSFW
    Preview 78206451
    Preview 78214504
    Preview 78206806
    Preview 78213170
    Preview 78213172
    Preview 78213171
    Preview 78213174
    Preview 78213179
    Preview 78213173
    Preview 78213480
    Preview 78213482
    Preview 78213479
    Preview 78213696
    Preview 78213693
    Preview 78213694
    Preview 78213695
    Preview 78213698

    Creation NAIXL V1-251001


    中文 / English

    简介

    这一模型基于 NoobAI-XL 的 Epsilon 系列模型,使用全新的数据集进行训练,希望你能喜欢。我会在此基础上扩大数据集规模继续训练,直至其完善。十月版本的模型对比五月在多方面得到了显著增强,但语义准确性降低了不少,有待继续改进。

    模型训练详情

    数据集

    继续训练所使用的数据集的生成样本主要是从 Pixiv 收集的图像,提示词则包括某一图像在 Pixiv 由作者或群众添加的英文标签,以及由 Danbooru API 获取的标签作为提示词。

    对于未上传到 Danbooru 的图像,由于 Pixiv 对作品提供的标签较少,故利用 wd-tagger-v3 对每一个图像推理,进一步获取作为提示词的 danbooru 标签,然后使用本地的索引,配合 Danbooru 提供的自动补全 API,映射每一个画师的用户名为正确的 danbooru 艺术家标签。

    详情如下:

    从 Pixiv 的常规月排行榜完整爬取从 2025 年 1 月至 10 月每天的 500 张图像后去重,并获取每张图像的英文标签。

    从 Pixiv 的R18周排行榜完整爬取从 2025 年 1 月至 5 月每天的图像后去重,并获取每张图像的英文标签,之所以没有继续更新 R18 排行榜上的图片是因为打码的太多了。

    从 Pixiv VISIONS 年鉴中选取约 50 名插画作者从 2024 年 11 月 1 日至 2025 年 10 月 1 日的作品,并获取每张图像的英文标签。

    由于 Pixiv 所在国家的政策原因,绝大多数 R18 作品被审查过,所以从 Danbooruorder:score age:<1year 遴选近 7000 张正面样本,涵盖多数游戏角色,并收集负面样本 bad hands, bad feet...

    合计 21,345 张样本

    WEEKLY_RANKING_R18_API: str = "https://www.pixiv.net/ranking.php?mode=weekly_r18&date={date}&p={p}&format=json"
    
    MONTHLY_RANKING_API: str = "https://www.pixiv.net/ranking.php?mode=monthly&date={date}&p={p}&format=json"
    
    ILLUST_INFO_API: str = "https://www.pixiv.net/ajax/illust/{illust_id}?lang=en"
    
    DANBOORU_SEARCH_API: str = "https://danbooru.donmai.us/posts.json?tags={tags}&page={page}&limit={limit}"
    
    DANBOORU_AUTO_COMPLETE_API: str = "https://danbooru.donmai.us/autocomplete.json"

    对提示词去重,删去部分错误提示词,删去提示词过短或过长的训练样本,删去含以下提示词的样本。

    chat log, fake screenshot, ai-generated, ai-generated illustration, announcement celebration, comic, manga, how to draw, multiple boys, multiple girls

    按作品的热度自动添加质量标签(见下文)。

    生成指引

    提示词

    在每次生成中,你应该统一使用同一种写法的提示词,可供使用的提示词书写方式有两种。

    • 移除提示词中的所有下划线,如 robin \(honkai: star rail\) (建议,因为训练用的提示词格式就是这样的)。

    • 含下划线的提示词,如 robin_\(honkai:_star_rail\)

    推荐的提示词顺序如下:

    <1boy/1girl/1other/...>, <character>, <artists/styles>, <quality tags>, <composition tags>, <IP/franchise>, <more tags>

    数据集中将 Pixiv 中的 “xxx n+ bookmarks/users” 标签映射为了质量提示词,以此增强了模型的质量控制。经对比,这些提示词的效果已较为显著。

    可用的质量提示词有:

    masterpiece         # n >= 10000
    best quality        # 5000 <= n < 10000
    high quality        # 1000 <= n < 5000
    good quality        # 500 <= n < 1000
    normal quality      # else

    延续了 NAI-XL 的年代提示词,现在你可以使用 year 2025,且 newest 对应的年份更改为 2021~2025 。

    我还对图像的分辨率作了如下划分:

    absurdres           # n > 9,000,000 (pixels)
    highres             # 4,000,000 < n <= 9,000,000 (pixels)
    midres              # 1,048,576 < n <= 4,000,000 (pixels)
    lowres              # else

    由于数据集的构成,你可以使用不限于 Danbooru 的、存在于 Pixiv 标签中的更多提示词。尽管它们目前的效果还不明显,但我相信,模型经过后续的迭代,会使它们趋于完善。

    我在用的负面提示词如下:

    Suggest Negative Prompt:
    lowres, (worst quality, bad quality, low quality:1.2), bad anatomy, bad perspective, bad hands, bad feet, bad pixiv id, anime screencap, watermark, artist name, censored, bar censor, mosaic censoring, amputee

    其他

    采样器:Euler / Euler a

    CFG:4.0~6.5

    迭代步数:主要阶段应大于 20 步

    未提到的部分与原模型保持一致。


    Introduction

    This model is based on the Epsilon series from NoobAI-XL and was trained using a brand-new dataset. I hope you’ll like it. I will continue expanding the dataset and training the model until it becomes fully refined. Compared to the May version, the October version has seen significant improvements in multiple aspects. However, the semantic accuracy has decreased significantly and needs to be further improved.

    Model Training Details

    Dataset

    The samples used for continued training were primarily collected from Pixiv.
    Each image’s prompts include English tags added by the author or the community on Pixiv, along with additional tags retrieved via the Danbooru API.

    For images not uploaded to Danbooru — since Pixiv generally provides fewer tags — I used wd-tagger-v3 to infer Danbooru-style tags for each image.
    Then, using a local index and Danbooru’s autocomplete API, each artist’s Pixiv username was mapped to the correct Danbooru artist tag.

    Details are as follows:

    • Crawled the Pixiv monthly ranking (regular) from January to October 2025, collecting 500 images per day, deduplicated, and extracted English tags for each image.

    • Crawled the Pixiv R18 weekly ranking from January to May 2025, deduplicated and extracted English tags for each image. (Did not continue updating R18 rankings due to excessive censorship.)

    • Selected works from about 50 illustrators featured in Pixiv VISIONS Yearbook, covering their works from Nov 1, 2024 to Oct 1, 2025, with English tags retrieved for each image.

    • Due to censorship policies in Pixiv’s host country, most R18 works are moderated, so an additional 7,000 positive samples were selected from Danbooru under order:score age:<1year, covering most popular game characters.
      Negative samples were also collected (e.g., bad hands, bad feet, etc.).

    Total: 21,345 samples.

    WEEKLY_RANKING_R18_API: str = "https://www.pixiv.net/ranking.php?mode=weekly_r18&date={date}&p={p}&format=json"
    
    MONTHLY_RANKING_API: str = "https://www.pixiv.net/ranking.php?mode=monthly&date={date}&p={p}&format=json"
    
    ILLUST_INFO_API: str = "https://www.pixiv.net/ajax/illust/{illust_id}?lang=en"
    
    DANBOORU_SEARCH_API: str = "https://danbooru.donmai.us/posts.json?tags={tags}&page={page}&limit={limit}"
    
    DANBOORU_AUTO_COMPLETE_API: str = "https://danbooru.donmai.us/autocomplete.json"

    Duplicate prompts were removed, incorrect ones deleted, and samples with overly short or long prompts were discarded.
    Samples containing any of the following prompt tags were also removed:

    chat log, fake screenshot, ai-generated, ai-generated illustration, announcement celebration, comic, manga, how to draw, multiple boys, multiple girls

    Quality tags were automatically assigned according to the artwork’s popularity (see below).

    Generation Guidelines

    Prompts

    During generation, you should keep a consistent writing style for prompts. Two formats are supported:

    • Without underscores: robin \(honkai: star rail\)

    • With underscores: robin_\(honkai:_star_rail\)

    Recommended prompt order:

    <1boy/1girl/1other/...>, <character>, <artists/styles>, <quality tags>, <composition tags>, <IP/franchise>, <more tags>

    Pixiv’s “xxx n+ bookmarks/users” tags were mapped to quality prompt tags to improve quality control.
    After testing, these tags have shown significant effects.

    Available quality tags:

    masterpiece         # n >= 10000
    best quality        # 5000 <= n < 10000
    high quality        # 1000 <= n < 5000
    good quality        # 500 <= n < 1000
    normal quality      # else

    The year tag system from NAI-XL is continued — you can now use year 2025,
    and newest now corresponds to the range 2021–2025.

    I also categorized images by resolution as follows:

    absurdres           # n > 9,000,000 (pixels)
    highres             # 4,000,000 < n <= 9,000,000 (pixels)
    midres              # 1,048,576 < n <= 4,000,000 (pixels)
    lowres              # else

    Because of how the dataset is constructed, you can use not only Danbooru tags but also many Pixiv-specific tags.
    Their current impact is limited, but with future iterations, they should become more effective.

    Suggest Negative Prompt:
    lowres, (worst quality, bad quality, low quality:1.2), bad anatomy, bad perspective, bad hands, bad feet, bad pixiv id, anime screencap, watermark, artist name, censored, bar censor, mosaic censoring, amputee

    Other Settings

    • Sampler: Euler / Euler a

    • CFG: 4.0–6.5

    • Steps: Should exceed 20 during main generation phases

    • Unmentioned parts remain consistent with the base model.

    Translated by GPT-5.

    Description

    2025/01/01-2025/05/13.

    FAQ

    Comments (9)

    A9616777May 24, 2025
    CivitAI

    想问一下

    composition tags 这个是指哪类TAG?
    Chanter
    Author
    May 24, 2025

    'from above' 'dutch_angle' etc.

    A9616777May 24, 2025

    @Chanter 就是“视角”,或者远景,近景之类的TAG?

    Chanter
    Author
    May 25, 2025

    @A9616777 是的是的。

    And233May 25, 2025
    CivitAI

    打标模型是不是用的有点旧,还是考虑到主体标签都来自于p站tag所以不用考虑人物的问题?

    Chanter
    Author
    May 25, 2025· 1 reaction

    你说的非常正确!从P站获取的标签确实一定程度上抵消了打标模型较旧的问题。但我非常乐意更换模型,如果可以提供更新的模型,我想更换掉现在的这个。现在的这个是我从SD-WebUI的内置扩展里直接移植的代码和模型。

    reakaakaskyMay 25, 2025

    @Chanter wd-tigger-v3, onnx 格式,手搓一个脚本很快。

    Chanter
    Author
    May 26, 2025

    @reakaakasky ok,下次就用这个,谢谢你~

    DarkMoonFallJun 28, 2025· 6 reactions
    CivitAI

    It's been a while since i last saw your models, good to see you again.

    Checkpoint
    NoobAI

    Details

    Downloads
    336
    Platform
    CivitAI
    Platform Status
    Available
    Created
    5/22/2025
    Updated
    5/13/2026
    Deleted
    -