CivArchive
    Preview 46921472
    Preview 46921564
    Preview 46921567
    Preview 46921539
    Preview 46921570
    Preview 46921568
    Preview 46921572
    Preview 46921574
    Preview 46921576
    Preview 46921580
    Preview 46921582
    Preview 46921583
    Preview 46921584
    Preview 46921588
    Preview 46921589

    Model Introduction

    This image generation model, based on Laxhar/noobai-XL_v1.0, leverages full Danbooru and e621 datasets with native tags and natural language captioning.

    Implemented as a v-prediction model (distinct from eps-prediction), it requires specific parameter configurations - detailed in following sections.

    Special thanks to my teammate euge for the coding work, and we're grateful for the technical support from many helpful community members.

    ⚠️ IMPORTANT NOTICE ⚠️

    THIS MODEL WORKS DIFFERENT FROM EPS MODELS!

    PLEASE READ THE GUIDE CAREFULLY!

    Model Details


    How to Use the Model.

    Guidebook for NoobAI XL:

    ENG:

    https://civarchive.com/articles/8962

    CHS:

    https://fcnk27d6mpa5.feishu.cn/wiki/S8Z4wy7fSiePNRksiBXcyrUenOh

    https://fcnk27d6mpa5.feishu.cn/wiki/IBVGwvVGViazLYkMgVEcvbklnge

    Method I: reForge

    1. (If you haven't installed reForge) Install reForge by following the instructions in the repository;

    2. Launch WebUI and use the model as usual!

    Method II: ComfyUI

    SAMLPLE with NODES

    comfy_ui_workflow_sample

    Method III: WebUI

    Note that dev branch is not stable and may contain bugs.

    1. (If you haven't installed WebUI) Install WebUI by following the instructions in the repository. For simp

    2.Switch to dev branch:

    git switch dev
    

    3. Pull latest updates:

    git pull
    

    4. Launch WebUI and use the model as usual!

    Method IV: Diffusers

    import torch
    from diffusers import StableDiffusionXLPipeline
    from diffusers import EulerDiscreteScheduler
    
    ckpt_path = "/path/to/model.safetensors"
    pipe = StableDiffusionXLPipeline.from_single_file(
        ckpt_path,
        use_safetensors=True,
        torch_dtype=torch.float16,
    )
    scheduler_args = {"prediction_type": "v_prediction", "rescale_betas_zero_snr": True}
    pipe.scheduler = EulerDiscreteScheduler.from_config(pipe.scheduler.config, **scheduler_args)
    pipe.enable_xformers_memory_efficient_attention()
    pipe = pipe.to("cuda")
    
    prompt = """masterpiece, best quality,artist:john_kafka,artist:nixeu,artist:quasarcake, chromatic aberration, film grain, horror \(theme\), limited palette, x-shaped pupils, high contrast, color contrast, cold colors, arlecchino \(genshin impact\), black theme,  gritty, graphite \(medium\)"""
    negative_prompt = "nsfw, worst quality, old, early, low quality, lowres, signature, username, logo, bad hands, mutated hands, mammal, anthro, furry, ambiguous form, feral, semi-anthro"
    
    image = pipe(
        prompt=prompt,
        negative_prompt=negative_prompt,
        width=832,
        height=1216,
        num_inference_steps=28,
        guidance_scale=5,
        generator=torch.Generator().manual_seed(42),
    ).images[0]
    
    image.save("output.png")
    

    Note: Please make sure Git is installed and environment is properly configured on your machine.


    Recommended Settings

    Parameters

    • CFG: 4 ~ 5

    • Steps: 28 ~ 35

    • Sampling Method: Euler (⚠️ Other samplers will not work properly)

    • Resolution: Total area around 1024x1024. Best to choose from: 768x1344, 832x1216, 896x1152, 1024x1024, 1152x896, 1216x832, 1344x768

    Prompts

    • Prompt Prefix:

    masterpiece, best quality, newest, absurdres, highres, safe,
    
    • Negative Prompt:

    nsfw, worst quality, old, early, low quality, lowres, signature, username, logo, bad hands, mutated hands, mammal, anthro, furry, ambiguous form, feral, semi-anthro
    

    Usage Guidelines

    Caption

    <1girl/1boy/1other/...>, <character>, <series>, <artists>, <special tags>, <general tags>, <other tags>
    

    Quality Tags

    For quality tags, we evaluated image popularity through the following process:

    • Data normalization based on various sources and ratings.

    • Application of time-based decay coefficients according to date recency.

    • Ranking of images within the entire dataset based on this processing.

    Our ultimate goal is to ensure that quality tags effectively track user preferences in recent years.

    Percentile RangeQuality Tags> 95thmasterpiece> 85th, <= 95thbest quality> 60th, <= 85thgood quality> 30th, <= 60thnormal quality<= 30thworst quality

    Aesthetic Tags

    TagDescriptionvery awaTop 5% of images in terms of aesthetic score by waifu-scorerworst aestheticAll the bottom 5% of images in terms of aesthetic score by waifu-scorer and aesthetic-shadow-v2......

    Date Tags

    There are two types of date tags: year tags and period tags. For year tags, use year xxxx format, i.e., year 2021. For period tags, please refer to the following table:

    Year RangePeriod tag2005-2010old2011-2014early2014-2017mid2018-2020recent2021-2024newest

    Dataset

    • The latest Danbooru images up to the training date (approximately before 2024-10-23)

    • E621 images e621-2024-webp-4Mpixel dataset on Hugging Face

    Communication

    How to train a LoRA on v-pred SDXL model

    A tutorial is intended for LoRA trainers based on sd-scripts.

    article link: https://civarchive.com/articles/8723

    Utility Tool

    Laxhar Lab is training a dedicated ControlNet model for NoobXL, and the models are being released progressively. So far, the normal, depth, and canny have been released.

    Model link: https://civarchive.com/models/929685

    Model License

    This model's license inherits from https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0 fair-ai-public-license-1.0-sd and adds the following terms. Any use of this model and its variants is bound by this license.

    I. Usage Restrictions

    • Prohibited use for harmful, malicious, or illegal activities, including but not limited to harassment, threats, and spreading misinformation.

    • Prohibited generation of unethical or offensive content.

    • Prohibited violation of laws and regulations in the user's jurisdiction.

    II. Commercial Prohibition

    We prohibit any form of commercialization, including but not limited to monetization or commercial use of the model, derivative models, or model-generated products.

    III. Open Source Community

    To foster a thriving open-source community,users MUST comply with the following requirements:

    • Open source derivative models, merged models, LoRAs, and products based on the above models.

    • Share work details such as synthesis formulas, prompts, and workflows.

    • Follow the fair-ai-public-license to ensure derivative works remain open source.

    IV. Disclaimer

    Generated models may produce unexpected or harmful outputs. Users must assume all risks and potential consequences of usage.

    Participants and Contributors

    Participants

    Contributors

    Description

    Merry Christmas! NOOBAI XL-VPred 1.0 has been released! The V prediction series has come to a successful end, and what an interesting journey it has been. Who knows, we might have the chance to do this again in the future. With this, our Laxhar Lab's weekly update plan comes to a grand finale!

    By the way, here are the advantages of this version:

    1. Fine-tuned with high-quality datasets: We have optimized the model for anatomical accuracy and compositional rationality through meticulous adjustments with high-quality datasets.

    2. Flexible style combination weights: The model now offers more flexibility in combining different painting styles, with improved robustness when overlaying multiple styles.

    3. Enhanced utility of quality words: The effectiveness of quality words has become more pronounced in this version.

    4. A blend of features from the standard and S versions: The color style is vibrant yet less prone to overexposure, combining the best of both worlds.

    Usage recommendations and future work:

    1. Use with dynamic CFG plugin: We recommend using the dynamic CFG & CFG Rescale plugin when employing the V prediction model to prevent oversaturation or overly gray images. You can refer to the configuration of 0.2 for the best results.

    2. Choice of sampling methods: Although NOOBAI XL-VPred 1.0 supports most sampling methods, V prediction does not support the Karras series of sampling. Therefore, we suggest using Euler and DDIM sampling methods for more stable outcomes.

    3. Ongoing updates and support: We will continue to update VPred 1.0, including the ControlNet model and other plugins. The main model will also be updated irregularly when there are significant improvements (let's see how the DIT effect of NAI4 is and learn from it), so stay tuned!

    Lastly, I must share a personal recommendation: the recent game "MiSide" is truly a great game. It has been a long time since a solo game has moved me so much. I strongly recommend it. Wishing you all a Merry Christmas. After a year of hard work, it's time to rest. Until we meet again in this world of possibilitiesミ(・・)ミ

    FAQ

    Comments (662)

    Showing latest 202 of 662.

    steppenwolfMar 8, 2025· 13 reactions
    CivitAI

    someone please share parameters for training style lora with OneTrainer, no luck with default params\tutorials for other models

    namelooseMar 9, 2025· 10 reactions
    CivitAI

    Still the best at following specific art styles with booru tags. Hope we see an update sometime soon, though y'all do deserve a break, so I get it. 😁

    6507088Mar 10, 2025· 5 reactions
    CivitAI

    what hires configuration do you recommend?
    upscaler, denoising strength, steps, and upscale by

    VolnovikMar 11, 2025· 1 reaction

    Check my guides, I recommend mixture of diffusers instead of hires. Faster and better results

    yar4ik141Mar 11, 2025· 7 reactions
    CivitAI

    Can someone explain what loras are usable with this model? Just some pony at least on site are working that's why I'm confused af. I don't know wat I can and can't use

    AnistasiataMar 12, 2025· 1 reaction

    In my experience, the Epsilon Pred models work with Illustrious loras, but the V-Pred model I got by accident doesn't seem to work with them...?

    RomazeoMar 14, 2025

    In my experience, any lora's cause inconsistency... So, better to avoid any of them.

    AnistasiataMar 20, 2025

    @Romazeo Same, with one exception: I often use one very specific art style lora because it actually seems to make things more consistent, somehow.

    BimpiMar 11, 2025· 7 reactions
    CivitAI

    Ok this is probably a dumb question but I have really no idea and I searched for an answer everywhere:

    can I use a previous version of a model on the site generator or once there is a newer one the old one is gone?

    Sorry to bother but I'm really stumped.

    DraconicDragonMar 11, 2025· 1 reaction

    Apparently CivitAI is currently testing a feature that makes all checkpoints available on the site, seems like you will be able to use older versions of models just fine, albeit with a possible price increase if the model isn't already loaded onto the servers i assume

    BimpiMar 11, 2025

    @DraconicDragon I just checked the new update and it is exactly about what I was talking about.

    I don't know how I feel about the different prices yet, but talk about insane timing!

    dieGHOST_sanMar 12, 2025· 7 reactions
    CivitAI

    Has anyone trained with epsilon model in Civitai's LoRas trainer? Does it work, or do you need to use Kohya/ss-scripts?


    DimaHunterMar 12, 2025· 11 reactions
    CivitAI

    Suddenly it generates everything with poor details, extremely pale. I noticed the "style" loras i used previously do not appear in the search but they remain on Civitai. ¿Could this mean that when they are added to the search again, my generations will retake their style as before?

    RomazeoMar 14, 2025· 6 reactions
    CivitAI

    Can we expect update with new/missing characters and their costumes/weapons?

    NikJoshMar 15, 2025

    Easier to use Loras. But even if the creator said yes, still doesn't mean the one you want will be added.

    deathofaduckMar 14, 2025· 6 reactions
    CivitAI

    This model used to be amazing, but I don't know what's changed with CivitAI online generator or the model recently, but the same prompts that I used in the past now generate terrible results.

    rotechacon667Mar 15, 2025

    CivitAI generator is having tons of issues these last few days

    Midori2667Mar 15, 2025· 1 reaction

    there was some changes on how the system interprets prompts. theres a post about it. youll need to change your prompting.

    ChurrusMar 15, 2025· 1 reaction

    It's not just weighting, they added some kind of nsfw parser, that changes your prompt or adds a broken embedding, see my same-seed post adding just 1 naughty concept and destroying the content:
    (NSFW, furry, vanilla) https://civitai.com/posts/14182031

    ChurrusMar 15, 2025· 1 reaction

    It's probably an embedding, because it destroys Vpred's ability to make black background and adds hallucination.

    ChurrusMar 15, 2025· 1 reaction

    It's fixed now! (Only tested noobai)

    WrackerRioterMar 15, 2025· 7 reactions
    CivitAI

    Can LORAs from XL, Pony, and Illustrious models still be used?

    NikJoshMar 15, 2025

    Illustrious is base of noobai so it can a little bit, it usually look buggy though, I tested it and Noobai is basically 80% illustrious, so it'll look 20% off.

    punkbuzter340Mar 16, 2025· 8 reactions
    CivitAI

    It works different from other EPS models? Oh great, so what does EPS mean and what's the difference?
    I hate these seas of acronyms xD

    AigrRoonMar 16, 2025· 2 reactions

    (EPS) is a graphics file format used for vector images, developed by Adobe in the late 1980s. Don't bother searching for EPS AI, as the abbreviation for the Adobe app is Ai.

    Ya, we need to stop using acronyms. Especially commonly reused ones.

    lnlomMar 19, 2025· 7 reactions

    @AigrRoon Wrong, sorry. EPS (Epsilon Prediction) and Vpred (Velocity Prediction) are different ways to train a diffusion model to reverse the "noise" added during training. The ELI5 is - EPS models focus on predicting what noise to remove at each step, while Vpred models predict how to adjust the image at each step, In plain English. EPS is the older way of handling noise when training. Vpred is a "newer" (Its not really new) more accurate method. The result is that Vpred models accurately represent true color better. Black is actually black. White is actually white. The downside is loras trained on EPS versions often do not work with Vpred models. You also need to set different model sampling parameters within A1111 or ComfyUI to get them to work properly or you will get pixel soup or just black images.

    punkbuzter340Mar 20, 2025· 1 reaction

    @lnlom I don't know much about training but I understand the prediction and noise part and what you said about Lora's, so thanks! :)

    kellykellyApr 27, 2025· 1 reaction

    @lnlom thanks

    urbanlegendwikiMar 18, 2025· 8 reactions
    CivitAI

    This model, despite having E621 and Danbooru datasets, surprisingly can follow overly specific prompts and even sentences, similar to Flux!

    Proof: https://pixai.art/artwork/1847095301356697022-Dystheism

    ReinhardZeoMar 19, 2025· 9 reactions
    CivitAI

    Why doesn't the EPS version appear in Lora (Civitai) training when selecting custom?

    newhermanbiz554Mar 19, 2025· 10 reactions
    CivitAI

    Hi, why are my generate results always broken like this? I am using A1111 webui. Is there anything I missed?

    NTR_BLACKMar 19, 2025· 1 reaction

    use Comfyui ,if you use vpred model.

    YukihayashiMar 19, 2025· 10 reactions
    CivitAI

    I might be an idiot but I use vast AI to run AI through A1111

    I am using a PONY Based SD instance, and this model turns all my images into pure noise and bleached color

    I don't think using PONY is correct for this so can someone tell me what I am supposed to use and how I would set that up on vast AI????

    YukihayashiMar 24, 2025

    @NTR_BLACK thank you

    Ari_AnimeLoversApr 3, 2025

    comfyui, google colab

    Hugh_MungusMar 21, 2025· 12 reactions
    CivitAI

    I trying some 3D generations but,not sucess at all. I using Comfyui,and tips??

    zhengbanwansuiMar 24, 2025· 9 reactions
    CivitAI

    god bless you

    IJDEIHMar 24, 2025· 10 reactions
    CivitAI

    Vpred is amazing at generating dark images, which you might not find in any other base model. Very versatile, solid model for an amazing amount of datasets.

    CibasCiborgueMar 24, 2025· 12 reactions
    CivitAI

    I'm loving to work with NoobAi. Very good character generation for several styles of manga, from old to new gen mangakas

    Sirius_BusinessMar 28, 2025· 23 reactions
    CivitAI

    I can't believe we have to bid just to be able to use this checkpoint again. This is really tiresome.

    113346Mar 28, 2025· 18 reactions
    CivitAI

    How do I get brighter pictures? Everything is too dark . Day, or sunny doesn't help.

    SAY_AIMar 31, 2025· 14 reactions
    CivitAI

    请问必须是reForge而不是Forge吗?我使用Forge,不知道能否运行v-pred版本。
    Does it have to be reForge instead of Forge? I'm using Forge, but I don't know if it can run the v-pred version.

    Sirius_BusinessApr 4, 2025· 20 reactions
    CivitAI

    How long do we have to wait until Epislon pred 1.1 is available again for lora training? I kind of want to get back to training my loras.

    VolnovikApr 6, 2025· 11 reactions
    CivitAI

    Did comfy workflows to mimic stuff I was doing in forge. https://civitai.com/articles/13357

    SmezApr 8, 2025· 20 reactions
    CivitAI

    Hello, the model is amazing but it has a flaw that need to be addressed.

    It will generate an image with red tint if you use an artist tag with a character tag that an artist didn't draw, this is an example https://x.com/Smez_AI/status/1909459356502180080 you can see when I generate character outside his dataset, it gets red, but when I generate Raymond(which he draws) it looks fine, this ONLY happen on an artist tag in E621 dataset I try the same thing with some furry artist and yield similar result, have no problem on Danbooru artist tag.

    minazuki159Apr 8, 2025· 12 reactions
    CivitAI

    What do i have to do if i get an uneven skin tone, the character i'm generating is wearing a red-framed glasses but the skin around the glasses became so White and somewhat looks like a clown-makeup. Any tips appreciated. (i try 'white skin' or 'bright skin' on negative prompt and didn't work. Even playing with the cfg)

    tupuuApr 17, 2025· 14 reactions
    CivitAI

    I uploaded noobXL (EPS1.1/EPS1.0) that only modified the metadata, so that you can use it for online lora training.

    If civitai fixes this problem in the future or the author of noobXL objects to me doing this, I will remove this checkpoint.

    https://civitai.com/models/1475640

    haruzakatana456Apr 19, 2025· 9 reactions
    CivitAI

    i had upload. that very good vor me

    ABRAXASSApr 19, 2025· 8 reactions
    CivitAI

    Is it me or 0,75 worked way better than 1.0?..

    bougyakumahouApr 22, 2025· 19 reactions
    CivitAI

    Why does this model only work on comfy? No matter what I do on forge in on civitai I can't reproduce your images.

    113346Apr 24, 2025· 9 reactions
    CivitAI

    seems to only work if you use artist names,

    EDPLOLApr 30, 2025· 8 reactions
    CivitAI

    when I installed reforge a1111 webui by Panchovix to use this checkpoint, all my other checkpoints thats not NoobAI don't even work. My Loras work fine but my other checkpoints that are PONY and Illustrious don't.

    kazumuMay 1, 2025· 14 reactions
    CivitAI

    V-Ped is a Model under development as of May 2025.

    V-Pred and later versions are not fully compatible with many of the current LoRAs for NAI; they are compatible with E-Pred.

    It is possible to force these LoRAs to V-Pred, but the quality will be reduced.

    V-Pred cannot perform as well as it should without applying ZT-SNR; to enable ZT-SNR, a ZT-SNR-enabled WebUI is required.

    In other words, if you want to use LoRA with its current stability and wide range of features, E-Pred 1.1 is more stable. However, V-Ped offers unparalleled quality and speed.

    The WebUI I recommend is EasyReforge, developed by Zuntan based on reForge. His package has its own LoRA, which generates FullHD in only 10 seconds, even though it is RTX3060 class.

    win64shippingexeMay 2, 2025· 13 reactions
    CivitAI

    it is kinda poor for inpainting nude woman (need lots of reroll), but it is achievable by using URPM, then enhance the artstyle with inpainting using this model. it's really good at penis inpainting for some reason

    QH96May 5, 2025· 18 reactions
    CivitAI

    Would have been cool to see what they could have made if they didn't give up on 0.9r. A single SDXL model that can do both realism and digital illustrations with full danbooru knowledge.

    VolnovikMay 8, 2025· 15 reactions
    CivitAI

    Made a lora to battle oversaturation. https://civitai.com/models/1555532?modelVersionId=1760239 check it out

    springmushroom_86May 11, 2025· 21 reactions
    CivitAI

    Very good model that pretty adherence with artist tags. I recommend use Euler a CFG++ with SGM Uniform for sampler. As such, for this sampler you NEED to use low CFG at 1.3 otherwise your result will be overfried.

    113346May 14, 2025· 21 reactions
    CivitAI

    Ironically for being called noob it really isn't noob friendly.

    Edit: Just a tip, Illustrious loras work pretty good with it and seem to help.

    nekohimeonline948May 14, 2025· 30 reactions
    CivitAI

    No matter what I do I just keep getting noise. I'm so frustrated.

    schschMay 19, 2025· 17 reactions
    CivitAI

    As an 'Illustrious checkpoint fan', I am trying my most to get the best of Noobai. So far, in Comfyui, I got excellent results with NO clipskip, Euler (NOT Euler A), Normal, CFG 4, steps >20, with NO 'paseer/turbo/lightning' loras (Most, if not all, breaks the image). For EPSILON version, you dont need the extra ModelSamplingDiscrete node (for Comfyui). For VPRED, you need it. And you need to cherrypick the best Illustrious LORA variants to work better with Noobai, in case you need a character or object or background that doesnt exist as a NOOBAI LORA (people say it works with Pony and Illustrious LORAS but at least for me, Pony is like 95% FAIL 5% ok, and Illustrious, 60% FAIL, 40% OK.

    MichindusMay 20, 2025· 22 reactions
    CivitAI

    Sucks that they stopped working on the eps models and sucks even more that people keep bidding for the v-pred models for civitai generation.

    sakura_ankoMay 21, 2025· 15 reactions
    CivitAI

    noobai still works with illustrious models right?

    jonaldMay 25, 2025· 7 reactions
    CivitAI

    this is a great model until I use a LoRA unfortunately. I get more errors in the image than I would with an illustrious model. That is a serious issue needed to be addressed in the next version.

    SpacetoonicMay 25, 2025· 10 reactions
    CivitAI

    Can somebody explain this to me? Is it a new version of SDXL like Pony and illustrious? if it is, I might think of using it

    Lelouch13May 31, 2025· 12 reactions
    CivitAI

    Whatever I do, none of the NoobAI models work properly for me, there is a lot of noise during generation and the pixels are black, what am I doing wrong? I have stable diffusion AUTOMATIC1111

    CarlosStarSeekerJun 4, 2025· 9 reactions
    CivitAI

    Is this model better at generating high detailed background ?

    Arth_IAJun 4, 2025· 12 reactions
    CivitAI

    Can we get an update on this model? I love its style and can't find another checkpoint with a similar style, but the problem is that there are often flaws in the renders, especially the hands. If anyone knows of a similar but more updated one, please let me know.

    inayuk8860Jun 7, 2025· 16 reactions
    CivitAI

    What is the next big thing after Illustrious/Noobai when it comes to anime stuffs?

    Asking here because well ..this is all what I've been using so far,and I'm not really up to date with the newest model development..

    Starry_EyesJun 7, 2025· 17 reactions
    CivitAI

    I simply can't get a good looking picture.

    Everything is either too dark, too bright, or comes out with blue or Red lighting.Yes I use very awa.

    MusingsJun 8, 2025· 13 reactions
    CivitAI

    Any solution for the oversaturated orange/red images it often produces?

    mchlsctt709Jun 8, 2025· 15 reactions
    CivitAI

    Anyone find a replacement model for this? Images now coming out overly saturated and cartoonish, thanks

    3j9aJun 14, 2025· 27 reactions
    CivitAI

    I find this unusable without a LoRA.

    ProteiniqueJun 15, 2025· 14 reactions
    CivitAI

    What noob models can do that illustrious cant ?

    VolnovikJun 16, 2025· 11 reactions
    CivitAI

    I think I fixed most of the coloring issues of this model and potentially any other v-pred finetune of it. For a proof of concept I colorfixed base model: https://civitai.com/models/1672827?modelVersionId=1907150 This is just base model with my loras applied. It still needs v-pred parameter. It does blacks. Backgrounds are not destroyed. Red skin and accidental furries are not present.

    Learning2025Jun 16, 2025· 16 reactions
    CivitAI

    Is this model incapable of creating Realistic images?

    L_A_X
    Author
    Jun 17, 2025· 2 reactions

    Unfortunately no, it's specifically for generating anime

    FunforMeJun 18, 2025· 16 reactions
    CivitAI

    Does this work with Amuse?

    ningningmaknae2741Jun 19, 2025· 16 reactions
    CivitAI

    great

    DuanshuiliuJun 21, 2025· 21 reactions
    CivitAI

    noobai在画人物这方面很强大,但是背景,风景却画的一塌糊涂

    NTR_BLACKJul 11, 2025

    現在有很多微調版本,加了新人物之餘還大量修正了背景問題

    當然其實背景如果有講究,現在COMfyui 自動批量換背景還能幫人物配合上背景的光源,
    比直接叫這類模型畫好多了,還能保持統一性

    TotoriaJul 21, 2025

    NTR_BLACK 可以介绍几个微调版本吗? 多谢

    udaloy1155Jun 23, 2025· 28 reactions
    CivitAI

    NoobAI-XL is the best for generating cartoonishly expressive images.

    Models with improved versions of NoobAI-XL (such as WAI) lose expressiveness in exchange for improved quality.

    If you want to generate “beautiful boring realistic pictures” rather than “comical and funny cartoon pictures”, you should not choose NoobAI.

    DoubleSugerJun 24, 2025· 21 reactions
    CivitAI

    If we use it in the same way as IL, you will experience online generation hell.

    It will wear clothes that you did not specify, it will not follow the 2girls tag well, and it is generally strong, so if you make a mistake in the sampler or CFG, the color will be terrible.

    Be prepared that the probability of following the prompts is about the same as the old pony.

    zczcgJun 27, 2025

    any suggestion?i find style is different every per output

    DoubleSugerJun 27, 2025

    @zczcg I mainly use WAI-NSFW-illustrious-SDXL

    I don't know

    derpmagicianJul 7, 2025

    @zczcg use an artist tag from danbooru

    cutefeetcunny467Jul 11, 2025

    @zczcg this is different from other checkpoints, you will have to use a lot of tags. But i prefer it over finetunes.

    zczcgJul 12, 2025

    @cutefeetcunny467 I think the prompt is not easy,any hint?

    DoubleSugerJul 12, 2025

    @zczcg I just remix other people's prompts and tweak them from there. I don't post most of them because it's a pain to write a prompt from scratch. The instructions for this model tell you how to write it, right? Recommended Settings

    zczcgJul 12, 2025

    @DoubleSuger That`s I do the same for now,but sometimes too much hassle, and can`t give good outputs as examples

    DoubleSugerJul 14, 2025

    @zczcg maybe You should give up. sry, I have given up too. And there are many other noobAI models. You can use the noob models with IL(WAI-NSFW-illustrious-SDXL).

    zczcgJun 28, 2025· 13 reactions
    CivitAI

    anyone can suggest the Scheduler? Now i`m use beta 1.1,thanks

    alter2611Jun 28, 2025

    I suggest any uniform scheduler with Ancestral samplers and Beta-like schedulers with non-Ancestral ones.

    bruh7554Jul 2, 2025· 24 reactions
    CivitAI

    I know this is probably a really stupid question but do I need to use everything else in the suggested resources for this to work properly or can I use it as is without them and it'll work fine?

    Y_XJul 2, 2025

    it'll work fine

    SmonmonJul 12, 2025· 19 reactions
    CivitAI

    When are new illustrious/noobAI models getting the character "portfolio" updated? When will the models start to recognize newer characters without having to use LORAs?

    xuroJul 16, 2025

    yes that's what I was thinking

    Xeno443Jul 16, 2025· 1 reaction

    as soon as someone gives them 250k$ to train a newer finetune

    Key_AIJul 20, 2025

    In "about this model" they specifically say: "The V prediction series has come to a successful end". That's it.

    Noise_ConnoisseurJul 21, 2025

    "Updating portfolio" means retraining model from scratch with the new dataset. Which means collecting and tagging the data all over again. Considering the sparcity and price of compute - not gonna happen untill there is a breakthrough that warrants it (like going from SD1.5 to SDXL to Pony to IL to Noob). Granted, those happen every 9-12 months or so, so there may be something new in winter based on fresh data.

    Best we can hope for now is a merge model that simply integrates a bunch of LoRAs, without destroying the base model.

    HaomingGamingJul 16, 2025· 9 reactions
    CivitAI

    Does anyone know of a more up-to-date v-pred checkpoint?

    I've been using wai-shuffle-noob lately, though its dateset is a bit... dated...

    xtdfmjJul 21, 2025· 9 reactions
    CivitAI

    标题左滑一次的这张未花圣娅图的工作流看上去好厉害,但是似乎有bug,有人有这个工作流的文件吗

    xtdfmjJul 21, 2025

    是万圣节风格的那张

    baiye373Aug 7, 2025

    xtdfmj 兄弟你咋拿到工作流的,这种我以为都看不到拿不到的,指导一下可以吗

    Fannovel16Aug 9, 2025

    我给改了一下,把提示词替换和模型离散采样算法给忽略,然后其他缺失的模型看着下载就行了,【前置】此处面部特征与面部修复同步有的lora缺失,删掉即可

    xtdfmjJan 18, 2026

    @baiye373 直接把原图放进去就行了

    whatneverwas97996Aug 1, 2025· 13 reactions
    CivitAI

    I love this image generator! Extremely intuitive and and creates lovely images each time. My only complaint is that it occasionally creates "messy" images or strange colors. But that's usually down to my mistakes while prompting.

    a1161327317Aug 1, 2025· 18 reactions
    CivitAI

    究竟什么是V预测

    woctordhoAug 14, 2025

    它预测的不是“噪声”,而是“噪声”和“速度”的一个组合,当时研究表明这样能让扩散的过程更稳定,不过现在更好的办法是flow match

    KREnzyyAug 1, 2025· 32 reactions
    CivitAI

    Will this model be updated in the future?

    JohnMcClane117Aug 2, 2025· 19 reactions
    CivitAI

    I only get noise whenever I want to generate an image ?! Other NoobAI Checkpoints working fine, but same prompt with this one and its just noise ??

    KagenokoujisAug 2, 2025· 1 reaction

    Always has been. Just like the original IllustriousXL checkpoint was. So it's better to use other checkpoint than the original if you want better detailed result

    JohnMcClane117Aug 2, 2025

    Kagenokoujis Thanks for the help :) Kinda strange to me, that this Checkpoint doesnt work at all ??

    KagenokoujisAug 2, 2025

    JohnMcClane117  Not really. This checkpoint still kinda works tho when using artist tag or Loras sometimes. And yet it still looks messy and noisy

    maozukeAug 3, 2025

    Try using noob ai detailer lora maybe it helps

    chemotherapyAug 19, 2025

    try making ur clip skip on -2

    PhatcatAug 20, 2025

    it's vpred, you can't load and use it like epred...

    HermitTheVandalAug 2, 2025· 23 reactions
    CivitAI

    🐐 tier

    just84724338Aug 3, 2025· 19 reactions
    CivitAI

    https://docs.qq.com/sheet/DZGxRSXhvcmNmeHFv?tab=9v7zie

    https://docs.qq.com/sheet/DZWZMemxNZkpVR0VB?tab=BB08J2

    一個是300画风法典:NAI3画风收集和研究,另一個是NOOB 1.0版本 1000 单画师测试,這兩個網站都被封了,請問各位大佬還有其他地方可以看畫風測試的嗎?

    KREnzyyAug 20, 2025· 2 reactions
    SerelinaAug 20, 2025

    Sorry to interrupt, but I was looking for this too.

    Thank you.

    Do you know if this works for other products besides NoobAI-XL (NAI-XL)...?

    KREnzyyAug 22, 2025· 1 reaction

    @Serelina Each illustrious model can be used, such as wai nsfw/plant milk model suit/hassaku xl/ntrmix/one obsession... But each model will have subtle differences

    SerelinaAug 23, 2025

    @KREnzyyThank you for the information you provided. I appreciate your sharing of information!

    Vtm_WAug 21, 2025· 25 reactions
    CivitAI

    Could anyone plz tell me that is the eps1.1 here the same as the NoobAI-XL v1.1 on huggingface? Seems like they are the same, but i cant confirm that

    sleepnowAug 27, 2025· 30 reactions
    CivitAI

    How to find ControlNet models that support the v-pred version. Can this set of ControlNet models NoobAI-XL ControlNet be used for this v-pred version?

    KellenokAug 29, 2025

    yes

    cc0724Sep 10, 2025· 24 reactions
    CivitAI

    伟大,无需多言

    lyhlmlzxy200209Sep 24, 2025· 15 reactions
    CivitAI

    为什么拿这个1.0的V-P炼lora,会出现一堆噪点?

    dyfnbyOct 1, 2025

    因为用得是v预测,正常情况下都默认e预测的,要么切换v预测,要么找E开头的版本

    junkdollSep 24, 2025· 18 reactions
    CivitAI

    Does anyone have any advice on using adetailers with vpred models? The ones I've tried seem to only be compatible with epsilon models, they make vpred images very distorted and odd looking.

    maozukeSep 26, 2025

    I'm using AnzhcFace-v2-768MS-seg.

    junkdollSep 26, 2025

    @maozuke I will check it out, thank you

    flover533553740Sep 27, 2025· 22 reactions
    CivitAI

    Nice

    912822818Oct 5, 2025· 33 reactions
    CivitAI

    很棒的大模型 novelai的最好替代方案 可以复刻一些画风 美学得到提升 捐了44个buzz 虽然不多 请笑纳 哈哈哈

    minazuki159Oct 7, 2025· 19 reactions
    CivitAI

    Anyone knew updated version of this V-Pred? I don't want to use other finetune v-pred version that already fused with certain styles because Lora styles gonna be a little bit ineffective. I love this V-pred but currently looking for some updated version of it. Thank you.

    embryo2000and5Oct 17, 2025

    There isnt, the 1.1 version is the latest and it seems like it wont be updated anymore

    aside2821703078546Oct 26, 2025

    v-pred model will be updated in 2026.

    embryo2000and5Oct 28, 2025

    @aside2821703078546 How do you mean updated? Will it retain the old dataset or will it add new images? Please explain

    RicemanTOct 28, 2025· 4 reactions

    @embryo2000and5 it's a bit of false info. The noob team have not decide on their next move yet (They're did annouce an inititive: If a SOTA multimodal t2i and i2i editing model come out in 2025- and by this point 2026 then they will commit to Noobv2). But no new base model have perfectly match the requirements. Laxhar himself is collaborating aka kinda doing a side quest right now with another group on a new model line based on Lumina,coming out on New Year. Currently, new noob vpred movement is happening through Bluvoll experimental Rectified Flow+ EQVAE finetune: bluvoll Creator Profile | Civitai

    FWSOct 28, 2025

    @RicemanT Where is information and name for this new Lumina based model?

    embryo2000and5Oct 28, 2025

    @RicemanT  Very nice, thank you for explaining everything!

    krewgOct 28, 2025

    @RicemanT Thank you for the info

    18428387855qhy891Oct 20, 2025· 12 reactions
    CivitAI

    请问为什么我的comfyui用该模型生成图片时,会显示以下报错

    GET was unable to find an engine to execute this computation

    zhangyubin390780Nov 3, 2025· 9 reactions
    CivitAI

    A question from a noob: Why do images sometimes look like rough drafts? Is it because the prompts aren't detailed enough? What should I do for simple scenes?

    TerrordacturneNov 3, 2025

    It's because the training data is extremely varied, including literal 'rough drafts' like you said. focused positive/negative prompts can sometimes assist with this, and especially knowing what artist style you're after.

    zhangyubin390780Nov 5, 2025

    @Terrordacturne thanks!

    GrogarNov 4, 2025· 12 reactions
    CivitAI

    What happens when I generate it? Everything goes wrong. Is this thing malfunctioning?

    zmduan2074178Nov 7, 2025

    Do you use karras scheduler? Try using normal scheduler

    hakaanDec 23, 2025

    Same here, i've trying multiples prefab workflow, it give me only garbage results, with samplingdiscret node or not, with rescaleCFG or not, with any sampler parameter its realy ugly

    mukadechorou13932Nov 6, 2025· 9 reactions
    CivitAI

    Why i cant generate image-to-image hi res fix with this checkpoint? Is this bug?

    AC000Nov 30, 2025· 30 reactions
    CivitAI

    Still the best even now. Some people are just lazy to prompt so they flock back to their smut generators (that are not much better than Pony) that turn your every gen into noticeably generic AI slop.

    artyclawDec 23, 2025

    Complaining how lazy others are - has no creations on their page. That's my humor.

    TatsuyaAIDec 3, 2025· 6 reactions
    CivitAI

    I wonder if anyone ever Fine Tuned 0.9R for Cosplay and Realistic Characters. Didn't see a single Realistic Images from recent uploads.

    Or maybe the got wiped out.

    UrielGnoyzakiDec 7, 2025

    Using vpred1.0 for fine-tuning is better than vpred0.9R.

    TatsuyaAIDec 8, 2025

    @UrielGnoyzaki for Realistic and Cosplay Character?

    kotsarelos62662Dec 11, 2025· 18 reactions
    CivitAI

    Great model if you can schizo-prompt.

    It definitely gives more unique results than Illustrious, but I’m not sure the time spent generating in order to get good results is worth it…

    Azuki900Dec 22, 2025· 4 reactions

    Especially with V-pred. I want something with actual feeling and style none of the generic shit that illustrious gives. But its just so damn hard to find something good. Its just so much tweaking and post processing required

    crazypennyDec 11, 2025· 19 reactions
    CivitAI

    Can someone explain why the following tag combinations fail to generate humans without adding any Lora?

    1girl, solo, tongue out, whole body, big chest, big ass, standing,look at view masterpiece, best quality, nsfw

    hoodwinkerDec 12, 2025

    This prompt is a bit messy and requires a bit of clean up in order for it to function better. Try the following

    "1girl, solo, tongue out, full body, large chest, huge ass, standing, looking at viewer, masterpiece, best quality, nsfw"

    qekDec 14, 2025· 1 reaction

    Use better models

    PatuwaDec 15, 2025· 1 reaction

    Pure NoobAi model needs good knowledge on Danbooru Tags to get good results, if you want "good" quality without needing to learn or an easier usage, use merge/trained models like Janku, Wai, Nova, etc.

    TerrordacturneDec 26, 2025

    Noob does not hold your hand like WAI, or similar illustrious models. You REALLY need to know exactly what you want, use heavy experimentation with samplers/loras/schedulers/artist tags, and learn exactly how to prompt for it. In my opinion Noob doesn't have that 'Generic AI' look like WAI and similar models have which makes it supirior, but it's also more work to get quality out of it. You just have to work hard to achieve it. Good luck!

    TiAmirDec 17, 2025· 15 reactions
    CivitAI

    pls dont forget about epsilon type model

    hakaanDec 23, 2025· 30 reactions
    CivitAI

    It give me only garbage results, most ulgy than SD1, i've trying multiple workflow and parameter, there's others comment that said the same thing

    PatuwaDec 26, 2025· 14 reactions

    This is one of the best Models but you need to know how to prompt using danbooru tags to get good quality using this model, if you simply add your character, plus some posing prompts, the result will look bad, you need to add quality and styles prompts. If you want good results without needing to use a lot of prompts use Stabilizer IL/NAI and NAI vpred fix LoRa's or just use a Model with a style build in, like Janku, Wai, Nova, Yiff, Noobai Cyberfix, etc.

    qekDec 27, 2025· 10 reactions

    @Patuwa Your suggested loras are trash made by a hypocrite

    qekDec 27, 2025· 3 reactions

    @hakaan You should use custom NoobAI models, a merge or a fine-tune, the base is indeed unusable, is just a "pretrain"

    hakaanDec 27, 2025· 3 reactions

    @qek Yes i use YiffiMix, with that i get nothing good, also with thousand of quality tags

    Azuki900Jan 3, 2026

    You just don't know how to how to prompt/good workflow. Especially if your getting results comparable to SD1. NoobAI especially vpred isn't a bad model you just need to learn how to prompt using booru tags, actually utilize tools like inpainting, detailers, etc.

    hakaanJan 12, 2026

    @Azuki900 i used exactly same parameters than examples, and some examples are not so goods also

    Azuki900Jan 13, 2026· 1 reaction

    @hakaan Must be user error then

    q2655604245344Dec 24, 2025· 13 reactions
    CivitAI

    呃呃

    2462925607221Jan 3, 2026· 16 reactions
    CivitAI

    This is my prompt. I feel that the prompt is already very detailed, but the results are quite mediocre, you could say they look more like sketches. Does anyone know why? 1girl,saber \(fate\), fate \(series\),1girl,perfect round pupils,green eyes, blonde hair, ahoge, hair ribbon, solo, breasts, looking at viewer, smile, simple background, gloves, dress, closed mouth, cleavage, jewelry, bare shoulders, sitting, full body, sleeveless, black gloves, choker, belt, elbow gloves, black footwear, necklace, high heels, collar, legs, sleeveless dress, bare legs, blue dress, border,  chain, arm support, short dress, crossed legs, white border, buckle, black belt, belt buckle, spaghetti strap, blue choker, strappy heels,flat color,masterpiece, best quality, very aesthetic, absurdres, highres

    PatuwaJan 4, 2026

    You need to add styles and/or artist, like: toriyama akira (style), artist:nixeu, araki hirohiko (style) and add negatives like sketch, graphite (medium). If you only add character and descriptions, the model uses a generic "style" that looks like sketches, so you need to add to negative what you don't want and add to positive style/artist to get better quality and most of the time, the images you see with impressive quality using this model uses post processing like Adetailer, inpaint, upscale, LoRa's, etc. Not just the model.

    Robb0Jan 9, 2026· 1 reaction

    NAI V-Pred is very sensitive and NEEDS negatives.

    I recommend you to always start with


    (masterpiece, highres, high quality), you prompt.... , define type of lighting.,

    then by the ending you define medium as in: watercolor \(medium\),

    then type of media as in: 3d cgi \(artwork\)

    ...orignal, newest, amazing quality, best quality, very aesthetic, masterpiece, very awa.


    negative minimum of: lowres, low quality, worst quality, bad quality,...

    if images get too dark add to negative: (darkness ,dark, blue screen of death, blurry, lowers:1.3),


    2462925607221Jan 24, 2026

    @Patuwa Thank you for clearing up my confusion, I really appreciate it.

    2462925607221Jan 24, 2026

    @Robb0 Thank you for clearing up my confusion, I really appreciate it.

    corduxJan 4, 2026· 18 reactions
    CivitAI

    I found out something with the model. I made an image with Pony Tags, You know the starter score tags (score_9, score_8_up, etc.) and it works on it. It even enhances the image. Am I wrong to think it is strange as NoobAI-XLI(NAI-XL) is NoobAI/Illustrious-based? How I tested it: Made an image with the tags. It made a good NSFW image, then tried it without the tags, keeping the seed locked the whole time.

    The verdict: Softer light, background light wasn't as good as before on the character. Lost some of edge as well.

    So my big question is: HOW? did the checkpoint merged with a Pony checkpoint?

    L_A_X
    Author
    Jan 27, 2026· 3 reactions

    That's a really interesting finding. Even though we didn't actually use any Pony weights to train the Noob model, I suspect those score tags might be interacting with the aesthetic scoring. We do apply aesthetic scoring to our entire training dataset, so that might be the connection

    corduxJan 29, 2026

    @L_A_X Could be, but it is a happy accident for the more pony inclined user

    TerrordacturneJan 30, 2026

    My guess echos L_A_X. I'd assume it's just being mildly improved from the score tags; it must interpret them as additional ascetic modifiers. It's the same thing as just spamming loads of random quality tags like: Amazing image, the most beautiful detailed render, ect- at the start/end of an image. It just seems to boost things. I don't think anything pony-related was added to the training, but interesting find none the less.

    MeowzillaFeb 2, 2026

    @Terrordacturne My guess echos Terrordacturne. I'd assume it's just being mildly improved from the score tags; it must interpret them as additional ascetic modifiers. It's the same thing as just spamming loads of random quality tags like: Amazing image, the most beautiful detailed render, ect- at the start/end of an image. It just seems to boost things. I don't think anything pony-related was added to the training, but interesting find none the less.

    TerrordacturneFeb 6, 2026· 2 reactions

    @Meowzilla My guess echos that as well--but even harder.

    TakujabaJan 30, 2026· 25 reactions
    CivitAI

    The children yearn for an updated dataset.

    Phil0sophyzJan 31, 2026· 14 reactions
    CivitAI

    Any updates or developments...?

    Come back, our savior...

    enjidifussion20820Feb 28, 2026

    yeah the update is anima

    LoveUrselfFeb 4, 2026· 2 reactions
    CivitAI

    vpred couldnt use with webui forge?

    forge能用vpred吗?我看雪音万象的25年6月6日的视频说webui只能用eps

    L_A_X
    Author
    Mar 1, 2026

    yes, forge could run it

    misterbinMar 4, 2026· 2 reactions
    CivitAI

    I generated 1800 random images to make reg images for my LoRA and realized that the training set might have even more realistic and 3D images than anime. Which is totally unexpected for a checkpoint using Danbooro DB.

    unknown0000002Mar 5, 2026· 7 reactions
    CivitAI

    if sell images or use commercial purpose how the license holder going to find me? how can they find my images generated using their models?

    LavishMar 12, 2026· 11 reactions

    Get a job at this point

    unknown0000002Mar 16, 2026· 18 reactions

    @Lavish i have better job than you

    kanamebubblesMar 23, 2026· 2 reactions

    did they find you? Maybe at least donate if you do.

    TakujabaApr 6, 2026· 2 reactions

    @unknown0000002 if you do then why do you need to sell AI-generated content?

    MilawaApr 5, 2026· 3 reactions
    CivitAI

    This model on Z-IMAGE-BASE can make me cum

    QvQApr 8, 2026· 1 reaction
    CivitAI

    你们会在anima上训练noobai这个系列吗

    duskfall1989310Apr 11, 2026· 6 reactions
    CivitAI

    Can someone post the workflow on a non chinese cancer website? It asks me for some type of MSN china equivalent.

    Checkpoint
    NoobAI

    Details

    Downloads
    130,378
    Platform
    CivitAI
    Platform Status
    Available
    Created
    12/22/2024
    Updated
    6/12/2026
    Deleted
    -

    Files

    noobaiXLNAIXL_vPred10Version.safetensors

    Mirrors