CivArchive
    Preview 41779981
    Preview 41780003
    Preview 41780205
    Preview 41780206
    Preview 41780260
    Preview 41780207
    Preview 41780209
    Preview 41780210
    Preview 41780213
    Preview 41780214
    Preview 41780216
    Preview 41780243
    Preview 41780250
    Preview 41780253
    Preview 41780246
    Preview 41780564

    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

    The new week's V-pred version of NOOBAI XL has been updated. This week, we conducted many experiments and essentially resolved the saturation issue with the V prediction modelミ(・・)ミ

    Features of This Version:

    1. Utilizing training techniques to largely mitigate oversaturation effects.

    2. Enhanced the training dataset with anime screenshots and cosplay images, significantly increasing data richness to 16 million.

    3. Improved responsiveness to tags and natural language.

    Additionally, the IPA for NOOB is nearing the end of its training and is currently in testing. Look forward to its release next week.

    FAQ

    Comments (165)

    EBIXNov 24, 2024· 14 reactions
    CivitAI

    Civit give this model a damn catagory

    Hugs288Nov 24, 2024
    CivitAI

    Any recommended settings for lora training on vpred?

    holoyismeNov 24, 2024· 2 reactions
    CivitAI

    webui,dev branch,euler,nothing but mosaic.

    ChenkinNov 24, 2024· 13 reactions
    CivitAI

    Teaching video of V-prediction model version (Chinese) (forge) (comfyui): https://www.bilibili.com/video/BV1d6B1YREzs

    V预测版本模型的教学视频(简体中文)(forge)(comfyui):https://www.bilibili.com/video/BV1d6B1YREzs

    valazorNov 24, 2024· 1 reaction
    CivitAI

    0.65s is really good from my testing.

    Styles seem a lot more accurate

    CuauhtemocI5MALNov 24, 2024· 46 reactions
    CivitAI

    Imagine an AI Image Generation with the same features of this model, plus the ability of generating images with coherent texts.

    When you release the V-Pred-1.0 version of this model: I suggest you pausing the development of new SDXL based versions of this model, to start the development of a version of this model based in Flux or a model that's smarter than SDXL.

    DrA_263Nov 24, 2024· 3 reactions
    CivitAI

    Background detail seems to be just as scuffed as it has been since v-pred 0.5 😕

    Comparison image: https://civitai.com/posts/9519261

    Previous thread: https://civitai.com/models/833294?modelVersionId=1070239&dialog=commentThread&commentId=599093

    SakanakoChanNov 24, 2024· 21 reactions
    CivitAI

    0.65 is a great improvement in composition and color compared to 0.6/0.5, and its the most obedient NoobAI models I've experienced so far. However, seems like 0.65 and 0.6 share an interesting issues. For those artist styles with complicated face/eye details like hiten, 0.65 and 0.6 tend to be blurry and undetailed while 0.5 remains clear and detailed. And one unique issue for 0.65 I just found is that face restoration makes face skin color darker and darker (especially in cases of dark or shadowed environment). This is way like eps 1.0 version. So I suggest use 0.65 to generate base image and then switch to 0.5 to do face restoration if you are in comfyui. Thanks the team for their great effort. Hope V-pred 1.0 will fix all these issues.

    jaimuh731354Nov 24, 2024· 1 reaction
    CivitAI

    Good coherence, but "sketch-like" output, what am i doing wrong? (masterpiece, best quality, newest, absurdres, highres) - positive

    3d, realistic, (worst quality), low quality, jpeg artifacts, muscular male, multiple views, futanari, (simple background), bad hands, bad feet, bad anatomy, comic, censored - negative

    Euler A (automatic scheduler), 35 steps, 4-5 cfg range

    mega2ton2Nov 24, 2024

    Euler ≠ Euler A

    jaimuh731354Nov 24, 2024

    @mega2ton2 same with regular Euler

    EnigmataNov 24, 2024

    add "sketch, lineart, flat color" in negative.

    jaimuh731354Nov 24, 2024

    @Enigmata still trash, maybe its because of Forge?

    flamingsword32Nov 24, 2024· 1 reaction

    i have same problem,using forge too @jaimuh731354 

    EnigmataNov 24, 2024

    @jaimuh731354 Maybe. I use reForge which has auto-support for V-pred models.

    Try euler 25-30 steps, cfg 4.

    If picture is oversaturated try to use dynamic thresholding (cfg 5 and mimic cfg 4), rescale CFG or "APG now your CFG".

    Also I think you don't need brackets for quality tags (XL models don't like high weights for many tags, it is not SD 1.5 which doesn't care). High weights can break generation from noise.

    bruhmomentoNov 24, 2024

    Try adding an artist tag to see if it helps. Adding a tag like (artist:ke-ta:0.6) adds instant quality in Epsilon. I assume the same is true of v-pred.

    zeserenNov 24, 2024· 8 reactions
    CivitAI

    What does the S in the title mean?

    VinsiNov 24, 2024

    super

    VeryhelpfulfurNov 24, 2024· 1 reaction

    Sport.

    Dunno overall, likely is super but i'm about to test it to find out lol.

    kitarzNov 24, 2024· 2 reactions

    it mean "resolved the saturation issue" model ,and 0.65 is here https://huggingface.co/Laxhar/noobai-XL-Vpred-0.65 .

    ShaionaNov 24, 2024· 7 reactions

    Submissive

    EnigmataNov 24, 2024· 3 reactions

    SEGS

    KellenokNov 24, 2024

    0.65s = 0.65 slightly merge with another model from an experimental noob branch.

    plan_trusterNov 24, 2024· 1 reaction

    smudged background

    EBIXNov 26, 2024

    sepia, they merged a yellow model

    SquibeelNov 24, 2024· 1 reaction
    CivitAI

    Does this work on current forge (not reforge)?

    illyaeaterNov 24, 2024

    yes. if not, look up forge dual prompt extension to manually make it work

    VolnovikNov 24, 2024

    https://civitai.com/articles/9070/noobai-xl-nai-xl-on-forge-is-a-different-beast-with-generation-parameters

    Yes, but I suggest sticking to eps till v-pred is ready and fixed. Not just for forge

    hichamNov 24, 2024· 3 reactions
    CivitAI

    ipadapter doesn't work! is there any workflow to fix this?

    L_A_X
    Author
    Nov 25, 2024· 1 reaction

    ipa for noob is training and will release soon

    XxGiantessLoverxXNov 25, 2024· 3 reactions
    CivitAI

    Kind of a noob so bear with me here, im trying to use this on local with standard webui, I downloaded 0.65 and did the dev pull stuff in the desc, also followed the parameters that are indicated.

    Sadly 50% of my images come out with blurry lines and random colors/artifacts, not all of them but a good half, is this a known issue, are there simple fixes? Please help, I love the flexibility of this model

    DarkwenNov 25, 2024

    I dont use a1111 so i can't say if its the problem, but the description says it can be unstable, i recommend you to just download updated forge and test it, it's faster and works perfectly here. Also use Rescalecfg on at least 0.7 which forge has built-in, it fixes colors explosions etc.

    Hugs288Nov 25, 2024

    if you followed the instructions properly it will just work.

    XxGiantessLoverxXNov 25, 2024

    I mean, i did the dev pull stuff (it literally only generated noise before that), and tried CFG 4, steps 30 and sampler euler, i am not sure what there is to do besides that, my settings are all default because i used the same setup to generate with pony beforehand.

    I will just try a clean install of forge and see what happens

    Edit: still get melted lines and colors with forge, i have no clue what im doing wrong, if anyone is willing to help i can send my images maybe

    Yash_DimitriNov 25, 2024

    Same here

    YikaPanicNov 25, 2024· 1 reaction
    CivitAI

    v-pred好像不太喜欢出男人?

    AinokuraNov 25, 2024· 1 reaction
    CivitAI

    Guys, I am trying to try artist from the danbooru artist list that someone posted here a while back, is there anyway I can like try out each one in sequence like for example artist 1 and then artist 2 and artist 3 and so on? I just want to try like, every one of them haha

    cheers in advance!

    plan_trusterNov 25, 2024· 1 reaction

    prompt S/R in X/Y/Z plot script

    Melty1989Nov 25, 2024

    Yeah, something like this 1girl,estelle bright,artist:naji,artist:kasumi \(skchkko\)

    AinokuraNov 25, 2024

    @plan_truster oh I don't need any extension for that? I thought I do haha xD
    what prompt do I put in the prompt box? :o

    AinokuraNov 25, 2024

    @Melty1989 ah I mean like to try each artist that is listen in danbooru in order, so like artist 1, 2, 3 and so on. if its the one you mention that would combine the style from both of them no?

    plan_trusterNov 25, 2024· 1 reaction

    @Ainokura in your main prompt you put the first artist you want to test, for example:

    asanagi, 1girl, standing,

    then in prompt S/R field you put the artists list:

    "asanagi, wlop, as109, ishikei"

    First, you put an artist in your main prompt that you want to replace in next gens (asanagi), followed by artists it will be replaced by (wlop, as109, ishikei) each new tag separated by a comma. so in an example above, you'll end up with 4 different images in 4 artist styles

    plan_trusterNov 25, 2024· 2 reactions

    @Ainokura in case you dont want to waste a few weeks on non-stop image generating:

    https://huggingface.co/datasets/Panchovix/noob_top35kartists/tree/main?not-for-all-audiences=true

    it gives a pretty good idea of what to expect from a style

    AinokuraNov 25, 2024

    @plan_truster whoa this is so good! that is so kind of you! thank you so much 😭😭 but outside of those artist I think I will try a few that are outside of those list haha
    cheers mate! ✨✨

    herkerp123759Nov 25, 2024· 20 reactions
    CivitAI

    In my experience 0.65s is a downgrade from 0.6. Yes, there's no frying anymore but images look washed out instead? No matter the tags, the colors do not pop and the vpred model now looks like eps one. Small details also got very smeary and general coherency is worse (again, in comparison to 0.6).

    plan_trusterNov 25, 2024· 9 reactions

    Yeah, the model is getting progressively worse since they added e621 to their dataset in 0.75eps. Sure, now it recognizes more characters, poses and styles, but what's the point if it looks like shit

    herkerp123759Nov 25, 2024

    @plan_truster I get what you're saying, 1.0 eps indeed has worse aesthetic than 0.5 eps. But above i'm talking about the new vpred (0.65s). 0.65 version (without the s, on huggingface) seems MUCH better and actually feels like a proper continuation of 0.6 vpred.

    metal22Nov 25, 2024· 6 reactions

    If you use it properly with zero SNR + CFG rescale, it is better than all previous checkpoints. This is a skill issue.

    herkerp123759Nov 25, 2024

    @metal22 I do use it properly (you don't need cfg rescale since 0.6 fyi) and i've used all the previous Noob models (eps and vpred ones). Sadly, you're either blind or don't have much skill to have issues with it.

    ShaionaNov 25, 2024· 1 reaction

    I bet you're using Forge

    AbstractPhilaNov 25, 2024· 5 reactions

    Preliminary testing shows the majority of what I tried to be MORE reliable, not less reliable. The complexity conforms to the requests closer than before with less fiddling, which means your prompts for 0.6 probably don't work as well as before.

    Fiddle with your prompts, because this thing is clearly better.

    herkerp123759Nov 25, 2024· 1 reaction

    @AbstractPhila I fiddled with it all day, now i'm convinced that both 0.65s and regular 0.65 are worse than 0.6. 065s is just insanely bad in comparison and 0.65 has really apparent artifacts problem.

    B80_8888Nov 25, 2024
    CivitAI

    不管是0.6还是0.65好像在画脸上都变得很糟糕,至少我在用到一个0.6版本的混合模型时发现是这样,然后我看了看其他人的图片,眼睛上的细节一塌糊涂,甚至混合这个模型的作者放出的预览也是一样,希望0.7vpred能修复这个问题

    B80_8888Nov 26, 2024

    好吧我说的有点过了在0.65s上使用Euler a CFG++并将CFG设置为3仍然可以得到很好的质量,并且在画手上有了明显的进步,不得不说每个新版本始终都是在向上提升的

    sonnenkindNov 25, 2024
    CivitAI

    does the model understand natural language? or is that only danbooru/e621 tags?

    phoenicianNov 25, 2024· 1 reaction

    i start with just doing tags, then try adding a sentence more like natural language, and it can be value added

    and it doesnt choke as much on basic adjective-noun combinations like "daisy print" that aren't official tags

    WooWahooNov 25, 2024· 6 reactions
    CivitAI

    For 0.65S, it may be better to set the CFG scale higher

    WallBreakerNO4Nov 25, 2024· 14 reactions
    CivitAI

    我为 NoobAI-XL v-pre 0.65S 版做了一个画师串画风测试excel,下载地址:https://url.wbo4.top/NoobAI_style_test

    文件较大(1.6G)无法在线预览,请下载到本地打开

    画风串来源为:https://docs.qq.com/sheet/DZWZMemxNZkpVR0VB?tab=BB08J2

    I made an artist string style test excel for NoobAI-XL v-pre version 0.65S, download address: https://url.wbo4.top/NoobAI_style_test

    If the file size (1.6G) is large and cannot be previewed online, please download it to your local computer to open it

    The source of the style string is: https://docs.qq.com/sheet/DZWZMemxNZkpVR0VB?tab=BB08J2

    hajiyukiNov 25, 2024

    good!

    haradevier393Nov 25, 2024· 6 reactions
    CivitAI

    good

    soulchilliNov 25, 2024· 2 reactions
    CivitAI

    Why are some models are not allowed for on site generation anymore?

    JemniteNov 25, 2024

    That's a Civitai issue. All models are allowed for on site generation but Civitai only loads a couple of models for generation services.

    soulchilliNov 26, 2024

    @Jemnite man civitai is so fucking lame for that, they don't give a damn about people who solely use their site to generate images, not everyone has a high end pc. I do have a gaming laptop but its already a jet engine and i don't want it to explode

    JemniteNov 27, 2024

    VRAM costs money

    soulchilliNov 27, 2024

    @Jemnite if tensorart can do it, so can civitai. I doubt its an issue of resources, they are just hurting themselves by doing that

    MichindusNov 25, 2024· 24 reactions
    CivitAI

    Christ set that shit back to 0.6

    ThijsNov 25, 2024· 2 reactions
    CivitAI

    My outputs are very similar, seed is set to random, cfg at 7, and it still just keeps generating the same (or very same)

    openmn793Nov 26, 2024

    The official recommended CFG value is between 4~5.Try it.

    ThijsNov 26, 2024

    @openmn793Still not much difference between generation... I have never had this issue with other models.

    openmn793Nov 26, 2024· 1 reaction

    @Thijs I don't know the specific situation on your side, but I can be sure that your situation is an individual problem. Maybe you can test the following with the official workflow.

    openmn793Nov 26, 2024· 1 reaction

    @Thijs Another possibility is that your prompt words are written very accurately and in detail, so naturally the results of different seeds will be relatively close. I have also experienced this, but this should not be a disadvantage of the model, but an advantage.

    ThijsNov 26, 2024

    @openmn793 I see, thanks for trying to help though! 😁

    onianikiNov 26, 2024

    If using fresh version of reforge, check "Use old (incorrect) CLIP G load and ztSNR application" in settings.

    ThijsNov 27, 2024

    @onianiki Using swarmui and also tried the built in comfyui.

    wtomer12345708Nov 25, 2024· 8 reactions
    CivitAI

    I saw that Hugging Face has epsilon 1.1. When will it be released?

    RavveNov 25, 2024· 9 reactions
    CivitAI

    So far, this is the best version. Greatly improvement on the accuracy of fingers and toes, and the return of Eula A has provided a cleaner image.

    However, there is currently a issue: when generating large-sized i2i images (mostly during upscaling), there can be body distortion. This issue did not seem to exist in previous versions. Do you have any good solutions for this problem?

    MichindusNov 26, 2024· 10 reactions
    CivitAI

    I rebuke my previous statement as all my current problems were fixed by simply not adding. "artist:" before the artist name. Seems to make images janky.

    EBIXNov 26, 2024· 1 reaction

    @sdfioajdilj nai did not implement "artist:" it was people using it,

    for aesthetics noob uses worst aesthetics and very awa

    MichindusNov 27, 2024

    @sdfioajdilj I really hope they stop doing it it just seems to kinda ruin the style of the artists a lot. Probably from blending or something from the artist: being in all the artist tags.

    EBIXNov 28, 2024

    @sdfioajdilj yeah am aware of that, well clip is dumb so it wont degrade or improve results drastically

    _MizukiY72517Nov 26, 2024· 24 reactions
    CivitAI

    One thing is right: It's definitely not an easy task to make these checkpoints perfect, but you're definitely doing your best and improving and upgrading it as much as you can.

    Thank you very much for every update and release that you make.

    It's a freaking amazing checkpoint and you ll definitely master your project!

    Also, just if possible, could you also let your Epsilon version available for Illustrious on-site generation again in future?

    Thank you very much once again for sharing these checkpoints with us, L_A_X!

    anifibousNov 26, 2024· 8 reactions
    CivitAI

    Noticed that on the 0.65 model, if you only use the character tag, it almost always generates a naked character... In 0.6 I have not observed such a thing.

    By the way, can anyone recommend some artists whose style doesn't look like a sketch (the model likes to smudge everything with that style...)?

    ponzomut146Nov 26, 2024

    Yeah noticed it too, this seems to distort to sketches a ton

    NTR_BLACKNov 26, 2024· 6 reactions
    CivitAI

    After testing, I found that using the v-pred model and training the LORA with v-prediction and Zero Terminal SNR still works well on the eps-prediction NOOB AI/Obsession model and operates smoothly.

    Giovanna_williamsNov 26, 2024· 3 reactions
    CivitAI

    How do I prmpt my art with an official art style other than a danbooru artist?

    plan_trusterNov 26, 2024· 8 reactions

    "boku_no_pico, official_art"

    kuroi_mato_oDec 1, 2024

    "touhou, anime screenshot"

    ohellno1Nov 26, 2024· 3 reactions
    CivitAI

    is there anywhere list of artists used with example generations using their names?

    WallBreakerNO4Nov 26, 2024· 3 reactions
    CivitAI

    我发现好像这个版本可以将cfg scale拉高,画面效果还不错

    Swoosh333111Nov 27, 2024· 3 reactions
    CivitAI

    which one is the best?

    VolnovikNov 27, 2024

    EPS 1.0 for now imo

    kanareika1Nov 27, 2024· 3 reactions
    CivitAI

    I can't get any good results from V-Prediction model. I'm using Comfy workflow, and a result from example prompt is exactly like expected, but any other prompts results in something undercooked. Am i dumb or what?

    DrPeaceNov 27, 2024· 4 reactions
    CivitAI

    Are there any tutorials on getting it work on Forge?

    ArararagiNov 27, 2024· 2 reactions

    Works just fine on Forge. Just remember to use the right sampler, the right amount of cfg and use artist tags aswell. It takes more tags to get a ''decent'' picture.

    japiye4837375Nov 27, 2024· 4 reactions
    CivitAI

    Does it needs the artist prefix or not? The tutorials says yes https://civitai.com/articles/8962 but i see people in the comments saying that it doesn't need that

    someyoungguy69Nov 27, 2024

    For Danbooru artists yes, for e621 artists no

    Hugs288Nov 28, 2024

    "Both methods have been trained, and natural language has also been trained, so all kinds of usage methods are possible"

    japiye4837375Nov 28, 2024

    if i want to use the artist prefix, do i also need the _ if the artist has 2 names? or should i write just with the space like "Short hair"

    shubasaur877Nov 28, 2024

    i do not use artist and the styles work for me and i keep underscores of the username

    HenkeiNov 27, 2024· 9 reactions
    CivitAI

    What does this do exactly that pony can't do? I'm genuinely curious because I'd like to know the reasons to use this over pony.

    soulchilliNov 27, 2024· 10 reactions

    I was antagonistic towards illustrious too, thinking why use it when pony exists but i genuinely love to use illustrious now. Not only can it recognize thosuands of characters without the use of lora, it even recognizes obscure anime characters. It's more stable than pony too and has better prompt adherence, when trying to get two unique characters in a single image they don't mixup unlike pony. There was a artist style i really loved and since no one made a LoRa for illustrious, i just used the artist name in the prompt, and guess what i got perfect results without the use of a LoRa! That's the power of illustrious, try it and see but do make sure to use proper prompts. It doesn't use the score system like pony does rather uses prompts like "best quality, Masterpiece, ultra detailed, etc", i hope you can get it to work

    VeryhelpfulfurNov 27, 2024· 3 reactions

    Soul's about right with the advantages of Noob/Illustrious: Artists are existent along with varying styles, obscure characters of both sides (Anime, Furs) may get noticed much more easily, and Noob seems pretty easy to steer.
    Only downsides most can spot is indifferences in styles for some artists or at random (Sketch-looking art for example, which happened to me a few times), and probably some eye/hand artifacts that goes along with the sketch look. Most of my tests/generations were done without any hires magic on both to keep it fair, but that also might be why if not my settings.

    Overall with bias aside, it comes down to personal preference: Pony is a tad more "noob" friendly and requires less prompt fighting, and it is tuned to more natural wording to get a decent photo despite lacking artists. Noob is a perfect all-rounder that gets you what you ask for with style and knowledge in mind, and that's before needing like hundreds of LoRas.

    What I love though is, that both are still growing. Pony's planning a giant 7 series release if you've followed it, and Noob is nearing a 1.0 of Vpred and maybe further work on the Epsilon series according to their huggingface (some model called "V1.1", might be wrong but they're for sure kicking up something.)

    soulchilliNov 27, 2024· 1 reaction

    @Veryhelpfulfur yeah i was gonna state some disadvantages but my reply was already too long, i hated illustrious in the beginning because of just the sheer amount of low quality output of flat coloured images, it almost seemed like it was deliberately outputing amateurish images. But tbf i was using illustrious 0.1 checkpoint instead of the more advanced ones. As soon as i figured out the prompts and how to use artist tags plus other style LoRa's, my opinion on it changed. Crazy how fast the image generation world moves, tho i can't wait for pony v7! Hope it lives up to the hype

    leirtesNov 28, 2024

    I use both since they’re both fantastic. I use Noob and others when I want to generate a specific character, or wish to use that character as a baseline. I use Pony to generate everything else.

    Not having to fumble around with LoRA for specific characters is wonderful.

    karnasNov 28, 2024· 2 reactions

    It can draw a person holding a sword right out of the box.

    VulpesIncultaNov 28, 2024

    Honestly, I don’t see why anyone would choose NoobAI-XL over models like Pony Diffusion XL or Illustrious. Both of those models are more permissive and respect user ownership of outputs.

    With NoobAI-XL, the license changes give them control over your generated images, which feels like a massive overreach compared to the lenient and user-friendly terms of the models it’s based on. Why use a model that locks down your work when you can use alternatives that don’t impose such restrictions?

    soulchilliNov 28, 2024

    @karnas damn I didn't know "holding sword" was a massive hurdle for image models, flux struggles too?

    avefanesNov 29, 2024

    Answering your question, it can recognizes far more characters than Pony it does not have artist styles hidden/ofuscated (nor hidden characters either) and the prompt adherence is better. It gets hands better than Pony as well (I'm comparing it with V6)

    avefanesNov 29, 2024

    @soulchilli Flux is just fine at holding swords.

    shubasaur877Nov 29, 2024

    in my experience this model is so much better at creating unique styles and concepts i have never needed a single lora for anything, the prompting is much more enjoyable and simplified, i really disliked the score up stuff, i didnt use pony ever since i started using this

    darionkNov 27, 2024· 8 reactions
    CivitAI

    After playing with this model, I like how it handles characters and artstyles. But I feel backgrounds are a bit lacking at times and hopefully the characters database gets updated often too, it would alleviate the need to create many loras that only play well with Noob.

    Still great model, it has a lot of styles and characters to play around with. Keep it up!

    lovecxkNov 28, 2024· 4 reactions
    CivitAI

    I used noob v-pred0.65 as the base model and utilized Civitai's online training service with the default parameter settings. However, the Lora model generated from this training produces images that are grayish and blurry. On the other hand, training with Illustrious does not result in this issue. Does anyone know the reason for this?

    klikkeri1Nov 28, 2024

    I had same issue if I skipped basic data processing.

    1. Remove non-informative and rare tags
    2. Remove non-informative and rare images

    Also you should consider training for model version 0.5 if your loras are overfit

    DarkwenNov 28, 2024· 1 reaction

    Civitai online image generation and online training don't support v-pred, to properly train a v-pred lora you have to use --v_parameterization --zero_terminal_snr --scale_v_pred_loss_like_noise_pred --debiased_estimation_loss args, i already asked for them to support it but no response yet. An alternative would be training on noobai eps 1.0, the loras kinda work.

    lovecxkNov 29, 2024

    @Darkwen thank you!

    StinkekDec 7, 2024

    I did the same thing and confirm it's true

    VulpesIncultaNov 28, 2024· 14 reactions
    CivitAI

    License contradictions and change from Illustrious XL and the Fair AI Public License 1.0-SD license.

    NoobAI-XL builds on the openly licensed Illustrious XL and SDXL, which permit commercial use of outputs. Yet, NoobAI-XL imposes a strict commercial prohibition, contradicting both the Fair AI Public License 1.0-SD it claims to inherit and the lab's mission to "democratize open-source anime-based AI/ML models."

    If the model is bound by the Fair AI Public License, commercial use of outputs should remain permissible. Otherwise, the added restrictions seem to undermine the open-source ethos and limit its utility for creators. Please consider allowing commercial use of outputs to align with your mission and support the community relying on such tools.

    The Fair AI Public License (Illustrious XL’s license) and CreativeML Open RAIL++-M (SDXL’s license) explicitly state that:

    1) Outputs are not governed by the license.

    2) No rights are claimed over outputs.

    By imposing restrictions on outputs, this model appears to rewrite the foundational rules of the licenses it inherits from, raising serious concerns. If commercial ownership of generated outputs is not allowed, it creates confusion:

    1) Do users of this model own the outputs they generate?

    2) Does ownership instead reside with NoobAI-XL's creators?

    3) Where exactly does ownership of outputs lie under these terms?

    These questions leave me uncertain about users rights and the practical use of the model. Clarity is essential.

    scythesaint99Nov 28, 2024

    I think the commercial restrictions are good. Might scare off at least some talentless ai grifters.

    FloofersNov 28, 2024· 1 reaction

    @scythesaint99 good or not, the contradiction remains.

    VulpesIncultaNov 29, 2024· 3 reactions

    @scythesaint99 Those types will use it for commercial purposes regardless of what the license states... it’s nearly impossible to enforce. What’s more troubling is the idea that the developers of this model retain control over your outputs, even when significant human input is involved.

    Ironically, the data this model was trained on likely came from open-source communities, and its foundation, Illustrious and SDXL, embraced open-source principles, including freedom over outputs. Restricting ownership to use outputs is a rejection of those principles. It’s a bad look for a model claiming to inherit from such open and collaborative origins. I find it to be a spit in the face to those who support AI and those who are against AI.

    ShaionaNov 29, 2024· 1 reaction

    The licensing terms may vary depending on the content within the dataset. Maybe the dataset has copyrighted materials? Allowing AI-generated outputs to be used commercially requires the exclusion of copyrighted materials, which can impact the model's overall quality. Retaining these materials allows the model to remain more versatile and accessible, aligning with the goal of democratizing AI. This approach may strike a fair balance, ensuring the model isn't overly restricted while still respecting licensing considerations

    SuhnnyNov 29, 2024

    Saying "outputs are not governed by the license" is not a legal statement permitting a legal use of outputs under any specific jurisdiction. The copyright of the training materials is fully irrelevant if a jurisdiction considers a work transformative. In reality this license is leaving it open for the model author to claim ownership over the outputs, disregarding the legal jurisdiction initially and then factored by any restrictions by the jurisdiction afterward. They are creating another legal barrier to ownership of outputs prior to factoring the jurisdictional laws. Since all materials trained are copyrighted to some extent and few will have any specific declarations giving the trainers to use it for this specific effort, there isn't really a balanced approach that can be taken with these licensing statements. Any and all materials trained could be found to bar any claims of ownership to anyone, including the model author or the prompter, depending exclusively on the ruling of the jurisdiction a case is found to fall under.

    I am not giving any legal advice for the author of this model. But I do think that better legal advice could have probably been obtained if this license was made under these vague notions. In my personal opinion, there is not any realistic legal protection granted to the author of this model by not including these statements, regardless of the material that was used to train this model. Their primary defense of ownership will have to lie under special permissions transformative use type legal arguments according the jurisdiction. They could attempt to designate a jurisdiction themselves as a default and make reference to it in the license in any corresponding legally weak areas, but the lack of these statements could likely only be used in the case of trying to seize exclusive rights of outputs from the author. But even that claim may be overruled by a jurisdiction if they find the transformative work to fall more under the prompters influence than the model author.

    I would rather not assume nefarious intention or disrespect in the license to prompters, but I absolutely agree with the poster that the ideal scenario would be that these specific statements found in prior sdxl models be amended to the license.

    NTR_BLACKNov 29, 2024· 5 reactions

    It's normal that this version cannot be used for commercial purposes. I don't believe any model that can generate specific Japanese anime characters would openly claim it can be used for commercial purposes. If caught making a profit, it would surely lose in court.

    As for those who say commercial use is inevitable, please differentiate between commercial business operations and fan creations.

    I tend to believe this is a protective clause. Allow me to say directly that any anime model capable of generating copyrighted characters cannot claim to be for commercial use.

    Actually, most Japanese anime companies have policies that do not allow any fan creations/derivative works, regardless of whether they are for profit. They often choose not to sue in most cases, but if they see a profit-making tendency (especially with R18 derivative works), there are many examples of lawsuits. Most anime models operate in a gray area.

    Of course, I believe there are people who do not draw copyrighted characters, but I also believe they are in the minority.However, if there are clearer provisions from the output owner, the prohibition on commercial use can remain, but they should not retain the copyright ownership over the outputs.

    zeserenNov 30, 2024

    @NTR_BLACK I completely agree. Given that the Danbooru training set contains a large number of copyrighted works, it's wise to avoid commercial use

    ZannarkNov 28, 2024· 6 reactions
    CivitAI

    Why Not use also rule34

    FloofersNov 28, 2024· 18 reactions

    just a guess, but r34's tagging isn't as good, it's flooded with shitty uncanny 3D renders and poorly generated AI works, and its rating system only supports upvotes and is practically unused.

    ZannarkNov 29, 2024

    @Floofers when what problem creating furry edition?

    BigboyblazikenNov 30, 2024

    @Floofers Yeah, r34 is a pure p0rn site, e621 uhm... "considers" itself an art gallery. I wouldnt really agree with that per se, but they at least have some form of quality control, tagging is taken somewhat seriously (at least by some like me), and its just a less amount of absolute unusable garbage you really wouldnt want in an SD model. It is strictly furry tho, while r34 is just... literally anything as far as i can tell.

    ZannarkNov 30, 2024

    @Floofers what problem ignoring tag for rule34

    kuroi_mato_oDec 1, 2024

    because relu34 is a dumpster

    justaguy111Dec 1, 2024

    This model focuses on anime I think

    StinkekDec 1, 2024

    People put useless stuff like "what has science done" and "jesus fucking christ" on unconventional pics they don't like

    bruhmomentoNov 29, 2024· 19 reactions
    CivitAI

    This model mogs Pony like how Pony mogged SD 1.5. It has nearly completely replaced Pony for me; just need a realism version now.

    Hugs288Nov 30, 2024

    i dont think you realize just how much effort, time and money it takes to "create a realism version" of a model like this. i suggest you use flux or sd3.5 or juggernaut or whatever else is already available.

    bruhmomentoDec 1, 2024

    @Hugs288 I never said it would be easy, nor am I demanding that it be done. I'm not a fan of 3DPD, but I do like having variety available.

    PonyRealism managed to pull it off, somewhat (still has a slightly anime-ish look). It's not like it's learning new concepts but rather just a "style" so it's not outside the realm of possibility, and if we manage to get to the level where it makes a sorta realistic result, then you can just img2img it with a standard model to get it the rest of the way there.

    It looks like someone on Civitai here is actively working on a "noobReal" model. Let's see how it plays out.

    1233524Nov 29, 2024· 1 reaction
    CivitAI

    i'm new to Illustrious
    Why is EPS 0.75 Illustrious based but EPS 1.0 turns into SDXL based?

    Ka0suNov 29, 2024· 7 reactions
    CivitAI

    I am either dumb, or something's wrong with my noobAI or stable diffusion
    Everytime i try to generate an image (ANY PROMPT) it gives me a black square with random colored chunks on it. It kinda looks like the AI is inside a thermonuclear fusion reactor, just random red and green colors all over the image.
    I tried fully copying someone's image; seed, resolution, +- prompts, CFG scale etc. and i got the same black square with random colors again.
    In the site, however, it works perfectly.
    Really no clue wtf is happening

    nymicalNov 29, 2024· 1 reaction

    If you're using comfyui, remove the ClipSkip or keep it -2. That can give this error.

    ShinobiSpartanNov 29, 2024

    I'm getting the exact same thing, and idk what's causing it

    ShinobiSpartanNov 29, 2024

    @nymical I'm using a1111 and I'm getting the same thing op is saying 

    Ka0suNov 29, 2024

    @nymical I was using webui, and switched to comfyui, and it started working properly.
    But without "ponyv4" lora it takes 10 mins to generate 1 image for some reason...

    LithexNov 29, 2024

    I use forge instead of automatic, its faster and better (still same ui with every feature)
    also use Euler scheduler with v-pred versions, I still recommend espilon-pred-0.75

    nymicalNov 30, 2024· 1 reaction

    @ShinobiSpartan I don't think A1111 properly supports this model. May be a dev branch does, but I'm not sure. You should switch to reforge instead. It's an A1111 fork, and the support and speeds are better, in my experience.

    nymicalNov 30, 2024

    @Ka0su That's weird. If you can share your workflow I can look into it.

    Euge_Nov 30, 2024· 4 reactions

    Hi, the problem is caused by prediction mode mismatching. You may refer to the model introduction for more information.

    The main branch of the automatic1111 webui doesn't work with v-pred models.

    ShinobiSpartanNov 30, 2024

    @nymical do you know of any Google collabs that have reforge? As unfortunately I don't have a good pc to be able to generate.

    nymicalNov 30, 2024

    @ShinobiSpartan I'm sorry, I don't. Are you using A1111 via a colab?
    You can use Forge or ComfyUI colab as well, that'll work fine. I haven't used any colabs, but they both support v-pred models.

    ShinobiSpartanNov 30, 2024

    @nymical Hey, I just found one luckily, and the checkpoint works! One little question, do you happen to know what the option on the top left means, it says "UI," and under it shows "sd, xl, flux, and all." Does this just mean it shows the UI of the selected one, or is it something different

    nymicalNov 30, 2024· 1 reaction

    @ShinobiSpartan Yes, it just hides the irrelevant options. You can choose the one according to your model, or just choose 'all'.

    ShinobiSpartanNov 30, 2024· 1 reaction

    @nymical k thanks again

    Ka0suDec 2, 2024

    Okay, update on the comfyUI thing.
    So i've AGAIN tried fully copying someone's image, because (as i assumed) noobAI started working.
    But when the result (after 10 or so minutes) came in, it gave me a... texture like drawing.
    The image can be described as a light-gray png that can be used as a paper texture in game.
    Suprsingly this AI can be very good for generating textures for games, since i got a lot of results like that, but i also got a lot of normal-underwhelming results, that were comparibly worse than it should have been..
    Im still sticking to AnythingXL because atleast it gives me a result that somewhat works, but i will atleast try looking into the noobAIXL problem

    nymicalDec 2, 2024

    @Ka0su You should turn on live preview in the settings, to tell if the gen is going to be a mess after first 4-5 steps. I don't know where it is in the new UI though.

    Ka0suDec 2, 2024

    @nymical I was trying to find the setting somewhere, but can't seem to find it...

    nymicalDec 2, 2024

    @Ka0su Your KSampler might also have preview method options. I'm using 'Efficiency Nodes', but that haven't been updated in a while, so I can't really recommend it.
    PS: If you want to talk further, I think you should DM me instead, others in this thread must be getting unnecessary notifications.

    Ka0suDec 2, 2024

    @nymical I don't really wanna bother someone with an issue that only i have, and where the core of the problem is not really known, so ill just try to resolve it myself or try using a different AI instead..

    nymicalDec 2, 2024

    @Ka0su I understand, but I'm okay with it. As I said before, if you'd share your workflow, I'll look into it.

    secret_ninjaNov 30, 2024· 1 reaction
    CivitAI

    I've noticed as issue with language parsing in v0.65S. If you increase the weight of something to three, you get the :3 face. And according to others, even escape characters don't work, so "card \(medium\)" and "card (medium)" give similar results, unlike with illustrious.

    someyoungguy69Nov 30, 2024

    This is most likely because the ":3" tag exists in 18k captions on e621. Illustrious is not trained on e6 tags.

    secret_ninjaDec 1, 2024

    There are 115k captions for :3 on danbooru. This problem does not come from the e621 dataset.

    chendapaoNov 30, 2024
    CivitAI

    请问一下作者为什么我的SD用这个模型出图是一堆色块?我尝试过其他SDXL模型是正常出图。

    ShiroNekoAlphaDec 1, 2024

    你用的是A1111的WebUI吧?那个不支持V预测类别的模型,需要用Forge/reForge/ComfyUI才行

    chendapaoJan 6, 2025

    是的已经解决,感谢回复