CivArchive
    Preview 39318805
    Preview 39318925
    Preview 39319069
    Preview 39318936
    Preview 39318964
    Preview 39318963
    Preview 39318966
    Preview 39318969
    Preview 39318972
    Preview 39318974
    Preview 39318975
    Preview 39319062
    Preview 39319063
    Preview 39319064
    Preview 39319070
    Preview 39319072
    Preview 39319078
    Preview 39319080
    Preview 39319079
    Preview 39319307

    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

    NoobAI XL V-Pred 0.5

    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

    • Developed by: Laxhar Lab

    • Model Type: Diffusion-based text-to-image generative model

    • Fine-tuned from: Laxhar/noobai-XL_v1.0

    • Sponsored by from: Lanyun Cloud

    How to Use the Model.

    Method I: reForge

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

    2. Switch to dev_upstream branch:

    git checkout dev_upstream
    

    3.Update reforge:

    git pull
    

    4.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, 1024x1536, 1536x1024

    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

    TagDescription

    | very awa | Top 5% of images in terms of aesthetic score by waifu-scorer | | worst aesthetic | All 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

    How to train a LoRA on v-pred SDXL model

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

    article link: https://civitai.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://civitai.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

    FAQ

    Comments (160)

    zczcgNov 10, 2024· 1 reaction
    CivitAI

    what is the biggest difference about V0.5

    VeryhelpfulfurNov 10, 2024· 5 reactions

    From brief tests, it's gotten quite a bit better at anatomy (My main gripe was eyes during the Epsilon versions, which were messy half the time. Still can happen like an image model typically does but much less..exaggerated.)

    Artist styles I'm also still trying, especially ones under E6 that might've flown under the radar and it seems to be decently nailing the ones I kinda had issues with. Watermarks still exist, but I'm learning to live with those until someone with a custom tune or the devs focus to zap those out in future Noob models.

    Overall, since its like minutes new as of posting for now, I'd just go ahead and download it and compare your past Epsilon results to this version. It's based on 1.0 as the description says, so no extra data should be lost. Then again, I'm only just now testing it and so far don't need to do a whole surgery on my prompt to fix the art or eyes lol

    (Edit: I did experience a bit of the black screens/blacked-out characters issue. So far I've just did the same as a few comments instructed (renaming/deleting the config files on Forge and running it so they update etc) and it seems to be working well again. But ofc, I hope this won't be a widespread issue or at least the devs update the instructions on its use and/or makes the next vpred avoid that more easily.)

    Cat_HissesNov 10, 2024

    @Veryhelpfulfur thanks for sharing!

    Light7799Nov 10, 2024· 1 reaction

    From what I've tested also (using comfyui) you don't need "model sampling discrete" node and have to set v-pred to 'true'. It works right out of the box. If you are still using that node, that could be causing issues with your gens, so I'd suggest bypassing it or just deleting it.

    fizalpherNov 10, 2024

    artists aren't overbaked, colors are better.

    CuauhtemocI5MALNov 10, 2024· 9 reactions
    CivitAI

    Am I the only who thinks this model deserves its own model category?

    Wenaka_Nov 10, 2024· 12 reactions
    CivitAI

    如何在v预测模型上训练LoRA | How to train a LoRA on v-pred SDXL model | Civitai
    在v预测模型上训练lora的教程

    Tutorial on training lora on v prediction model

    Wenaka_Nov 10, 2024

    @Enigmata It seems you didn't read the tutorial carefully. This tutorial not only teaches you to turn on the v prediction parameter, but before that, you also need to switch sd-scripts to the dev branch. As for lora, after actual testing, lora for Noob1.0 can be used on vpred0.5.

    EnigmataNov 10, 2024

    @Wenaka_ sorry, I don't use sd scripts. I have lora easy training scripts client. So tutorial is not so relevant for my training. But is v parametrization which is a option for SD2.1 the same as V parametrization from tutorial or not?

    EnigmataNov 10, 2024

    @Wenaka_ Scale V pred loss on or off?

    littlejoyNov 10, 2024
    CivitAI

    I use V-Pred 0.5 with some prompts but generate some bad picture, which not happen when I use E-pred. Its usage changed? (我使用V-Pred 0.5,和之前 E-pred 1.0 一样的prompt,但生成的图片非常奇怪,只是一些奇怪的色块,是使用方式变了吗?)

    SakanakoChanNov 10, 2024· 6 reactions
    CivitAI

    V-prediction 0.5 is a huge improvement in terms of color range compared to epsilon 1.0. The generated images are almost like HDR enabled. The most obvious one is V-prediction 0.5 fixed the bug that face restoration makes the face skin color darker and darker

    EnigmataNov 10, 2024· 4 reactions
    CivitAI

    Omg again! Do LoRAs from noobaiXL (0.75) work with that? And is it finetune of NoobAI1.0 or Illustrious?

    LP_AINov 10, 2024
    CivitAI

    v-pred looks nice, but there seems to be an issue where it tends to generate pitch-black/solid color clothes occasionally even when unprompted, where it looks like someone just paint-bucketed them with the fill-tool. It seems to occur every 10 or so images. Additionally the anatomy is still not at the level of 0.5 EPS. Hopefully with more training it continues to improve, it's certainly better than the previous vpred release!

    mintykitNov 10, 2024· 2 reactions
    CivitAI

    Ну парни я хз если честно, вроде моделька прикольная, но будто хуже генерирует ( не знаю как объяснить) по сравнению с предыдущей которая вроде Эпсилон 1.0, хуже генерирует анатомию (руки), а также несмотря на указание стиля artist:xxx (author:xxx), может выдать вообще какой-то рандомный стиль похожий на скетч (может я конечно кривой и свой промпт неправильно раз 10 посмотрел ).

    Вывод: моделька где-то на 8.5/10

    cremygoodness44335Nov 10, 2024
    CivitAI

    I'm a noob and cant figure out how to switch reforge to the dev_upstream version, please help :(

    EBIXNov 10, 2024· 8 reactions
    CivitAI

    civit needs to give this model a category now, too far advanced than illust.

    EnigmataNov 10, 2024· 8 reactions
    CivitAI

    I think It is not illustrious anymore. Civitai need to make special category "NoobAI-XL" because people are confused and using NoobAI-XL loras on Illustrious which are not supported by loras.

    tapczanNov 10, 2024
    CivitAI

    For me V-pred 0.5 works just fine in updated ForgeUI? Or I'm not getting the full results?

    boolosoiNov 10, 2024
    CivitAI

    Is it possible to run V-Pred with Forge?

    AkioAINov 10, 2024
    CivitAI

    Does this work on Forge? I don't really want to move everything to reforge but if it is a requirement..

    elfsmasherNov 10, 2024
    CivitAI

    Has anybody managed a 2.5D artist style combo?

    RedRascalNov 10, 2024
    CivitAI

    Does V-Pred 0.5 work for A1111? Or is A1111 too outdated for that model?

    BloodsugaNov 10, 2024
    CivitAI

    V-Pred 0.5 doesn't work for me on webui. Already in dev mode, already git pulled and up to date.

    yjspNov 10, 2024· 5 reactions
    CivitAI

    To reforge ui users:

    reforge 出黑图的需要重置 ui 的设置,将 UI 根目录的 `config.json` 重命名为 `config-bak.json` 使 ui 生成默认配置

    If you got black image output, reset your config of reforge UI (You can delete `config.json` or rename this file on your reforge ui's root path to reset your config

    alternative_UniverseNov 10, 2024
    CivitAI

    The new version is awesome, love the colors and details, btw ,w one is the model base?

    HashyNov 10, 2024
    CivitAI

    Any significant improvement in V-Pred 0.5?

    sillygoose420Nov 10, 2024· 7 reactions
    CivitAI

    this model is INSANE. i have never gotten images this good - i am BEYOND blown away, holy moly, y'all PLEASE try this

    EnigmataNov 10, 2024· 25 reactions
    CivitAI

    For me 0.5 V-pred worse than Epsilon 1.0. Too bright, worse anatomy. Feels like they started from zero, not from NoobAI XL 1.0. So need to wait v1.0.

    TakemorikohotoNov 10, 2024· 4 reactions
    CivitAI

    just a headsup to people who use Forge. If your current webui doesnt work and deleting config.json also failed. Try to update your forge. It work for me.

    2329252Nov 11, 2024

    I am using the Forge one click installer, is there something specific I need to do? Seems there is no longer a dev2 branch, all I can find on github is sd35 and Main. Still unable to get this model to work. Still getting completely white background images.

    Edit: Going to try reForge.

    TimmekNov 10, 2024
    CivitAI

    Add pls Senko

    (Senko (Sewayaki Kitsune No Senko-San))

    DraconicDragonNov 10, 2024· 2 reactions

    The model should know senko perfectly well with senko \(sewayaki kitsune no senko-san\) as well as shiro and possibly the other characters

    fizalpherNov 10, 2024· 3 reactions

    senko works perfectly fine. any char with 80+ quality artworks on danbooru works to some degree, most perfectly.

    5893239Nov 10, 2024· 1 reaction
    CivitAI

    I Need update sd to use this new 0.5v ?

    aloereedNov 11, 2024

    a1111 dev branch

    sabinNov 10, 2024
    CivitAI

    Sorry, but what "V" from v-pred mean?

    throwawayjmNov 10, 2024· 5 reactions

    velocity_prediction

    thearrivalcyberseNov 11, 2024
    CivitAI

    EPS 1.0模型是不是自带画风?像pony的score_9一样?我要怎么去掉?

    sdfioajdiljNov 11, 2024
    CivitAI

    ELI5 for eps vs. v-pred, anyone?

    5760429Nov 11, 2024· 3 reactions
    liangren26Nov 11, 2024· 23 reactions
    CivitAI

    I'm surprised that developers can use a cover image with completely stretched human proportions, which is caused by using an excessively large resolution. Noobxl uses a resolution of 1024x1024 for training, and the images in the training set are scaled proportionally based on their original sizes. This means that even if you use a higher resolution, it won't significantly improve the image quality, and there are many drawbacks, such as wasting time, incorrect human proportions, multiple limbs, and significantly affecting the accuracy of upscaling.

    k1logr4mNov 11, 2024
    CivitAI

    All my generations look too dark and red for some reason.

    wtomer12345708Nov 11, 2024
    CivitAI

    Please upgrade the epsilon model further, I kindly ask you.

    HapseNov 11, 2024
    CivitAI

    Maybe explain why you need to swap to dev-upstream of reforge?

    5760429Nov 11, 2024· 16 reactions
    CivitAI

    Good settings for v-pred models:
    RescaleCFG at 0.7, CFG somewhere near 5, Euler sampler. About 30 steps.
    Without using something close to these settings the images can appear oversaturated, this may be resolved with further training.
    I really appreciate the color range, there's no discoloration unlike epsilon.

    More information: https://rentry.org/wtfvpred

    special_offer_ubikNov 11, 2024
    CivitAI

    The color is indeed better with v-pred 0.5, but there seems to be an increase in anatomical error. The words that can draw a normal composition in eps1.0 are used in v-pred, which leads to the deformity of the characters, or the elements are missing.

    Looking forward to the performance of v-pred 1.0.

    suede2031691Nov 11, 2024· 1 reaction
    CivitAI

    Has anyone tried the v-pred version to merge with other Illustrious models as well?

    dragonkiller45Nov 11, 2024· 3 reactions
    CivitAI

    "Special tags" may include "meta tags" which impact the “quality” and “feeling” of the image, such as "highres".

    特殊标签可能包括了元标签?对出图感觉有大的影响,可以放负面里参考改进

    PoppedCornNov 11, 2024· 1 reaction
    CivitAI

    I seem to be having troubles with VAE. Is there a specific VAE recommended for this model?

    dmddmddNov 11, 2024

    You might need to switch to dev version of whatever SD-gui you're using

    PoppedCornNov 11, 2024

    @dmddmdd for comfy too?

    munchkinNov 11, 2024

    You use v-pred model? In ComfyUI you need to use "ModelSamplingDiscrete" node and set it to v_prediction, zsnr might need to be "true" too

    PoppedCornNov 11, 2024

    @munchkin That helped a lot. Thanks!

    Kenshin786Nov 12, 2024

    hi what do you use for A111?

    MakameNov 11, 2024· 1 reaction
    CivitAI

    It it possible for you to add arcane style and characters? Would be sick

    Le_FourbeNov 11, 2024

    pic 100+ diverses images from the show and train a Lora yourself then.
    or pay someone to do it on civitai.

    fizalpherNov 11, 2024

    arcane characters and style is already on there for anything in danbooru. otherwise train lora yourself or offer a bounty.

    MakameNov 11, 2024

    @fizalpher oh I tried many pony Loras, but they look terrible with this checkpoint...

    fizalpherNov 12, 2024· 1 reaction

    @reyjandplay380 DO NOT USE PONY LORAS FOR ILLUS for ANY XL-BASED MODEL. this model ALREADY has the most popular arcane chars, you DO NOT NEED lora.

    _Kapot_Nov 12, 2024· 1 reaction
    CivitAI

    Are these models compatible with AYS? What samplers should I be using?
    I just gave it a try and most pictures turned out quite bad, especially the ones with simpler prompts that don't include any artist tags.
    The problem is clearly me and my workflow though. Is there anything I should be doing different to use these models in particular? I'm using the same comfy workflow I use for similar models like IL and Pony finetunes.

    DarkwenNov 12, 2024· 3 reactions

    This model is very different from il and pony, i don't use comfy but looks like there's a comfy workflow on their huggingface you can check there https://huggingface.co/Laxhar/noobai-XL-Vpred-0.5/tree/main. Also keep in mind that they are still training, so for now they recommend using only euler sampler(not euler a) and cfg 4-5.

    _Kapot_Nov 12, 2024

    @Darkwen Thank you! I'm going to give that workflow a few tries!

    tamtran183Nov 12, 2024· 1 reaction
    CivitAI

    good model

    Kenshin786Nov 12, 2024· 4 reactions
    CivitAI

    is anyone using A111? what vae you are using with vpred 0.5? I cant generate any image, I literally copy pasted prompts from here. please help.

    CadaveNov 12, 2024

    switch to dev branch

    nymicalNov 12, 2024

    What error are you getting?

    lugianon_sdgNov 12, 2024· 16 reactions
    CivitAI

    mark my words, this is not only the next Pony, but it's already better. Insane work by the team!

    fizalpherNov 12, 2024· 3 reactions

    Yep. Pony stands no chance, it can't even hope to stand against this. Don't know why they don't just give up, pony was pretty much dead a month after it came out anyways and now they wanna obfuscate artists & such.

    ImdrekaiserNov 13, 2024

    @fizalpher Pony is pretty decent and very easy to prompt with, but yeah this model seems incredible. My download is scuffed though, produces static.

    fizalpherNov 13, 2024

    @Imdrekaiser set v-prediction and ztsnr on if using v-prediction model. also use built in vae. much simpler to do with ComfyUI than any other UI available.

    ImdrekaiserNov 16, 2024

    @fizalpher Thank you so much for the tips, those worked and I am blown away by how good this model is. Also, on reForge it is super easy to change v-prediction and zero SNR (it's in the Advanced Model Sampling tab).

    namelooseNov 12, 2024· 2 reactions
    CivitAI

    If anyone has any clue on prompting two characters doing two specific things respectively (i.e. Character A is waving, Character B is looking away), please let me know. I've been struggling with that for a little while.

    omnisaaNov 12, 2024

    Have you tried Regional Prompter?

    zxc123426Nov 14, 2024

    comfyui有一个节点叫“attention couple”;或者试试create frame;这些都是我的猜测xD

    idiotlol32Nov 12, 2024· 4 reactions
    CivitAI

    is there a specific vae we should use? because on webui it only generates noise

    fizalpherNov 12, 2024· 1 reaction

    The vae built into it, just drag vae from load checkpoint to the vae decode on comfy.

    6140761Nov 12, 2024· 3 reactions
    CivitAI

    Greatest checkpoint ever but i can't use the 0.5 version on site generation anymore :(

    Any way to use it on site ?

    9868686Nov 12, 2024· 6 reactions
    CivitAI

    lighting broblems in 0.5

    fizalpherNov 12, 2024· 1 reaction

    use the recommended settings. Euler and cfg 4-5. did you not read the instructions? This is still training, so very important to follow instructions.

    guontiltcommonNov 12, 2024· 18 reactions
    CivitAI

    For those who are having problems with over saturated lighting in the current version, try using euler

    lugianon_sdgNov 13, 2024

    not the problem, cg rescale needs to be at 0.7 and your SCHEDULER needs to be on normal. I gen perfect pics with dpm++ 2s ancestral and normal scheduler.

    distortedvirgo317Nov 12, 2024· 3 reactions
    CivitAI

    Can someone please explain to me if this model can be used in the current version of Forge and if not, is there any way to fix it? At the moment I have no way to use ReForge and the regular Forge generates red rubbish.

    RavirKunNov 12, 2024· 1 reaction

    yes, use newest forge. just update it

    liangren26Nov 12, 2024· 56 reactions
    CivitAI

    这是一个很好的模型,但是他不"noob"。希望你们能换位思考,站在一个noob的视角下来完善模型。比如说:1.vpred版本是干啥的,为啥我出了一堆噪点,为啥改了以后画面还是过饱和甚至呈现深色鬼图状态?2.我是一个菜逼,我听说noob可以和nai3一样使用,我带着nai3的画师串来使用却发现一团糟。3.我就是懒就爱抄官图参数,但是甚至官方也不给出一个中庸但不会犯错的公式参数。4.我用不懂,我满怀愤恨地进入群聊抠字:"这版本太垃圾了"结果迎来大佬们的嘲讽和哄笑。5.noob收录了哪些画师和角色,哪些画师效果不错?神器在手却不会用好难受!…所以现在急需一个使用文档还有更新你们那屁用没有的模型简介信息,而不是让评论区擦屁股。还有就是你们每次选用的封面都太拉伸和丑陋了,我建议你们出图使用正常的分辨率再放大,并在官图附加不同参数的生成信息。

    realhjtNov 13, 2024

    简介里的NoobAI-XL Short Test Report里有不少测试用例

    a9909178983Nov 13, 2024

    @realhjt 參考不了,底層邏輯都不一樣了,那是早期測試的版本,放在v版根本沒用

    Euge_Nov 13, 2024· 16 reactions

    很中肯的建议,感谢反馈,后续版本会优化。

    团队成员大多是兼职开发模型,有主业在身,自愿投入时间、精力和金钱,而且零回报,还望谅解。

    如果有安装、使用等等问题,也可以加QQ群或者DC群,随时提问~

    anti7741Nov 13, 2024· 3 reactions

    @Euge_  Such a generous response is admirable. Hope you enjoy creating and sharing.

    GOOKLENov 17, 2024· 1 reaction

    @Euge_ 高情商

    MichindusNov 13, 2024· 12 reactions
    CivitAI

    Was hoping they'd stick to the Epsilon-pred V1 model for on site gen. The V-pred model isn't the favourite.

    SvyagaNov 13, 2024· 11 reactions
    CivitAI

    Epsilon-pred 0.75-version imo is much better than the rest. I wonder if V-pred 0.75-version will be even better, can't wait to try it out!

    x31131211Nov 13, 2024· 4 reactions
    CivitAI

    请问NOOB模型有机会增加肌肉女吗?

    感觉相比于小马。

    SDXL的二次元肌肉女真的好稀有

    EnigmataNov 13, 2024· 4 reactions
    CivitAI

    Are positive (masterpiece, best quality, newest, absurdres, highres) and negative (worst quality, old, early, low quality, lowres, signature, username, logo, bad hands, mutated hands, mammal, anthro, furry, ambiguous form, feral, semi-anthro) prompt from this page https://huggingface.co/Laxhar/noobai-XL-Vpred-0.5?not-for-all-audiences=true#please-read-the-guide-carefully usable for Epsilon 1.0 or for V-pred 0.5 only?

    mrsomeoneNov 13, 2024· 6 reactions
    CivitAI

    If you're having trouble getting anything out of Vpred, try increasing image size. 1920x1200 worked best for me.

    Y_XNov 14, 2024

    wtf?

    ponzomut146Nov 13, 2024· 6 reactions
    CivitAI

    Can anyone recommend some good settings for the onsite image generator with the 0.5 version? Almost constantly getting over saturated images with it

    dream_of_genieNov 14, 2024· 2 reactions

    Are you using the recommended settings from the "About this version" section? Euler (not Euler a), 28-35 steps, CFG 4-5

    DajiejiekongNov 13, 2024· 7 reactions
    CivitAI

    我最近发现有很多人直接拿Epred版本训练的lora用在Vpred上,于是也用自己的lora试验了一下。虽然效果有些微妙的偏差,但是总地来说画风lora和角色lora都是能正常工作的。

    这是否意味着之前的训练脚本也可以用来训练Vpred的微调?或者有什么更适合这种模型的lora训练方法吗?

    OhCuteFXNov 13, 2024· 4 reactions
    CivitAI

    When i used the sample of the v-pred guide,i found it to use this vae named sdxl_vae_fp16_fix.

    But i found one view which said the vae built into it,so now i don't know which method is right,anyone else can help me?

    SakanakoChanNov 17, 2024

    In fact all correctly setup stable diffusion checkpoint will have a baked-in VAE, whenever you have doubts, try the baked-in one first. If you are not satisfied with it, then maybe try other VAEs.

    dream_of_genieNov 14, 2024· 6 reactions
    CivitAI

    Because the base model is listed as SDXL 1.0, the onsite generator does not allow the use of any Illustrious-based LoRAs, even though they're compatible. Is there any way to prevent the onsite generator from filtering out models?

    CuauhtemocI5MALNov 14, 2024· 4 reactions
    CivitAI

    Would be good if there was a Flux based of this model.

    Since I knew Dall-E 3 was able to generate images with coherent texts, I had the wish of seeing an AI Image Generation model that's responsive to prompts made with e621 and able to generate images with coherent texts.

    This model, Pony Diffusion V6 XL, and SeaArt Furry XL 1.0 complies the first part, but after leaving a bounty in this site, someone told me the second part is an extremely hard task to for SDXL even if receiving help because isn't smart enough to do that task.

    So my hopes are in the release of a Flux based version of this model, and Pony Diffusion V7 which will be based in AuraFlow.

    5760429Nov 14, 2024

    Training or running Flux isn't easy. A non-distilled model is much easier to train. The best option is they decide on SD 3.5 Medium which is close to SDXL but has an improved architecture, or wait until a better model with 4 billion or 5 billion parameters comes along.
    A model with 12 billion parameters is simply too big to conveniently train and run.

    burnera679889Nov 14, 2024· 11 reactions
    CivitAI

    For some reason V pred 0.5 doesnt work at all in A1111, but works fine in SwarmUI. Seems that Epsilon does work in A1111 though.

    2329252Nov 14, 2024

    v_pred is now supported in main branch of ReForge, which is better than vanilla A1111.

    burnera679889Nov 14, 2024

    @mewtsy Is it compatible with A111 plugins?

    2329252Nov 14, 2024

    @burnera679889 I don't know about its compatibility with all plugins, but it uses same plugin repo as A1111. It's basically same webui as A1111, since it is a fork of A1111, except it has performance optimizations under the hood and it is actively being developed.

    2329252Nov 15, 2024

    @burnera679889 I clearly typed: that ReForge is "actively being developed", I don't see how that implies that A1111 is no longer being developed, nor did I say that. I am not the information source depot for A1111, simply telling you what works for v_pred at the moment. ReForge main auto recognizes models that use v_pred, and it's a good overall webui due to it having optimizations not default in vanilla A1111.

    ARAfanNov 14, 2024· 18 reactions
    CivitAI

    This is stupid! Why can't I use the latest epsilon version here?!? Other models let you swap between versions, so it shouldn't be impossible.

    Y_XNov 14, 2024· 11 reactions
    CivitAI

    Vpred 0.5 in A1111 Reforge is.... broken😂. (Already solved this confusion so not necessary to reply this one)

    2329252Nov 14, 2024

    No it isn't I have been using it just fine. You need to READ and follow the usage guides for this model https://huggingface.co/Laxhar/noobai-XL-Vpred-0.5?not-for-all-audiences=true#please-read-the-guide-carefully

    Especially this is the part you are looking for:
    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

    Y_XNov 15, 2024

    @mewtsy ok, already checked

    2329252Nov 15, 2024

    @Y_X Well, I am telling you, it's not broken. Temperamental, yes, but that's mainly because this iteration relies heavily on danbooru and e621 tags. I am using A1111 ReForge with the recommended settings and it's working great for me. The OP listed artist and character tags on their Offficial Discord, but you can also just open Danbooru and search for a concept then use those tags. I think that the next or final release will be easier to use, but as of right now, ComfyUI and ReForge (main) are the easiest ways to use this model. Also, ReForge needs to be updated, the automatic v_pred recognition on model load was a recent addition (some time earlier today I think), so you may just need to update.

    chuunikaedeNov 15, 2024· 3 reactions

    @mewtsy even following instructions with dev reforge with advanced generation options enabled, it gives really unstable outputs. It's genuinely just a bit too bleeding edge.

    2329252Nov 15, 2024

    @chuunikaede I've been posting images on this models gallery including metadata, using ReForge (main) on a 3060ti, did not have to set anything, v_pred model was automatically recognized on load, I know because I checked the terminal. The images look fine to me.

    6142829Nov 15, 2024

    @mewtsy when did you update your reforge?, basically a few days ago the dev removed/added new branches,added/removed commits and everything. That may be changing the reforge in others

    2329252Nov 15, 2024

    @quamainedaxten713 I'm on ReForge Main branch. I updated it yesterday night when I saw the notice on NoobXL Discord. I did another git pull about 3 hours ago, no changes.

    Version: f1.0.5-v1.10.1RC-latest-763-g91cb30c1

    Commit hash: 91cb30c177a3179bb3846a47ede2701649634380

    chuunikaedeNov 15, 2024

    @mewtsy I updated reforge to dev as of yesterday morning, generation only works with advanced generation settings enabled and even then is still unstable, even with models trained on vpred. I'm gennjng on a 3080ti, with correct settings.

    2329252Nov 15, 2024

    @chuunikaede Well, I'm not using Forge Dev. I am using ReForge Main. It recognizes the prediction type on load automatically and has no issues as long as Euler sampler is used, as is stated in their recommended usage guide. If you check the About this Model section, it even recommends ReForge and ComfyUI. It's a bit outdated though, because it states ReForge Dev, but that's because yesterday is when ReForge Main was updated ahead of the Dev branch. So, ReForge Main, is the way to go for now if you don't want to mess with ComfyUI.

    Version: f1.0.5-v1.10.1RC-latest-763-g91cb30c1

    Commit hash: 91cb30c177a3179bb3846a47ede2701649634380

    2329252Nov 15, 2024

    @chuunikaede Here is the github for ReForge if you ever want to try it out: https://github.com/Panchovix/stable-diffusion-webui-reForge

    chuunikaedeNov 15, 2024

    @mewtsy yeah im using that. im sorry i meant to type reforge dev. you can see where my previous posts reflected that. reforge main at the time that i updated did not have compatibility and it required being on the dev branch to be able to gen. there also wasnt autodetection and required enabling advanced generation settings.

    StinkekNov 14, 2024· 20 reactions
    CivitAI

    The Discussion section makes me think these base models are anything but noob-friendly

    2329252Nov 14, 2024

    100% agreed. Very annoying to even get the model to work. I've seen most success in ComfyUI. It's just very picky with settings at this point. EDIT: Also, you really HAVE to add a style to make any generation look decent. Not necessarily a Lora, just an artist name. Otherwise you will get a western style cartoon look with bad anatomy. Have to follow the recommended settings on their HF too

    https://huggingface.co/Laxhar/noobai-XL-Vpred-0.5?not-for-all-audiences=true#please-read-the-guide-carefully

    StinkekNov 14, 2024

    I ran an Illustrious LoRA of mine on noobaiXLNAIXL_epsilonPred10Version.safetensors in Fooocus.
    It works, which is ok, I guess.

    NaGaRiNov 14, 2024· 6 reactions
    CivitAI

    Has the TE in the v-pred version been trained more than the epsilon version?

    Euge_Nov 15, 2024

    no

    NaGaRiNov 15, 2024

    @Euge_ thank you!

    3197490076143Nov 14, 2024· 11 reactions
    CivitAI

    是我的问题吗?为啥我出图是一堆子噪点什么的QAQ,但同样的参数换别的sdxl模型是正常的

    lemonjingNov 14, 2024· 1 reaction

    不知道为什么我也是,但没人提这个

    zeserenNov 15, 2024· 1 reaction

    这是v预测版本,需要在comfyui或者reforge下使用

    BakA164Nov 15, 2024

    目前WEBUI的主分支不能使用VPRED版本的模型

    Euge_Nov 15, 2024

    hi,可以跟随 “About this version” 的引导使用~

    该版本是v预测模型,需要一些特殊操作才能用。

    我们稍后会更新更全面的指示。

    3197490076143Nov 15, 2024

    @zeseren 好的,蟹蟹

    3197490076143Nov 15, 2024

    @BakA164 好的好的,蟹蟹

    3197490076143Nov 15, 2024

    @Euge_ok 

    3197490076143Nov 15, 2024

    @lemonjing 我看评论有人解释了

    Euge_Nov 15, 2024

    中文版使用指南请 点此此处

    jingtingNov 15, 2024

    @Euge_ 你好,git怎么切换分支呢,就是找不到QAQ

    Euge_Nov 15, 2024

    @chenjt26 非常建议 在切换分支之前备份原本的 webui!
    方法:在 webui 的安装目录下打开控制台,然后输入 "git checkout dev",就可以了。

    ponzomut146Nov 15, 2024· 4 reactions
    CivitAI

    Could anyone explain the proper way to use character tags that are a bit long and pick up other characters by msitake, like ui_(blue_archive) or midori_(blue_archive) ?

    ChurrusNov 15, 2024

    ui \(blue archive\)

    Problems with character might be a matter of undertrained tags, low post-count characters, too many characters on the scene or even artist styles or concepts making the fidelity harder

    Euge_Nov 15, 2024· 1 reaction

    You may refer to the "trigger" column of this csv table file:
    https://huggingface.co/datasets/Laxhar/noob-wiki/blob/main/danbooru_character_webui.csv

    If you'd like to generate a character, just copy and paste the "trigger" of that character.

    If the fidelity is not satisfactory, then just add the "core_tags" of that character.

    lorenzofee04557Nov 15, 2024· 4 reactions
    CivitAI

    can somebody explain me the difference between the epsilon an the V pred models?

    Euge_Nov 15, 2024· 9 reactions

    Epsilon

    - Easy to use;

    - Larger community base;

    - Defects in color, lighting and shadow, etc.

    V

    - Full color gamut;

    - Higher dataset fidelity;

    - Better prompt following;

    - Higher ceiling;

    - Sensitive to generation parameters.

    ArararagiNov 15, 2024· 6 reactions
    CivitAI

    Is there a list of artist tags or tags in general?
    Or is it that i simply need to look at Danboru and e621 sites and look up tags that i want to use?

    fizalpherNov 17, 2024

    @Daida add me on discord "mimizukari" i can send you the char wildcard. i have both full sheet & one trimmed down to 75 tags (so the ones that should work, 18.5k/200k+). used a python script to turn these into wildcards day 1, Lol. (only Danbooru ones though, i don't particularly care for e621... same script would probably work for e621 but...)

    Rating_AgentDec 22, 2024

    @fizalpher can you post it on civitai? it would be very helpfull, or you can send a link to download
    maybe from anonfiles or catbox

    GasterlNov 15, 2024· 4 reactions
    CivitAI

    为什么会跑出来全是噪点的鬼图

    lwanderNov 15, 2024· 4 reactions
    CivitAI

    How to make multiple characters image like sample?

    DrA_263Nov 15, 2024· 4 reactions
    CivitAI

    Is there some trick to getting good detailed backgrounds on the v-pred version? I've tried all manner of samplers/schedulers/CFGs but backgrounds always come out extremely blurry especially when using high contrast environments, e.g. night time.

    See comparison here: https://civitai.com/posts/9179023
    If you're going for a bokeh effect it's pretty good, but otherwise... not really.

    WallBreakerNO4Nov 15, 2024· 44 reactions
    CivitAI

    我为 NoobAI-XL v-pre 0.5 版做了一个画师串画风测试excel,访问地址:https://aliang-rec.icu/GOODIES/NoobAI/300%E7%94%BB%E9%A3%8E-NoobAI%E6%B5%8B%E8%AF%95.xlsx

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

    ---

    I made an excel file for the artist string painting style test for NoobAI-XL v-pre 0.5 version. The access address is: https://aliang-rec.icu/GOODIES/NoobAI/300%E7%94%BB%E9%A3%8E-NoobAI%E6%B5%8B%E8%AF%95.xlsx

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

    lizhaiNov 16, 2024
    CivitAI

    v-pre模型该如何放大与重绘?

    distortedvirgo317Nov 16, 2024· 6 reactions
    CivitAI

    People are writing about ReForge everywhere, but what about the current Forge? According to my tests, the model works there, but the image is often very oversaturated even with low CFG. Is it a problem in Forge? Is there no way to get around it now? I can't use ReForge now.

    wtomer12345708Nov 16, 2024· 6 reactions
    CivitAI

    When will the new version be available???

    TotoriaNov 16, 2024· 9 reactions
    CivitAI

    很棒,在我这里他已经超过NAI3了,NAI3一年没更新,被追上了,非常感谢你们的工作

    marcwithac560889Nov 17, 2024· 3 reactions
    CivitAI

    They look cool

    alhamdNov 17, 2024· 11 reactions
    CivitAI

    probably best model i've ever tested. i am very impressed with the generations

    ipsylon0000Nov 17, 2024· 37 reactions
    CivitAI

    Hello all. If you can't decide which artist tag to pick, I've made a wildcard just for that. I've extracted around 600k artist tags from the .csv dataset (both danbooru and e621) and compiled them for your convenience:

    https://civitai.com/models/952156/noobai-xl-nai-xl-artist-wildcards-e621danbooru

    I've originally shared this as a reply in a discussion thread, but I've decided to post this as a separate discussion for better reach. Enjoy.