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:
Collaborative testing:
How to Use the Model.
Guidebook for NoobAI XL:
ENG:
https://civarchive.com/articles/8962
CHS:
https://fcnk27d6mpa5.feishu.cn/wiki/S8Z4wy7fSiePNRksiBXcyrUenOh
Recommended LoRa List for NoobAI XL:
https://fcnk27d6mpa5.feishu.cn/wiki/IBVGwvVGViazLYkMgVEcvbklnge
Method I: reForge
(If you haven't installed reForge) Install reForge by following the instructions in the repository;
Launch WebUI and use the model as usual!
Method II: ComfyUI
SAMLPLE with NODES
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
QQ Groups:
427280545
677964513
852429527
914818692
635772191
870086562
Discord: Laxhar Dream Lab SDXL NOOB
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
L_A_X: Civitai | Liblib.art | Huggingface
li_li: Civitai | Huggingface
nebulae: Civitai | Huggingface
Chenkin: Civitai | Huggingface
Euge: Civitai | Huggingface | Github
Contributors
Narugo1992: Thanks to narugo1992 and the deepghs team for open-sourcing various training sets, image processing tools, and models.
Onommai: Thanks to OnommAI for open-sourcing a powerful base model.
V-Prediction: Thanks to the following individuals for their detailed instructions and experiments.
adsfssdf
madmanfourohfour
Community: aria1th261, neggles, sdtana, chewing, irldoggo, reoe, kblueleaf, Yidhar, ageless, 白玲可, Creeper, KaerMorh, 吟游诗人, SeASnAkE, zwh20081, Wenaka~喵, 稀里哗啦, 幸运二副, 昨日の約, 445, EBIX, Sopp, Y_X, Minthybasis, Rakosz, 孤辰NULL, 汤人烂, 沅月弯刀,David, 年糕特工队,
Description
FAQ
Comments (31)
Let the open-source community be great again.
第一时间前来支持,向愿意开源的勇士致敬!
Awesome!
开源是人类智慧与勇气的证明
经由抱脸的授权玩了好一阵子,是个非常强大的光辉衍生模型|∀` )
我会尝试使用一下此模型。
试了一下,画风调用效果和基础模型一样好,一定程度进一步优化了手脚,优化了小尺寸出图的画风和画质,很好的一个优化光辉模型。感谢大佬的辛劳和开源!
道祖慈悲,好汉福寿无量
I notice the model tends to add copyright text at the corners in certain scenarios. I think the prompt "official art" is the cause.
Either way, hopefully this model keeps adding characters and styles, ArtiWaifu Diffusion has the most styles and characters I seen so far, but I feel this model creates better Anime compositions. Either way, I can't wait to try future versions.
非常好模型,使我tag旋转
sdxl lora可以在这正常使用吗?
This is by far my new favourite model !
It can compete with NovelAI V3 and even beat it in multiple aspects, which I wasn't expecting from an SDXL model.
It blows my mind that this is just an early access version, I can't wait for the full release :D
致敬!!!!!!
Very promissing
Thank you for your hard work.
Thank you for the model. Are the loras used in the previews also going to be released?
妈蛋……和illu的lora已经不太兼容了 orz
This is honestly quite fantastic already. It seems to have less artifacts than Illustrious-XL and so far I wasn't able to detect any significant drawbacks. Illustrious-XL LoRAs are working just fine in my tests so far. Thanks for sharing this model ❤️
Edit: I made some more comparisons and noticed the following:
1. The colors seem less vibrant in NoobAI compared to Illustrious and especially SmoothFT. Depending on the artist this may be good or bad. SmoothFT for example is oversaturated sometimes.
2. Backgrounds tend to be blurry despite being specifically prompted. But this is easily fixed with blurry background in the negative.
3. It seems to be more biased towards clean images which again may or may not be a good thing depending on the desired style since grain and details also tend to be washed out.
Edit 2: Made some more tests and noticed that color vibrancy can be improved noticeably with the following in the negative: pale color, muted color, low contrast
You may also want to experiment with high contrast, colorful in the positive.
The best local model right now, extremely creative and versatile.
i have trouble breaking it out of looking like digital art but perhaps that's it's purpose or a skill issue. lots of potential regardless
非常好模型,可以在纯Prompt(此图片中使用的Lora几乎不改进质量)并开启Hires. fix的情况下生成两双几乎完全正常的手(手指比例似乎有些微问题),对于Booru标签库中并不存在的创造性构词(finger insertion)也给出了完全符合设想中概念的理解,在Prompt权重飞天(xxx:2/xxx:0.2)的情况下亦无错误,唯一美中不足的地方在于自发的upside-down构图,似乎是从底模传下来的问题,也许底模在训练过程中有通过大量upside-down图片的方式来进一步丰富数据集?相当期待进一步训练之后的产物。
Very good checkpoints, generating two almost perfectly normal hands (finger proportions seem to be a bit problematic) in pure Prompt (the Lora used in this image barely improves the quality) and with Hires. fix turned on, and giving a fully comprehensible understanding of the envisioned concept of finger insertion, which doesn't exist in Booru's tag library. The only drawback is the spontaneous upside-down compositions, which seems to be a problem passed down from the base model, maybe the base model has further enriched the dataset by a large number of upside-down images during the training process? Quite looking forward to the product after further training.
(The English text was translated by deepl)
Do we have a name list for all the valid artist styles?
So... this is a Danbooru-trained finetune of a large Danbooru-trained finetune of a large Danbooru-trained finetune of Base SDXL? Isn't there almost guaranteed to be retraining of the same thing?
If it's not clear by the amount of images I posting, I think the model is pretty cool :)
Nothing too crazy of course, it's not like half of the images in there are mine... right ? 😅
I swear to god, I haven't generated so much since NAI v3 and my first time finding out about SD !
illustrious based trained lora starts to be less applicable on this checkpoint😢
Edit: Nevermind, it still works in quite a certain level
having issues, trying to generate images with it but it keeps giving me mosiacs and random giant murels of colors rather than images
不知道用什么画师的看这里 [[artist:as109]],ask_(askzy),[artist:wlop],[artist:ningen_mame],artist:ciloranko,[[artist:rhasta]],artist:tidsean,
uooohh😭😭😭😭🦀🦀🦀
Maybe a bit undercooked, but actually does some conceptual tags better than NAI v3 (like thigh sex). Cringe model name though, wish you'd come up with something better rather than to associate yourself with a multi-million dollar company. What does "Noob" have to do with it? Weird.
Looking forward to see how this develops over time!
どのVAEを利用しましたか?
Details
Files
noobaiXLNAIXL_earlyAccessVersion.safetensors
Mirrors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
checkpoint-e1_s25000.safetensors
checkpoint-e1_s25000.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
noobaiXLNAIXL_earlyAccessVersion.safetensors
Available On (3 platforms)
Same model published on other platforms. May have additional downloads or version variants.



















