(popPopcornMix+pastelMix)*WRAP16=A
A+0.35(ligneClaireStyleCogecha LoRA)+0.35(fakeVanGoghStyle LoRA)=B
B+0.15(FashionMagazineStyle LoRA)+0.15(loopersVideoStyle LoRA)=C
0.75(C)+0.25(Meinamix_v9)=Retro Romance Mix
Sampling method : DPM++ 2M Karras
Clip skip : 2~5
CFG Scale : 8
VAE:kl-f8-anime2
Prompt : (hires),(masterpiece),(best quality),
Negative : EasyNegative,Ir, bad-hands-5
Textual Inversion : EasyNegative,Ir, bad-hands-5
___________________________________________________
Retro Romance Mix was inspired by an accidental merger.
It is the final product obtained by combining POPcorn and Pastel with the preset ratio of "WRAP16".
I was amazed by the wonderful chemical reaction of these two models, and I liked this model named "PP16" more and more in the following time, so I came up with the idea of repairing it and strengthening it.
This eventually led to the birth of "Retro Romance Mix".
Maybe it still has room for improvement, but anyway, I'm happy to share with you my first model uploaded on "Civitai", and I'm grateful if you like it.
Have fun and good luck.
:)
AnimeIllustDiffusion (AID) 是一款预训练、非商用且多风格的动漫插画模型。您能使用特殊的触发词(见附录 A)来生成特定风格的图像。您需要搭配我提供的负面文本嵌入 bad系列 [1] 使用。否则,您将得到糟糕的结果。我推荐 sd-vae-ft-mse-original [5] 这款 vae。第 II 部分将简单地介绍 AnimeIllustDiffusionV1.0 的制作过程;第 III 部分将介绍负面文本嵌入;附录 A 部分将提供部分关键词列表。
AID 模型拥有 超过 50 种 稳定的 动漫插画风格 和 100 名动漫角色。生成风格需要的特殊提示词见附录 A。生成角色则直接使用角色名即可。AID 模型像一个调色板,您可以通过任意组合提示词创造出新的风格。
这款模型由三个不同的模型融合而来,其中两个由我训练,另一个为 GoldSun 融合的 Pretty 2.5D 模型 [2]。
我使用 4300+ 张经过人工裁剪、打标、512x512尺寸的二次元插画图像作为训练集,使用 dreambooth 微调 Naifu 7G 大模型训练风格。我以较高的学习率为每张训练集图像训练了100期。我没有使用正则化图像。我训练了文本编码器。如果有兴趣,您可以在 [3] 处找到详细参数信息。
我使用 Merge Block Weighted 扩展融合模型。在三个模型中,一个模型被用于提供风格和文本编码器(base alpha 和全部 OUT 层),一个模型被用于优化手部细节(IN 层 00 - 05),另一个模型(Pretty 2.5D)被用于提供构图(IN 层 06 - 11 和 M 层)。
该模型推荐使用 badv3 —— 一个负面提示词的文本嵌入文件。它不仅能简化提示词的书写,还能激发模型潜力,提高生成图片的质量。通常,badv3 的效果已经足够,您无需再额外填写质量提示词。但它并不能解决 100% 的画面问题。
您应该将下载得到的负面文本嵌入文件,即 badv3.pt 文件放置在您 stable diffusion 目录下的 embeddings 文件夹内。之后,您只需要在填写负面提示词处输入 badv3 即可。
我的想法是训练了一个糟糕图像的概念,并把它放入负面提示词中以避免生成这类不好的图像。
我使用了几百张由模型生成的糟糕图像训练负面文本嵌入,即 badv3,其原理与 EasyNegative [4] 相似。我尝试把它训练到过拟合以缓解传统负面文本嵌入对模型画风的影响,这似乎很有效。
与 EasyNegative 相比,badv3 对本模型的效果要更好。我暂未对比其他负面文本嵌入。
badv3 是我继 deformityv6 后训练的第 n 个负面文本嵌入。其制作非常容易,但结果也相当随机。我曾尝试通过添加差分来从模型中移除另一个用糟糕图像训练的模型的权重,但目前并没有乐观的结果。我接下来打算训练负面 Lora 来代替负面文本嵌入以直接从模型中“移除”一部分权重而非“避免”它们。
本模型用于测试多风格模型训练,非盈利或商用,皆兴趣使然。若有侵权,立即删除。
使用者仅被授权使用此模型生成图片,不允许未经同意的转载。
严禁将本模型用于一切商业用途。
附录 A 部分的展示图为本模型特殊提示词的大分类提示词参考,并非一定使用指定提示词才能生成。
请勿使用本模型生成带有血腥、暴力、色情的违规图片及任何侵权内容!因此,附录 A 部分仅能够提供部分经过训练的关键词。
AnimeIllustDiffusion is a pre-trained, non-commercial and multi-styled anime illustration model. You can use some trigger words (see Appendix A) to generate specific styles of images. You need to use it with my negative text embedding bad series [1]. Otherwise, you will get bad results. For VAE, I recommend sd-vae-ft-mse-original [5]. Part II of this introduction describes how the model was made; part III presents my proposed negative text embeddings; and Appendix A provides a partial list of keywords.
The model has over 50 stable anime illustration styles and 100 anime characters. See Appendix A for specific style trigger words. To generate a specific character, just use the character's name as prompt directly. The AID model is like a palette, and you can create new styles by combining different prompts.
This model is a fusion of three different models, two of which I trained and one is the Pretty 2.5D model fused by GoldSun [2].
I use 4300+ artificially cropped, tagged, 512x512 size anime illustration images as the training set, and use dreambooth to fine-tune the Naifu 7G model. I trained for 100 epochs per training set image with a high learning rate. I didn't use regularized images. I also trained its text encoder. If interested, you can find detailed parameter information at [3].
I merged 3 models using Merge Block Weighted to create this AnimeIllustDiffusion model. Among the three models, one model is used to provide style and text encoder (base alpha and all OUT layers), one model is used to optimize hand details (IN layers 00 - 05), and another model (Pretty 2.5D [3]) are used to provide better composition (IN layers 06 - 11 and M00 layers).
The model recommends using badv3 - a text embedding file of negative cue words. It not only simplifies the writing of prompt words, but also stimulates the potential of the model and improves the quality of generated images. Usually, the effect of badv3 is enough, and you don't need to fill in additional quality prompt words. But it doesn't solve 100% of the picture problems.
You should place the downloaded negative text embedding file, the badv3.pt file, in the embeddings folder of your stable diffusion directory. After that, you just need to enter badv3 in the negative prompt word field.
My idea is to train a concept of bad images and put it into negative prompt to avoid generating such bad images. I trained a negative text embedding, badv3, using a few hundred bad images generated by the model, which works in a similar way to EasyNegative [4]. I tried training it to overfit to mitigate the effect of traditional negative text embeddings on the style of the model, and it seemed to work. Badv3 works better for this model than EasyNegative. I haven't compared other negative text embeddings yet. badv3 is the nth negative text embedding I trained after deformityv6. It's pretty easy to make, but the results are pretty random. I have tried removing weights from another model trained with bad images by adding differencing, but so far with no promising results. My next plan is to train Negative Lora instead of Negative Text Embeddings to directly "remove" some of the weights from the model rather than "avoid" them.
This model is used to test multi-style model training, non-profit or commercial, all interest. If there is any infringement, it will be deleted immediately.
Users are only authorized to use this model to generate pictures, and unauthorized reproduction is not allowed.
Any commercial use of this model is strictly prohibited!
The display picture in Appendix A is a large classification prompt word for the special label of this model, and it is for reference only.
Please do not use this model to generate bloody, violent, pornographic images and any infringing content! Therefore, only part of the trained keywords can be provided in Appendix A.
[1] Useful Quality Embeddings - AnimeIllustDiffusion | Stable Diffusion TextualInversion | Civitai
[2] Pretty 2.5D | Stable Diffusion Checkpoint | Civitai
[3] 多风格模型 - 赛璐璐风格科幻插画 - AI加速器社区 (acceleratori.com)
[4] EasyNegative | Stable Diffusion TextualInversion | Civitai
[5] vae-ft-mse-840000-ema-pruned.ckpt · stabilityai/sd-vae-ft-mse-original at main (huggingface.co)
截止至 AIDV2.5 / Until AIDV2.5:by 35s00, by agm, by ajimita, by akizero, by ask, by chicken utk, by demizu posuka, by dino, by fadingz, by fuzichico, by hamukukka, by hitomio16, by ichigo ame, by key999, by kooork55, by matcha, by mika pikazo, by modare, by myung yi, by naji yanagida, by nezukonezu32, by nico tine, by nikuzume, by ninev, by oda non, by palow, by qooo003, by rolua, by samip, by serie niai, by shirentutu, by sho, by silver, by sonomura00, by void, by wlop, by xilmo, by yoneyama mai, by yosk6000, by zumizumi
AIDV2.6 新增 / AIDV2.6 adds:by caaaarrot, by hinaki, by homutan, by kazari tayu, by kitada mo, by roitz, by teffish, by ukiatsuya, by yejji, by ziyun
AIDV2.7 新增 / AIDV2.7 adds:by poharo, by jnthed, by 7thknights, by some1else45, by yohan, by yomu, by tsvbvra
AIDV2.9 新增 / AIDV2.9 adds: by kkuni, by starshadowmagic, by star furu, by rella, by tukumi bis, by yumenouchi, by chon, by eku uekura, by tira27, by kuroume, by hachisan, by nounoknown, by kurige horse, by konya karasue, by noyu, by ame929, by muryou tada, by yun216, by nekojira, by nanmo, by wait ar, by akasaai, by momoco, by sushi0831, by taiki, by siki, by kinta, by hata, by anteiru, by lemoneco, by umaiyo puyoman, by freng, by rin7914, by shimanun, by hidulme, by whoisshe, by 5eyo, by cutesexyrobutts, by shiren, by omutatsu, by gesoking, by 3meiji, brushstrokes
AIDV2.9 更新 / AIDV2.9 Update: (i) by demizu posuka; (ii) by fuzichico -> by fuzichoco; (iii) 提高了训练图像的分辨率 / Increased resolution of training dataset; (iv) 在 skip clip = 1 上训练 / Trained on "skip clip = 1".
Welcome to the Test Lab for CyberRealistic
New: "Starter" edition of CyberRealistic. Employ it for your personal mixes or just use it.
For information about the models, kindly refer to the model description. It contains all the relevant details/specifics regarding the various models available.
This model is the result of multiple adjustments made to the NineKey10, NineKey5.33, and a model called Kiwi3, further blended with a touch of FairyTaleAI. Kiwi3 is an excellent fusion model, but the author Kiwi has not yet made it public. However, it has been used and released with the author's permission.
Because it incorporates elements from FairyTaleAI, it excels in creating medieval-style clothing. It eschews the more terrifying facial features typical of NineKey10, but provides a background that is darker and more realistic compared to NineKey10. We hope you will enjoy it.and more works from this model are welcome to follow me on Twitter.
If you use the NineKeyMIX model to post images on Twitter, you can use the hashtag #NineKey. I'll be sure to give your post a like!
Jessica Bepper Beta model.
jsscbppler
Recommended Settings
VAE : kl-f8-anime2
Steps : More than 25 steps
CFG scale : 6-8
Sampler : DPM++ 2M Karras / DPM++ SDE Karras
Hires upscaler : 4x-AnimeSharp / R-ESRGAN 4x+ Anime6B / Latent (nearest-exact)
Negative prompts : easynegative or verybadimagenegative_v1.3, (worst quality, low quality:1.4), (multiple views:1.2), (variations:1.2), (monochrome), watermark, (elf ears), (lips)
All the samples I uploaded were used with highres + SD upscale. There are more samples in my pixiv. https://www.pixiv.net/users/86784786
Model B is a little more realistic than Model A
Nendo is somewhere between a Merge and a Trained model.
I do not have the resources to train a whole model so I have trained severals LoRAs that were baked into my other popular model Brainime. Some weights from ToonYou Beta2 by the amazing Bradcatt are also present in this model so make sure you follow their license as well.
Most LoRAs were trained with anywhere between 20 and 200 pictures. All trained to 20 epochs at about ~1000 steps per epoch.
I'm very proud of this work and the feedback from the PixelWorld and CivitAI Discord has been monumental in some artistic decisions that were taken.
I'm looking forward to see what you will all make of it.
This is my first base model
which is based on pure Ghibli painting style and can create amazing landscape pictures and people pictures without confusing style mixing
only the purest Ghibli style
Of course, you can also use it with other lora
I will update the matching lora for this model later
if you like my model, You can give feedback below or follow me
thank you for your attention
Tokoyami Fumikage Muscle
Tokoyami Fumikage
Hello! I'm GarChazAI (ᵔ◡ᵔ)
I usually post AI-porn on Twitter, feel free to come by and say hi :P
I basically only use custom merges and people have been asking for them. So I'll slowly start to upload some of them here :)
About this model:
Pretty much got this randomly by experimenting with the "2Shot - Style"-Lora on a random merge and instantly fell in love with the style <3
Unfortunately I haven't dug to deep into it as I'm mainly making porn and this one is more for the artistic prompters :P
Preview images upscaled with hi-res fix.
My experiences so far:
Usually produces black&white pictures (especially if the prompt is very simple, but could probably be kept even on more complex prompt if you add something like "monochrome" or "greyscale"
soft colors
You will probably often notice that small flying crows appear (that's were the name comes from :P)
As VAE I use the vae-ft-mse-840000-ema-pruned, haven't tried anything else
Would love to see what you can get out of the model <3
Note:
As I'm not sure what was exactly in the original merge, I wouldn't recommend to use this model commercially. But you do you...just have fun with it :)
Son Goku Namek Sayan
Goku
Please feel free to leave a review about the model.
If you would like to see more consider supporting me you can do it here:
https://www.buymeacoffee.com/goldenwraft
https://www.patreon.com/GoldenWRaft
https://www.deviantart.com/goldenwraft
Clarity:V2: https://civitai.com/models/5062/clarity
ConsistentFactor:V4.0: https://civitai.com/models/9114/consistent-factor
Colorful:V2.6: https://civitai.com/models/7279/colorful
https://stablediffusion.fr/artists
Adding [by Artist, etc] at the end of the prompt can give you the desired result
Nicknamed: C3
Credit to justmaier
Version info can be found under the review section.
I hope you enjoy.
I don't even know anymore. It's a way more realistic one. Whatever.
This is a global repository of the Dreambooth Checkpoints.
Some people asked me to upload the source Dreambooths from which I make the LyCORIS.
To not spam the site/profile with multiple models I decided to do it the same way I intended to handle the Game characters -> a single page where each model is just a separate version.
Upcoming: Alissa White-Gluz, Ronda Rousey, Heidi Klum
(if there are no more suggestions from the community, I will be picking myself who to upload next :P)
NOTE1: I will be uploading up to one Dreambooth per day (the visibility of other models suffer and I want all to have an equal chance :P, also this gives me more time for LyCORIS)
NOTE2: Feel free to suggest who should be added (you can look at my existing LORA/LyCORIS library to see which Dreambooth I have; but of course a completely new person can be suggested as well - however that would be best to do via my ko-fi page unless you can wait very very long :P)
NOTE3: This is for those who prefer to get the maximum quality! If you are fine with the quality of the LyCORIS, you may want to skip it (however, I imagine I might upload some models here before I convert them into LyCORIS for time reasons).
However, If you prefer LyCORIS - you need not download anything from here because I eventually will upload all those models in the LyCORIS version :)
sks woman
This model checkpoint is a model created by merging.
This is a checkpoint I made by accident.
It is a merging of realistic and anime models.
I made it with 2.5D to 3D in mind, but
After all, it is 2.5D that expresses well
We recommend using a detailer.
Model finetuned on multiple of my MJ Generations to achieve a generalised "Comic Style". Model was trained on Dreamshaper as the base. 640x640. Prompt adherence should be good. CFG scale recommended to have between 4-8. Enjoy!
Sheeroawan
欢迎使用GuoFengRealMix模型,这是一个基于GuoFeng系列模型融合的具有真实质感与适应多种风格、服装、场景的大模型。
======
Welcome to the GuoFengRealMix model, which is a large model based on the fusion of GuoFeng series models with realistic texture and adaptability to various styles, clothing, and scenes.
将GuoFengRealMix.safetensors模型放入SD目录 - Put GuoFengRealMix.safetensors model into SD directory
请记得选择任意一个VAE文件,否则图形将可能为灰色 - Please remember to select any VAE file, otherwise the graphics may be grayed out
VAE建议使用840000-ema-pruned - VAE recommends using 840000 ema run
如果你的出图全身图时出现脸部崩坏建议删除full body关键词或者使用脸部自动修复插件:
国外源地址:https://github.com/ototadana/sd-face-editor.git
国内加速地址:https://jihulab.com/xiaolxl_pub/sd-face-editor.git
======
If you experience facial collapse during the full body image, it is recommended to delete the full body keyword or use the facial automatic repair plugin:
Foreign source address: https://github.com/ototadana/sd-face-editor.git
Domestic acceleration address: https://jihulab.com/xiaolxl_pub/sd-face-editor.git
可用负面词 Available Negative Words - 感谢群友提供的负面词:
(((simple background))),monochrome ,lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, lowres, bad anatomy, bad hands, text, error, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, ugly,pregnant,vore,duplicate,morbid,mut ilated,tran nsexual, hermaphrodite,long neck,mutated hands,poorly drawn hands,poorly drawn face,mutation,deformed,blurry,bad anatomy,bad proportions,malformed limbs,extra limbs,cloned face,disfigured,gross proportions, (((missing arms))),(((missing legs))), (((extra arms))),(((extra legs))),pubic hair, plump,bad legs,error legs,username,blurry,bad feet
拿counterfeit2.5, perfect world, cetusmix, mixprov4, hassakuHentaiModel_v12等等做mbw merging整出来的,就乱塞
Detail Tweaker LoRA (细节调整LoRA) - v1.0 | Stable Diffusion LoRA | Civitai
这LoRA必须用,一般 1 - 1.75左右
negative prompt用咱的sb长prompt,效果可以的
EasyNegative - EasyNegative | Stable Diffusion Textual Inversion | Civitai
Deep Negative V1.x - V1 75T | Stable Diffusion Textual Inversion | Civitai
veryBadImageNegative - veryBadImageNegative_v1.3 | Stable Diffusion Textual Inversion | Civitai
negative_hand Negative Embedding - negative_hand | Stable Diffusion Textual Inversion | Civitai
bad_prompt Negative Embedding - bad_prompt_version2 | Stable Diffusion Textual Inversion | Civitai
Async's Negative - v6 | Stable Diffusion Textual Inversion | Civitai
σ`∀´)全是给大乃吸引过来是吧ᕕ( ᐛ )ᕗ爱看就多整点
A hand selected collection of the best of the best, no compromise models to make up this collection!
Specializes in traditional Western Style Comic Characters 2D-2.5D Semi-Realistic, Illustrations & Fantasy Art!
Will do everything from sketch designs, to full comic posters, character concepts, panel layouts, complex scenery, fantasy art of all kinds, sci-fi, retro, etc. The results are endless!
From 2D to Boris Vallejo Paintings and other artists this will do almost everything with a bit of prompt crafting!
It also works with LORAs & EMBEDS without difficulty and generates some very unique and interesting results. (Can't guarantee every LORA will work with it. but many I've tried seem to without issue.)
It's created to be a catch all for this particular medium and I've tested this model for a month exclusively and have been very impressed with its results.
There is a PRUNED (COMING SOON!) & FULL VERSION
MANY examples will be going up in the next few days. So keep your eyes peeled!
=========================================================
A walkthrough on how to setup and use the basics in A1111 to get the results you see:
===========================================================
Blurred eyes, or sometimes warped faces are not that uncommon in SD and sometimes require an inpaint to pull off. Most of my examples are not inpainted. But a few are.
First off when you run txt2img ALWAYS use HIRES FIX! <===
Upscaled: latent (nearest or exact) upscale, or 4x-UltraSharp.
Denoising: 0.35-0.7 denoise (Complete variable - depends on the type and complexity of the image. YMMV! But 0.4-0.55 is a good window.)
Upscale by 1.5-2 but no more than that.
This will get you a pretty good base image to work with.
Afterwards.. You can always send your txt2img picture to inpaint on the bottom right under the result area > select the face or eyes > lower the denoise strength to 0.5-0.57. > make sure your seed is set to random.
masked content = fill / inpaint area = whole picture ====== for faces
masked content = fill / inpaint area = only masked ====== for eyes
With "whole picture" selected for larger inpaint target aka faces (or hands) you may need the denoise to be lower to pick up more of the original image. 0.53-0.56
Now with "only masked" and a smaller target like eyes you get a little more freedom so your denoise can be 0.54-0.57
Run a batch of 4-5 (or more) for the faces.. go through pick the best one.. if you're lucky you got the eyes and face in one go... if not you may need to choose the best face.. send back to inpaint again.. select just the eyes.. and rerun a new batch (changing it to only masked and the settings described above for eyes.)
Finally when you get it all together send to extras:
Resize to 1.5-2
Upscale 1= Nearest
Upscale 2= R-ESERGAN 2x or 4x
But google or get yourself these:
Remacri Upscaler
Lollypop Upscaler
4x_Fatality_Comix_260000_G
4x_NMKD_Superscale-SP_178000_G
(Install these into the proper directory: A1111-Web-UI-Autoinstaller\stable-diffusion-webui\models\ESRGAN and reload a1111.)
Upscaler 2 is what will get you the results you want. You can also drag the upscaler 2 visibility to control the amount of effect each puts on the finished result. (I recommend turning it up 1 but YMMV.)
Ramacri / Lollypop / & Fatality Comix are neck and neck for the best output!
They are all different. One is sharpest, One is more subdued, and one is like a sharp HD.
Each are good for any type of comic / illustration / cell shading / anime.
NMKD_Super is more for semi-realistic to real images and good for scenery. Tends to run sharp so you may have to turn it down a bit.
Each of these is unique and so is their outputs if you want to compare simply change the pull down and run off the various types and contrast / compare all your the finished results.
For the more advanced upscale: Get yourself Ultimate SD Upscale
(click the link for a basic tutorial on how to get it and how to use it.)
Good Luck & Have Fun!
comic style
illustrated
line art
colored line art
flat color
2D
watercolor
realistic
photorealistic
Eleet model is a block-weighted merged stable diffusion model aiming at generating good quality 2D anime style images that satisfy my personal taste and, hopefully, your taste.
About samples
Samples are all made of pure txt2img or txt2img+highres fix. No controlnet. No any LoRA or embeddings. No any regional control extensions.
Due to my GPU limitation, I couldn't generate ultra-high resolution images and I didn't use Highres Fix very often. Therefore, none of my sample images of this model are of high resolution (only ~960 pixels on the long side). But it can show the model style and basic prompt use cases, so it's probably enough… I guess?
Suggested settings
For users who know little about stable diffusion settings, I recommend:
*Prompt*: Start with masterpiece, best quality
. Personally I also like to add:
high-resolution
or aesthetic
Photography phrases such as cinematic lighting
, sharp focus
, etc.
*Negative prompt*:
(worst quality, low quality:1.4), lowres, bad anatomy, (blurry, depth of field, bokeh), (text, logo, watermark, signature, username)
*Sampler*: DPM++ 2M Karras
*CFG Scale*: 7~12
*Steps*: 20
*Clip skip*: 2
No external VAE needed
I was looking for a model with as realistic skin and lighting as possible, but couldn't find one, so I made my own.
I think I created a model that can express Asian women most beautifully by mixing and testing realistic models countless times.
I shared the model with some of my friends and they all liked it so much that I decided to share it.
We will continue to try and test new models in the future.
I hope many people use it.
(nsfw is included)
https://www.youtube.com/@noble_ai
피부와 조명이 최대한 리얼한 모델을 찾고 있다가 찾을 수 없어서 직접 만들었습니다.
리얼한 모델을 수 없이 믹스하고 테스트하면서 가장 아름답게 아시아 여자를 표현할 수 있는 모델을 만들어낸 것 같습니다.
몇몇 친구들한테 모델을 공유하였는데 다들 너무 좋아해줘서 공유하기를 결정하였습니다.
이후에도 계속 새로운 모델을 시도하고 테스트할 예정입니다.
많은 사람들이 사용해줬으면 좋겠어요.
(nsfw 포함되어 있습니다)
https://www.youtube.com/@noble_ai
肌と照明ができるだけリアルなモデルを探しているが、見つからなかったので自分で作りました。
リアルなモデルを無数にミックスしてテストしながら、最も美しくアジアの女性を表現できるモデルを作り出したようです。
私はいくつかの友人とモデルを共有しましたが、みんなが好きで共有することにしました。
その後も引き続き新しいモデルを試してテストする予定です。
多くの人が使ってほしいです。
(nsfw含まれています)
https://www.youtube.com/@noble_ai
我一直在寻找一个皮肤和灯光尽可能逼真的模型,但找不到,所以我自己制作了一个。
我认为我通过无数次混合和测试现实模型,创建了一个可以最美丽地表达亚洲女性的模型。
我和我的一些朋友分享了这个模型,他们都非常喜欢它,所以我决定分享它。
我们将在未来继续尝试和测试新模型。
我希望有很多人使用它。
(包括 nsfw)
https://www.youtube.com/@noble_ai
Merged Model
chilloutmix
henmixreal (@heni29833)
NeverEnding Dream (NED) (@Lykon)
BRA (@pleasebankai)
Realistic Vision (@SG_161222)
MoonMix (@LEOSAM)
noble ai
noble mix fix
reality
noblemixfix
person
character
photograph
Got a potato for a PC?? Try this model for free on Happy Accidents
--------------------------
Took the awesome merge Disney Pixar Cartoon Type A, and merged it with RCNZ Optimus Primate using the Merge Block Weighting to get a look I'm really excited about, then updated with Dreamworks Diffusion, mo-di diffusion, and Disney Pixar Type B to the mix, then merged back with v1 to get an even better look!
Recommed using Clip Skip - 2, and Euler A to get the best smooth cartoony look. Hires fix does give a polished look, but isn't a necessity to get decent eyes
1.Do not use to create NSFW images of minors.
2.Do not use for criminal purposes.
3.Please create images at your own risk.
4.This model follows creativeml-openrail-m.
Denoising strength: 0.4, Hires upscaler: R-ESRGAN 4x+ Anime6B
this model includes
https://huggingface.co/cafeai/cafe-instagram-sd-1-5-v6
https://huggingface.co/acheong08/f222
https://huggingface.co/LarryAIDraw/koji_v10
https://huggingface.co/unkounko/BalloonMix
https://huggingface.co/Kotajiro/kisaragi_mix
https://huggingface.co/naclbit/trinart_stable_diffusion_v2
https://huggingface.co/Vsukiyaki/ShiratakiMix
https://huggingface.co/dwarfbum/Hassaku
https://huggingface.co/deadman44/SD_Photoreal_Merged_Models
https://huggingface.co/scriche/AIOMonsterGirls
and some self-made Low-Rank Adaptation.
This model is trained base on my own artworks, used BRA4 as a base model, and merged with Counterfeit v3. You can find my art at pixiv:
https://www.pixiv.net/users/18736174
So actually, it is not a pure trained model, but the necessary part of it is trained. The original trained model is not so suitable for general use, and also I want to keep it, so it was not uploaded here.
The trainning progress is focus on strongly copy my art style, while the merge progress is focus on enhance model usability. I guess the model now is close to my style with high usability.
Hope you like this model and my aesthetics!
If you're sharing it, credit me.
此模型是基于我的个人绘画作品训练的,基础模型是BRA4,并融合了一些Counterfeit V3。你可以在PIXIV查看我的个人页面:
https://www.pixiv.net/users/18736174
所以,这并不完全是一个训练的模型,不过训练的部分对于这个模型来说是关键的。我训练出来的原始模型不适合通常使用,并且我个人也想要保留它,所以就不上传原始模型了。
训练的过程目的是要复制我的画风,并且在融合的过程中增加模型的通用性。我认为这个模型现在已经可以在接近我的画风的情况下有很好的可用性。
希望你喜欢这个模型和我的审美。
如果要分享这个模型,请提及我。
This model is structured by models permit to have different permissions when sharing merges.
recommended :
Steps: 20~40
Sampler: UniPC or DPM++ 2M Karras
Eta DDIM: 0.25, UniPC skip type: logSNR, UniPC order: 2, UniPC lower order final: False
(It's my setting but Not always optimal.)
recommended to use EasyNegative (than EasyNegativeV2).
If you want to generate realistic only body, It is recommended to emphasize
the word "three-dimensional".
For some reason, this word does not make the face realistic.
By using "boldline" LoRA, a wider range of painting styles can be expressed. This LoRA is one of the Iroiro LoRA series created by 2vXpSwA7, famous for "flat" LoRA.
In block merged, this model can divide into part A (Base_alpha, In00, In01, In08, In09, Out00, Out01, Out10, Out11) and part B (others) .
part A can be merged another model in ratio 1.
While I love adjusting models, I'm not very good at prompting, so I hope you guys can show us some great work with this models!
The eighth merge I've made, and the first one I'm rather happy with.
generates unrealisitc bodies with semi-realistic faces.
Uses vae-ft-mse-840000-ema-pruned baked in.
Version 2 uses some more artistic models to try and add some more details, as well as to try and get it to play nicer with detail oriented clothing loras.
Version 2:
Version 1:
V7.0 NEW MODEL OUT : This version fix weirdiness NSFW, more consistency in dicks and pussy. Like always, better fur ! You can remove bad-artist and easynegatives from negatives prompt.
This version doesn't use VAE and doesn't need one.
This model is a mix of various furry models.
It's doing well on generating photorealistic male and female anthro, SFW and NSFW.
I HIGHLY recommend to use Hires Fix to have better results
Below is an example prompt for the v7/v6/v5/v4/v3/v2.
Positive:
anthro (white wolf), male, adult, muscular, veiny muscles, shorts, tail, (realistic fur, detailed fur texture:1.2), detailed background, outside background, photorealistic, hyperrealistic, ultradetailed,
Negative:
I recommend to use boring_e621, you can add bad-hands-v5 if you want
Settings :
Steps: 30-150
Sampler: DDIM or UniPC
CFG scale: 7-14
Size: from 512x512 to 750x750 (only v4/v5/v6/v7)
Denoising strength: 0.6
Clip skip: 1
Hires upscale: 2
Hires steps: 30-150
Hires upscaler: Latent (nearest)
This model may be quite sensitive to prompts related to black and white stockings. As an initial experimental version, its overall performance is satisfactory. If you encounter any issues or have suggestions during your usage, please feel free to contact me in the comments section. I will continue to improve the model based on your feedback!
这个模型对黑丝白丝的prompts可能比较敏感,作为初版实验性模型,它的总体表现不错,您在使用过程中如果遇到问题或您有相关建议,请在评论区与我联系,我将根据您的建议持续改进!
Recommended Parameters:
推荐参数:
Steps:25- 30, Sampler: DPM++ SDE Karras, CFG scale: 7, Size: 512x768, Denoising strength:0.5-0.6, Clip skip: 2, Hires upscale: 2, Hires steps: 10-25, Hires upscaler: R-ESRGAN 4x+ Anime6B.
Negative prompt:NG_DeepNegative_V1_75T, EasyNegative, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, (worst quality, low quality:1.4), (bad anatomy), (inaccurate limb:1.2), bad composition, inaccurate eyes, extra digit,fewer digits, (extra arms:1.2), (bad-artist:0.6), bad-image-v2-39000
Sponsors:
PirateDiffusion.com is a proud sponsor of MajicMix. Use it on your mobile with 750 LoRAs, +100 checkpoints, inpaint, controlnet. 7-Day risk-free trial at: https://PirateDiffusion.com
SinkIn.ai hosts the best Stable Diffusion models on fast GPUs. You can run MajicMIX Realistic at: https://sinkin.ai/m/yBG2r9O
第五版先行版来了,先把赛博永生小姐姐娜乌斯嘉融进来做个例子,也算是公测吧。
5th edtion is coming soon. I've posted a preview version with the face of nwsj.
推荐使用Euler作为采样器。
Use Euler as sampler.
如果要修复脸部,请使用after detailer.
If your face comes out badly, use after detailer instead.
https://github.com/Bing-su/adetailer
我习惯开启Dynamic Thresholding来更好控制cfg值,1~20都可以尝试一下。
Use Dynmaic Thresholding to control CFG. You can try from 1~20.
https://github.com/mcmonkeyprojects/sd-dynamic-thresholding
很抱歉在之前的例图中我使用了分层的lora让大家困惑,也让大家复刻我的例图变得困难。所以新一版的例图我没有使用任何lora。想了解lora分层的可以参考:GitHub - hako-mikan/sd-webui-lora-block-weight
I apologize for using lora block weight in the example images of the previous edition, which confused most of you and made it difficult for you to replicate my examples. Therefore, in the newer editions, I did not use any lora in my showcase. If you would like to learn about lora block weight, please refer to: https://github.com/hako-mikan/sd-webui-lora-block-weight
我的分层参数 My lora block weight setting:
身体
BODY:1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1
BODY0.5:1,1,1,1,1,1,0.2,1,0.2,0,0,0.8,1,1,1,1,1
脸部(脸型、发型、眼型、瞳色等)
FACE:1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0
FACE0.5:1,0,0,0,0,0,0,0,0.8,1,1,0.2,0,0,0,0,0
FACE0.2:1,0,0,0,0,0,0,0,0.2,0.6,0.8,0.2,0,0,0,0,0
修手专用
HAND:1,0,1,1,0.2,0,0,0,0,0,0,0,0,0,0,0,0
服装(搭配tag使用)
CLOTHING:1,1,1,1,1,0,0.2,0,0.8,1,1,0.2,0,0,0,0,0
动作(搭配tag使用)
POSE:1,0,0,0,0,0,0.2,1,1,1,0,0,0,0,0,0,0
上色风格(搭配tag使用)
PALETTE:1,0,0,0,0,0,0,0,0,0,0,0.8,1,1,1,1,1
角色(去风格化)
KEEPCHAR:1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,0,0
背景(去风格化)
KEEPBG:1,1,1,1,1,1,0.2,1,0.2,0,0,0.8,1,1,1,0,0
减弱过拟合(等同于OUTALL)
REDUCEFIT:1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1
融合了多种模型,可以生成好看的脸部,也能有效应对暗部处理。远距离脸部需要inpaint以达成最好效果。也可以使用after detailer.
A good looking model, suitable for NSFW and dark scene (because I added noiseoffset). long-range facial detail require inpainting to achieve the best results. You can also use after detailer.
推荐关键词 recommended positive prompts: Best quality, masterpiece, ultra high res, (photorealistic:1.4), 1girl
如果想要更暗的图像 if you want darker picture, add: in the dark, deep shadow, low key, etc.
负面关键词 use ng_deepnegative_v1_75t and badhandv4 in negative prompt
I've used a bug-fixed version of DPM++ 2M Karras, you can check this out: https://civitai.com/models/35966/dpm-2m-alt-karras-sampler
推荐参数Recommended Parameters:
Sampler: Euler a, Euler, DPM++ 2M Karras (bug-fixed) or DPM++ SDE Karras
Steps: 20~40
Hires upscaler: R-ESRGAN 4x+ or 4x-UltraSharp
Hires upscale: 2
Hires steps: 15
Denoising strength: 0.2~0.5
CFG scale: 6-8
clip skip 2
脸部修复的方法 to inpaint the face: inpaint-->only masked-->set to 512x512-->Denoising strength:0.2~0.5
basic formula:
KanPiroMix + XSMix + ChikMix
关注我的TG频道看更多例图:https://t.me/majic_NSFW
经由00zerolink本人授权的模型,可随意使用
female muscle dress
CBDMix is a mixed model of BRAv5 and chilled remix V2, ranging from 10% to 90%. Since both of them are released under the openrail license family, the same CreativeML Open RAIL-M license will be applied to these models as well.
My personal recommendations are 60%, 65%, or 70%, but it may differ depending on your preferences.
Models with higher percentages will give you a more Chill-like faces, while lower models a more BRA-like result.
Since your preferences may vary, the choice is up to you :)
Here are the comparisons, just in case.
Because of the base models this model inherits some terrible licenses 😔
Dreamlike Diffusion 1.0 License
Seek Art License
The model is easy to prompt for, words like blurry background, depth of field are good for example:
1girl, asian, blurry background, depth of field
worst quality, lowres, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, grainy, signature, cut off,
I usually remove blurry or blurred from the negative prompt
Words like film, and photo are good as well:
1girl, film, photo, depth of field, gradient hair,
EasyNegative,, worst quality, lowres, ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, grainy, signature, cut off,
I also removed blurry or blurred from the negative prompt for this image
Because of the realism of this model I used it to replace the person in this video with emma watson using TikTokDiffusion you can see a side by side comparison
depth of field
Since there are already countless models that output beautiful and well-formed two-dimensional pictures, we took on the challenge of creating a model that could output an unusual and slightly strange picture.
It is recommended when you want to create a random picture for no purpose, as it will output a wide variety of pictures if you use a lot of wildcards and create with minimal quality tags.
The response to the prompt is considered to be good, so the desired picture will be output if you specify it well.
The picture can also be changed to some extent by increasing or decreasing the quality tag or negative prompt, or by specifying a style.
We have uploaded sample images in several different styles for your reference.
Bake in VAE
Berry's Mix.vae.safetensors
Version 1.0 is a bit prone to broken pictures, but there is a drawback that the finger cannot be drawn properly.
I usually use realistic models and submit my work to various platforms.
You can view the work I have created using this and other models on Instagram.
https://www.instagram.com/ken_aiart/
NSFW works are also submitted to patreon. If you like this model, support is always welcome!
Fantasy Merge
Mix v1,5
here Mix
https://civitai.com/models/29771/mix-anime-realistic-v15
https://civitai.com/models/48668/mix-realistic-fantasy
and much more from here I mix it my works, it's the best! . so if you can download to anyone, everyone! I have a lot, and if in the end I don't do it anymore, I can't use Loras. they seem to be fake! I have a lot of doubts.
THANK YOU.
good at functio, image stability is merge focus.
a+b right:
tangbohu:0.5
dreamshaper:0.5
darksoul:0.4
azyonRPG:0.5
说实话对该模型的创意和色彩艳丽是没有信心的,追求的只是稳定出图,减少错误手指和肢体,其他退而求其次。隔壁唐伯虎很好建议绕过这个模型,在找该模型的亮点,唯一值得推荐就是默认出图很少崩,特点是底模质量真的好。
To be honest, I have no confidence in the creativity and vibrant colors of this model. I only pursue stable graphics, reduce errors in fingers and limbs, and prioritize the rest. Tang Bohu next door is a good suggestion to bypass this model and look for its highlights. The only recommendation is that the default drawing rarely crashes, and the characteristic is that the quality of the bottom mold is really good.
no
Would appreciate images, feedback, requests, reviews, and of course comments in the comments. Please check out my other models if you like this one.
this is a Blend of EveryDayArt [EDA] (a checkpoint I am still working on), CounterfeitV3, MenaiHentaiV3 and Paizuri FocusV1 (can't remember the exact percentages - but if I find them I will put them) [so it's half original and half merge, not that that matters, just thought it was cool]
this is an illustration/anime model, can do nsfw and sfw, and gives good paizuri images if that's your thing.
for the paizuri stuff visit my model and/or my LoRas - Paizuri Focus - Paizuri-FocusV1 | Stable Diffusion Checkpoint | Civitai
for everything else, well if your downloading this you know the drill, get creating.
found bugs: pov likes to result in paizuri unless fought or your more specific (Ie: put pov in both negative and positive and/or specify more of the scene like doggystyle, from_behind, pov, etc), and even then I found that genning in batches usually only the first or first two images would be paizuri, but could have just been lucky
note - some of the images were used with orangemix Vae, so that's why some are less saturated, extra note - think this is wrong, was going to use those images but then didn't, also vergil model is burnt, not a good showcase of the quality. extra extra not - yes first note was right, some did use orangemix
authors note - I am terrible with names, would like any that you guys come up with, preferable blood or red related
Nothing to say righ now.
ill update the suggestion later.
need some sleep.
Hi, with this model, I want to be as near as possible to a digital painting production.
I've created it by merging my trained lora with a chekpoint merge (mainly on Babes 2.0).
Recommended settings :
Sampler : DPM++ 2M Karras
Steps : > 25
CFG : 7 (don't change a lot of things)
Hires. fix : 4X_KCJPUNK
Denoising strength: 0.2-0.4
Adetailer : face_yolov8n
Clip skip : 2 seems slightly better
No VAE needed
If you get stuck with a same position try using negative embedding, otherwise do not use them.
You can find three different version, ckp/safetensors/pruned, I prefer the ckpt one.
I'm really new to this if you find any major error or you want to provide me with some tips, be sure to send me a message !
This model is a sort of continuation of ACMAR G Mix, as this is it, but spiced up with 3 trainings on top of it, combined using deep merge in 3 steps.
Usually quite aesthetically pleasing.
Partially capable of high level understanding of combination of various concepts, thanks to S12 being a cherry on top of this. + Possibility of high level of compositional abstraction.
Absolutely fire sketchy look, imho.
Refer to S12 for possible new capabilities.
Quite rigid by default, so you will need to use more detailed prompts, which most of you already do anyway.
Is biased towards female characters, so you'll have to increase weight, and/or put appropriate tags in negative to have consistent male output.
Bias towards flowers. While they are aesthetically pleasing, sometimes you don't want them. Use nagative flowers
for that.
Possibly could be hard to adapt to loras, but that needs testing.
Best used for 2.5, or 2d, as it's a bit f'ed up in terms of faces, if you promt realistic, 3d
This model is based on ACMAR G Mix, and contains 3 additional trainings, which were added through deep merge technique:
Dreamwave(Full), ElusiveWorld, S12(4.2 NAI)
Dreamwave and Elusive are used for dreamy looks and aestethics, while S12 is a polisher on top, that adds conceptual understanding. It is merged at very high percentages at all blocks to stabilize style at anime, rather than what Dreamwave and Elusive look like, while adding control over output style.
Anime smooth and shiny
Experimenting with merging quite a few models I liked for quite some months now, I started from Hassan's 1st version, and I don't see any particular benefits when trying with newer models so it's now my goto overall model.
It's not made for NSFW but it has some NSFW models blood in it because they are the best for realistic humans rendering, so be careful and add a negative NSFW tag if you want to try to avoid it.
I'm trying to do the most average model, easy to use without needing some prompt engineering superpower.
It's a pretty heavy model though now, but I love it, so now I'm sharing it to you <3
:)
realistic
overall
あ
Update May 26th, Added V1 version with VAE baked in. Useful for when you don't want to bother loading extra things into your memory, dealing with precision issues or Nan errors. Just have the VAE built into the model.
A photorealistic model I've been using for a little bit. I hate smooth airbrushed skin so I refined this model to be very realistic with great skin texture and details. There are 2 models, a standard and an ultra.
The Ultra model is nearly 3 times as large, but it's not 3 times as good. It is better though with a broader knowledge. You can even generate 1024x1024 in many cases. The config file is required for the Ultra model, be sure to download that too.
So I recommend using the normal version unless you have the need or vram to run the Ultra model. If you'd like to run the Ultra model with modest vram, try --medvram or --lowvram in your auto1111 startup script.
A side-by-side comparison. Link to see full-size samples with metadata. Like I said, the Ultra model isn't 3 times as good, but it is better across multiple subjects, not all. The pruned version of the Ultra model is debatable, might be better to use the normal V1 model in some cases. But all have been provided so you can make the choice yourself. For me, I use the Ultra model in every case.
Do you have requests? I've been putting in many more hours lately with this. That's my problem, not yours. But if you'd like to tip me, buy me a beer. Beer encourages me to ignore work and make AI models instead. Tip and make a request. I'll give it a shot if I can. Here at Ko-Fi
DZ
Orange sunshine beams,
Nature's palette paints the sky,
Dreams take flight, ambrosia.
This is like a finalized and over-trained model,
added some extra spice for a bit more nsfw if thats what you want.
Super stylized and compressed landscape and anime model, more focused on the stylized look and the landscapes,
characters look good but i might've screwed the eyes to much, but that's nothing that cant be fixed with a bit of effort, hires fix, img2img, model merge, etc.
might need to throw some (blurry:1.5) - (blurry:2.2) in the negatives to get more vivid colors and less blurry images, this creates a cool way of controlling the brush strokes and final result.
Pros:
~ Lightweight model
~ Aesthetically pleasing
~ green girls ^~^
~ shiny
~ ooh piece of candy
Cons:
~ No thanks.
Random Guest Appearances
~ yorha no. 2 type b
~ ahri (league of legends)
~ hyuuga hinata
~ Elsa (frozen)
~ d.va (overwatch)
~ im already tracer (overwatch)
and many more ?
(reminder, when using symbols that you want to be part of the prompt such as periods or parenthesis, use a / to make it readable to the ai. using d.va /(overwatch/) will work to find the specific character from that franchise, where d.va (overwatch) just tells it to add weight)
- Enjoy ^~^
This model has been renamed to WoopWoop-General, as it is now a general-purpose model that can handle a huge variety of styles and subjects.
Latest release is 2.0 BETA, please read the version description for information on how to use this model. This is a TEST MODEL, if you want something with predictable results please use version 1.1.
A model trained to make detailed, anatomically-accurate (hands, faces, genitals, etc) illustrations of humans and non-humans alike. This is the model aiming at photorealism. Trained to require few negative prompts (see examples). For the anime/hentai model, see here.
Suggested style prompt: ((photograph, photographic photo, photogenic, rule of thirds))
I highly suggest using vae-ft-mse-840000-ema-pruned.ckpt with this version.
Easy Launch on Vast.AI:
Follow this guide on how to launch Stable Diffusion on Vast.AI, except where it says to put "/start.sh" in as the on-start script, instead copy/paste in the contents of this file instead.
zhidiao
Ethereum: 0x541E12F751BB8e0aF800367CB4EA1cE6A89A6FCa
Recommend settings for anime:
Steps: 20
Sampler: DDIM, DPM++ 2M Karras
CFG scale: 7
Resolution: 512x768
Denoising strength: 0.5
Clip skip: your choice
Hires upscale: 2x+
Hires steps: 17+
Hires upscaler: 4x-UltraSharp
Recommend prompts for anime: best quality, ((masterpiece)), illustration
Recommend negative prompts for anime: ((bad hands and fingers:1.4)), (worst quality, low quality:1.3), (lip, nose, tooth, rouge, lipstick, eyeshadow:1.4), ( jpeg artifacts:1.3), (depth of field, bokeh, blurry, film grain, chromatic aberration, lens flare:1.05), (1boy, abs, muscular, rib:1.05),( greyscale:0.7), monochrome, dusty sunbeams, trembling, motion lines, motion blur, emphasis lines, text, title, logo, signature, simple background,
Recommend settings for realism style:
Steps: 20
Sampler: DPM++ 2M Karras
CFG scale: 7
Resolution: 512x768
Denoising strength: 0.5
Clip skip: your choice
Hires upscale: 2x+
Hires steps: 20+
Hires upscaler: 4x-UltraSharp
Recommend prompts for realism style: (realistic:1.3),
Recommend negative prompts for realism style: ((bad hands and fingers:1.4)), (worst quality, low quality:1.3), ( jpeg artifacts:1.3), (depth of field, bokeh, blurry, film grain, chromatic aberration, lens flare:1.05), (1boy, abs, muscular, rib:1.05),( greyscale:0.7), monochrome, dusty sunbeams, trembling, motion lines, motion blur, emphasis lines, text, title, logo, signature, simple background,
As final upscaler you can use Upscayl with ultrasharp method
a small practise in merging the style of Grapefruit and the ability of drawing huge pp futas of MonsterCock.
Strongly recommend to use these loras at the same time: Gigantic futanari ( Gigantic futanari - v2.0 | Stable Diffusion LyCORIS | Civitai ) and Hyper futanari ( Hyper futanari | Stable Diffusion LyCORIS | Civitai ).Meanwhile, use a character lora or style lora to avoid greyscale images and other weird stuff.
Don't forget to use a VAE. Any3.0's VAE works fine.
Attention: You need to get your own VAE to use this model. It does NOT work without a VAE. I recommend you try this one out.
While Phobos mix is my attempt at a painted/realistic anime model, Curiosity has a more artistic / drawn style that is more neutral (and therefore responds better to artist names, for example). As can be seen from the example images, the model is NSFW capable. The model was tested and used on Clip Skip 1, with hires fix set at 1.5x and denoise at 0.5. Some sample images will also use adetailer for face inpainting.
See example images for examples of how to prompt the model and a sample negative prompt. I recommend always having infant, loli
in negative prompt for obvious reasons. Check "about this version" on the sidebar for the full list of models used.
4x-animesharp
Retrained Beautiful Realistic Asians to Women of all races
https://ko-fi.com/bankaiplease if you want to support me to develop more and better models :)
This is the anime branch of the Lunar Diffusion checkpoint by mooncryptowow.
This model excels at making detailed animated characters and environments and is meant to be used at resolutions higher than 512x512. (Most testing was done at 576x704 at 2x high res fix using vae-ft-mse-840000-ema-recommended).
I look forward to seeing what everyone makes!
Check out my art or support me on Patreon: https://linktr.ee/mooncryptowow
This model is a merge created by myself which has been fine-tuned in order to produce convincing male-focused gens without the need for Loras, even with simple prompts.
Models included in the merge are:
Lora included in the merge is:
While the model has been crafted to be male-centric, it also allows for the generation of other types of characters (including females) as well as landscapes, or objects.
Recommended settings for good gens (Automatic1111):
Sampling Method: Euler A
Sampling Steps: 40
Hires. fix On
Upscaler: R-ESRGAN 4x+
Hires Steps: 20
Denoising Strength: 0.5
Upscale: 1.7/2.0
Width: 512
Height: 768
CFG Scale: 6
I also highly recommend using After Detailer for faces, using the "mediapipe_face_full" model.
I would also like to mention and thank the Unstable Diffusion Discord Server's #men-only community who helped me learn a lot. Some of the gens done with the model include their prompts.
Patreonも始めました。 よろしければマージモデルリリースの活動を支援して下さい!
I've started a Patreon. If you'd like, please support my efforts for the release of the merge model!
This model is a hierarchical merge model based on Defacta or Dexmia.
I, the model’s author, created it for study and personal use.
Note that VAE is not included, so please download it separately.
Changes from V9:
This time, I have released 3 models.
The characteristics of each are as follows:
V9 realMix
リアルとイラストの中間モデルとなり、正当進化した通常モデルとなります。
This is a hybrid model that bridges the gap between realism and illustration, representing a natural evolution of the standard model.
V9 2dMix
イラストに寄っているモデルとなり、realMixの派生モデルとなります。
This model leans towards illustration and is a derivative of the realMix model.
V9 old
V7までのモデル構成・数値パラメータを継承したタイプ。
以前までのモデルと使い方は同じです。
A type that inherits the model structure and numerical parameters up to V7. The usage is the same as with previous models.
Hugging Face: https://huggingface.co/teasan/endlessMix
author:
https://twitter.com/wims_Tea
The creation of SFW and NSFW images is at the discretion of individual creators. The model maker is not responsible.
This model was not created for the purpose of publicly displaying NSFW content, such as in a public setting.
This was supposed to be an update to SR-Alpha, but the style of this merge's outputs was way too different to be classified as such, as, in my opinion, the images generated with this merge have drastically more realistic proportions compared to the older model.
This merge is a combination of the following models/mixes below:
V1:
V2:
V3 and V4:
I highly recommend inpainting for best results and to unlock the full potential of the merge. Separate inpainting model not required. Face restore (GFPGAN) has been used to just bring out a bit of realism to the outputs. I have not tested using Codeformer as it doesn't seem to work on my current set-up (3050 - 4GB VRAM). This does not have a significant impact when inpainting is integral to the workflow, but it does allow for better outputs from raw txt2img, though your mileage may vary.
Sampling Method: DPM++ 2M Karras, DPM++ 2S a Karras, or Euler A
Sampling Steps: 30
CFG = 10
Denoising Strength = 0.3-0.5 (img2img/inpainting)
*I only use denoising strength values greater than 0.4 if I want to drastically change the appearance of a particular feature/region of the image. I mainly use this if I want to fix hands that seem to be too deformed to be saved with lower denoising strength values.
https://civitai.com/models/17083/bad-picture-negative-embedding-for-chilloutmix
https://cdn.discordapp.com/attachments/1032948846197747731/1069660323709190195/bad-hands-5.pt
Deep Negative V1.x - V1 75T | Stable Diffusion Textual Inversion | Civitai
Bad artist Negative embedding - Bad artist | Stable Diffusion Textual Inversion | Civitai
Credits to the respective original creators of the resources used.
realistic
photorealistic
It is a collection of things that are unfortunate in quality, but are wasteful to throw away, and it is called a trash can.
You can think of this model as a continuation of Suzumehachi. It is a mix of various models with suzumehachi as the main one.
Same as the parent model, this one generates mostly in a semi-realistic, 3D-like anime-ish style. But you should be aware that it is considerably more HORNY. So, when you are using breasts, bent over, etc. in your prompts, you can get unexpected nudity or more. If you don't want this, just pump up your negative with related tags and such.
群号753748318,欢迎来玩ww
不需要使用hire.fix(横屏图片不一定,使用后似乎可以一定程度减轻错误)
限制很大,使用半身画和自然风景是最靠谱的,不适用hire.fix大分辨率也不适合
最好指定动作,不然会生成一些奇怪的姿势
绝对不适合nsfw
在不出自然背景的时候加 “blue sky and clouds”
No need to use hire.fix (The horizontal screen image may not be certain, and it seems to alleviate errors to some extent after use)
Due to significant limitations, using half body paintings and natural landscapes is the most reliable, and it is not suitable for hire.fix. High resolution is also not suitableIt's best to. specify actions, otherwise it will generate some strange postures.
Absolutely not suitable for NSFW
Add 'blue sky and clouds' when the natural background is not visible
solo,blurry,depth_of_field
blue sky and clouds
inessa
Trigger Word: "gdmint luxury modern interior design"
This is the ultimate Luxury Modern Interior Design Checkpoint trained on the style of GDM with 26k steps, 260 images, 3k regularization. V2 file is properly autocaptioned and tokened so it will be more heavily weighted. V1 file is looser on the weighting so it will have more variety in generations. Check which version you like by viewing the pictures.
RECOMMENDED SETTINGS SD 1.5:
Steps: 45-60
CFG: 7.5-8.5
Trigger Word: "gdmint luxury modern interior design"
Tip#1: Try to use the above Steps and CFG settings first and tweak from there. I think 40 steps may be the minimum acceptable quality. CFG 7 is minimum and after 10, will be a hit or a miss. Sometimes a high step count (100-150) can produce good pictures.
Tip#2: Using prompt "gdmint luxury modern interior design" works best to trigger the look, then add your own prompt to spice up the picture! However, if you want to use the raw mode, use only "gdmint" and it will reference those trained pictures without any addons.
As a favor, please let me know your thoughts, feedback and give a review rating. I would truly appreciate it!
gdmint luxury modern interior design
先上传一版,其他的后续陆续上传。
2.5D二次元的融模,效果上强调线条感,有类似锐化的感觉,特色挺强,检验过读tag能力和图片质量可适用于各种用法。此模型可以文生图直出不会糊图,兼容各种采样器,无需捆绑采样器和高修算法使用。此模型内置anime的vae,注意,不适合使用840000的vae。
(注:v0需要和高清修复一起使用)
另附报脸下载链接Hugging Face-FEIWUmix,里面另外几款属于2D效果的实验作,特色一般,只用FERWUmix-2.5D就可以了。
声明:模型禁止任何形式的转载和二次发布,供学习参考经验交流,可自由融模,不得用于商用或其他非法用途。
The 2.5D fusion model emphasizes the sense of line in effect, has a similar sharpening feeling, has strong characteristics, and can be applied to various uses after testing the ability to read tags and picture quality. This model can be straight out of the text without paste, compatible with various samplers, without the need to bundle samplers and advanced repair algorithms. This model has a built-in VAE for anime, note that the VAE of the 840000 is not suitable.
(PS: v0 Need to use Hires. fix)
Also attached is the face download link Hugging Face-FEIWUmix, which is another experimental work with 2D effects, with general features, only using FERWUmix-2.5D.
HEAVILY INSPIRED BY DREAMSHAPER BY LYKON - Please DO NOT use this on generative sites unless you wait for us to ask permission from all previous model authors.
Epic Mix v3, 4 and 6
Dreamshaper 6 (NO VAE)
Babes 1.1 - No Vae
Lyriel
RevAnimated
Dreamscapes N Dungeons
Realism Lora
KILKENNY MIX (2.5D)
Poodabeep Mix
M4RVELS AND DUNGEONS
Something 2.2
How'd this work? SCIENCE. If you're a generative website, you'll need to ask ahead of time, so I can literally bug the creators that went before me to make this model <3 PLEASE RESPECT THAT! (ARIGATOU GOZAIMASU!!!)
Join our Reddit: https://www.reddit.com/r/earthndusk/
:Funding for a HUGE ART PROJECT THIS YEAR:: https://www.buymeacoffee.com/duskfallxcrew / any chance you can spare a coffee or three? https://ko-fi.com/DUSKFALLcrew
:If you got requests, or concerns, We're still looking for beta testers: JOIN THE DISCORD AND DEMAND THINGS OF US:: https://discord.gg/Da7s8d3KJ7
:Listen to the music that we've made that goes with our art:: https://open.spotify.com/playlist/00R8x00YktB4u541imdSSf?si=b60d209385a74b38
UPSCALERS WE USED WERE VIA NOCRYPT'S NOTEBOOK BUT WE RECCOMEND:
https://upscale.wiki/wiki/Model_Database
"4x NICKELBACK" for Photography
TI's /EMBEDS:
EasyNegative MOSTLY
-We may learn to make our own with this line. (We have a previous one NOT tested on this model)
THE OG EPIC-POTRAIT AND LEGACY MODELS: https://civitai.com/models/11565/duskfall-alters-portraits
This is the branch of V3 and contains NONE OF V4 and Pastel. (And none of V5)
The only negative embeds used were contained in Nocrypt's notebook. Beyond that none were used.
Epicv3 + Noise Offset
Babes 11 (NO VAE)
Cake Mix
Epic Portrait + Retro (two trained models i think of ours)
Plus Lucious Mix
We DONT have a discord bot for running models YET but would love some support towards being able to run one of our own so if you're interested in this sort of thing hit up our discord here: https://discord.gg/Da7s8d3KJ7
Also this is a wild run, it CAN have struggles doing men, so make sure to add weights etc however you like to your prompts, or check in the images how we did it.
A HILARIOUS outlook into an accident after making EpicMix V6.
It's got A LOT OF THE SAME back mix, possibly even the same lora - but it's not QUITE THE SAME:
Basically this is a little more "ANIME" in that whatever got mixed into "IHAVENOCLUE" and "LMAO" was a tiny bit of realism, a tiny bit of "SHE BLINDED ME WITH SCIENCE"
And largely the following models:
Epic Mix v3, 4 and 6
Dreamshaper 6 (NO VAE)
Babes 1.1 - No Vae
Lyriel (VERY LIKELY BUT NOT SURE ANYMORE)
(POSSIBLY REV ANIMATED I"M NOT SURE)
Dreamscapes N Dungeons
Realism Lora (MAYBE)
Poodabeep Mix (WHICH ITS THE SEMI REALISM LINE SO...)
M4RVELS AND DUNGEONS
Something 2.2
How'd this work? SCIENCE, mostly just shoving everything at a half mix -- don't even know if Rev and Lyriel are in this, btu they're in Epicv6, so the lisc stays the same. If you're a generative website, you'll need to ask ahead of time, so I can literally bug the creators that went before me to make this model <3 PLEASE RESPECT THAT! (ARIGATOU GOZAIMASU!!!)
.....ok yea also:
Join our Reddit: https://www.reddit.com/r/earthndusk/
:Funding for a HUGE ART PROJECT THIS YEAR:: https://www.buymeacoffee.com/duskfallxcrew / any chance you can spare a coffee or three? https://ko-fi.com/DUSKFALLcrew
:If you got requests, or concerns, We're still looking for beta testers: JOIN THE DISCORD AND DEMAND THINGS OF US:: https://discord.gg/Da7s8d3KJ7
:Listen to the music that we've made that goes with our art:: https://open.spotify.com/playlist/00R8x00YktB4u541imdSSf?si=b60d209385a74b38
trigger word : zephyr
please, no commercial use
zephyr
作者快加班暴毙了,就不写很多内容了
The writer is dying of overtime, so he doesn't write much
下午好,这是一个合成模型,目的是光影和线条
Good afternoon. This is a composite model for light and shadow and lines
trigger word : JukyungLim
please, no commercial use
JukyungLim
company owner
Radio and television journalism.
If you want to make a donation to show appreciation for this model https://ko-fi.com/asmrgaming However the model is free to all
Sitting at 900 Models merged together currently. - this is a brushstroke and pastel style version, however with the right prompts u may be able to coax other styles out
Make sure u load the model and the yaml config file into the models folder if using automatic1111 or stable diffusion WebUi as this model wont function properly without doing so, if u rename the safetensor file rename the yaml file to the same ie abc.safetensor and abc.yaml.
This should solve any blurry image outputs as there is a multi language model within the megamodel that supports text inputs of 9 different languages.
works fine with easy diffusion UI as well.
Credit to all the model makers, merges and the community in general without which this wouldnt be possible. Hope u all enjoy it and feel free to merge it into your own models as well - im interested to see what people do with this
My username is u/ollobrains on reddit if u have any questions u can drop me a line there
2023.5.26 增加GuoFeng2MIX版本
2023.2.27 增加了safetensors格式
---
May 26, 2023: Added GuoFeng2MIX version.
February 27, 2023: Added safetensors format.
欢迎使用GuoFeng2(Gf_style2)模型 - 这是一个中国华丽古风风格模型,也可以说是一个古风游戏角色模型,具有2.5D的质感。
--
Welcome to GuoFeng2(Gf_ Style2) model - This is a Chinese gorgeous antique style model, which can also be said to be an antique game role model with a 2.5D texture.
建议的设置 - Recommended settings
(2.0MIX版本的关键词信息请参考原图 - Please refer to the original image for keyword information regarding the 2.0MIX version)
Sampling steps: 30 or 50
Sampler: DPM++ SDE Karras
VAE: vae-ft-mse-840000
stabilityai/sd-vae-ft-mse-original at main (huggingface.co)
关键词key word:
best quality, masterpiece, highres, 1girl,china dress,Beautiful face
负面词Negative words:
NSFW, lowres,bad anatomy,bad hands, text, error, missing fingers,extra digit, fewer digits, cropped, worstquality, low quality, normal quality,jpegartifacts,signature, watermark, username,blurry,bad feet
如果想元素更丰富,可以添加下方关键词 - If you want to enrich the elements, you can add the following keywords
Beautiful face,
hair ornament, solo,looking at viewer,smile,closed mouth,lips
china dress,dress,hair ornament, necklace, jewelry, long hair, earrings, chinese clothes,
architecture,east asian architecture,building,outdoors,rooftop,city,cityscape
加入了一些很香的东西(便成)
↓ Please read through ↓
MeinaMix V8 - https://civitai.com/models/7240?modelVersionId=20322
Deliberate V2 - https://civitai.com/models/4823/deliberate
ReV Animated v1.2.2 - https://civitai.com/models/7371/rev-animated
Perfect World 完美世界 v4 - https://civitai.com/models/8281/perfect-world
Lyriel v1.6 - https://civitai.com/models/22922/lyriel
AbyssOrangeMix2 - Hardcore - https://civitai.com/models/4451/abyssorangemix2-hardcore
ChikMix v3 - https://civitai.com/models/9871/chikmix
RealDosMix - https://civitai.com/models/6925/realdosmix
Mix-Pro-V4 - https://civitai.com/models/7241/mix-pro-v4
Checkpoint YesMix v1.6 - https://civitai.com/models/9139/checkpointyesmix
Clarity 2 - https://civitai.com/models/5062/clarity
DosMix - https://civitai.com/models/6250/dosmix
CarDos Anime v2.0 - https://civitai.com/models/25399/cardos-anime
MeinaUnreal V3 - https://civitai.com/models/18798?modelVersionId=67468
Cheese Deddy's Landscape 4.1 - https://civitai.com/models/5041/cheese-daddys-landscapes-mix
Anime Pastel Dream Soft - https://civitai.com/models/23521/anime-pastel-dream
Ether Real Mix 2 - https://civitai.com/models/18207/ether-real-mix
Animatrix v2.0 - https://civitai.com/models/21916/animatrix
fantasticmix2.5D v2.0 - https://civitai.com/models/20632/fantasticmix25d
This is just my preference:
Clip Skip - 2
Sampler - Euler A
Steps - 35
Height > Width
CFG Scale ~ 8.5
HiRes - On
Upscaler - Lollypop
HiRes Steps ~ 10 - 15
Denoising Strength - .3
Upscale - 2 ~ (Depends on Graphics Card)
After Detailer - On (Face/Hand) - https://github.com/dustysys/ddetailer
Do not put a positive prompt in for the face or hand in the After Detailer. Just copy your Negative Prompt from the first section into.
You can use this guide for Image Gen: https://civitai.com/models/75511/guide-for-images
Other Questions, contact me on Discord, I might not answer depending on time: Jerrri#0394
-- Also please review honestly, and if you have any issues, don't hesitate to let me know!
For a DROP DEAD GORGEOUS and BEAUTIFUL image, use Trigger Word: "gdmext luxury modern house". Steps 45, CFG 8
This is the STUNNING Ultimate Luxury Modern House Checkpoint trained on the style of GDM with a whopping 65k steps, 650+ images, 1k regularization images of architecture. AUTOCAPTIONED AND TOKENED!!!
This model heavily influenced by GDM style and will transform even regular prompts like "modern house" and "luxury house" into sharp, detailed and illustrious homes. Prepare to feel enamored.
RECOMMENDED SETTINGS SD 1.5:
Steps: 45 (up to 55)
CFG: 7.5-8.5
Trigger Word: "gdmext luxury modern house"
Tip#1: Try to use the above Steps and CFG settings first and tweak from there. I think 40 steps may be the minimum acceptable quality. CFG 7 is minimum and after 8.5, will be a hit or a miss.
Tip#2: Using prompt "gdmext luxury modern house" works best to trigger the look, then add your own prompt to spice up the picture! However, if you want to use the raw mode, use only "gdmext" and it will reference those trained pictures without any addons.
Tip#3: This model can also produce buildings. Replace the word house with "building" to trigger this result or add words to prompt like gdmext, modern, design, building using these words in different order.
As mentioned above, this model is amazing and is heavily influenced by GDM style. So normal prompts for homes will still come out gorgeous.
As a favor, please let me know your thoughts, feedback and give a review rating. I would truly appreciate it!
gdmext luxury modern house
Can't completely remember what I threw into this model but it does some really nice outputs, part of it is one of my PsyGon Animerge models and a few other models thrown into it.
I was honestly amazed at how good the quality of the output was so I couldn't help but share it.
擅长卡通场景,混合了几个场景强的大模型和lora,加入了多个自己训练的LORA。
角色方面3D略微偏二次元
适合简单的关键词,如:masterpiece,best quality,mini landscape
出场景建筑的时候不用加负面关键词,有角色的话可以加。
关键词推荐:mini landscape,indoor, toon,pixar, scene,building,vehicle,
-- -- -- -- --
used for cartoon scene,contain some my trained lora
try simple prompt,like : masterpiece,best quality,mini landscape
no need neg prompt
useful prompt :mini landscape,indoor,toon,pixar, scene,building,vehicle,
A stunning semi-realistic merged checkpoint prioritizing elegance, eroticism, and background detail.
All preview images were generated without the usage of additional LORAs, while the negative prompts included the EasyNegative and Bad Hand embeddings.
Several checkpoints and LoRAs/LoCons, and by extent their authors, are to thank for facilitating the creation of this merge, including:
Checkpoints
LoRA/LoCons
Maintaining a stable diffusion model is very resource-burning. Please consider to support me via Ko-fi.
AingDiffusion and AingEXP will ALWAYS BE FREE.
===
AingEXP is part of AingDiffusion's EXPerimental model. For stable model, please visit AingDiffusion.
Because this is an experimental model, I will post every "interesting" changes here often. (a.k.a Ganbatte boku no GPU).
I will also post every major milestone as a new AingDiffusion version, so please also stay tuned there.
Same like AingDiffusion (v1.5++), this model uses ClearVAE Variant. I didn't want to bake the VAE into the model, so you can use any VAE you wish.
This model is not as stable as the main AingDiffusion model, and the art style will often changes. I hope you understand.
From my research, this model is compatible with NovelAI's animevae, pastel-mix-vae and ClearVAE Variant. I highly recommend ClearVAE Variant because it produces more vibrant color than animevae and less blurry than pastel-mix-vae.
Important: Hi-res fix is a must if you want to generate high-quality and high-resolution images. For the upscaler, I highly recommend SwinIR 4x. All the samples I uploaded are using SwinIR 4x.
I also recommend using EasyNegative for negative prompts.
Set Clip skip to 2, ENSD (eta noise seed delta) to 31337 and eta (noise multiplier) for ancestral samplers to 0.667.
Niji style images but with its own flair!
While the model generates pleasing outputs, it does suffer from consistency problems. Rest assured, I am actively addressing this issue and have provided some recommended resources for obtaining more consistent results.
The prompt doesn't require anything extraordinary.
Vae is baked.
Please use Hi-res fix!
If you encounter any issues, please feel free to leave your comments, and I will promptly respond to you.
Share you creations, I would love to see how the model performs for you!
Complete download: Click Here (6,7Gb) "-" Pruned download: Click Here(5,2Gb)
This model was made to unlock boundless creativity and delve into the realm of infinite possibilities with these captivating portraits. Let your imagination soar as you explore the depths of your mind and unleash the true essence of your soul.
This remarkable model is adept at bringing to life any concept you can envision, making it an ideal tool for a wide range of artistic endeavors. There are virtually no limits to what this versatile model can achieve.
This model harnesses the foundational power of the "Infinity Model Gen0"
LoRA: Silence Horror, SciFi World, NeonPunk and A-Mecha Musume
Hypernetwork: Metal Outfits, Disco Elysium, MJV4 and Off8Mile-Gao
Sampler: Euler Ancestral, DPM2 Ancestral, Heun
GFPGAN: GFPGANv1.4
ESRGAN: RealESRGAN_x4plus, RealESRGAN_x4plus_anime_6B
Stable Diffusion version used: Easy Diffusion v2.5.39
Creator Note: "If you found the results achieved by this model to be satisfying, I would greatly appreciate it if you could kindly consider leaving a positive review. Your feedback and support are invaluable to me." :3
Resolution and steps: 576x876, 640x1024, 896x576 and 768x1024 - 1K steps
Recommended prompt: absurdres, (best quality), (masterpiece), (ultra-detailed:1.2, (photorealistic:1.4), (highres), reflection, (cowboy shot:1.2), spell, (from above:1.2), looking up, 1girl, cute anime girl, emma millstein, glasses, newsboy hat, braided ponytail, purple sleeveless coat, white shirt, green skirt, belts, white boots, glowing eyes, (magic circle:1.5), (hologram:1.3), (Quadruple Oblong:1.3), compass, fire magic, (zentangle:1.1), ancient castle, ultra sharp, ultra quality
Recommended negative prompt: out of frame, lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, duplicate, wrong proportions, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, username, watermark, signature, easynegative, bad-hands-5, [negativebs:0.2], (low quality, worst quality:1.3), bad-picture-chill-75v, watermark, letters, words, censored, multiple fingers, multiple legs, bad hands, bad anatomy, written text, five legs, five legs, 3 legs, three legs
Something different?
※20230526
v4を追加しました。変更点はAbout this versionを確認してください。
I removed the English translation because of the length of the description. Sorry.
※20230516
DefbeaCF3AR2D_mix_v3を追加しました。
Counterfeit-V3.0をCounterfeit-V2.5に変更したモデルです。
個人的にCounterfeit-V2.5の質感やnsfwが好きなので変更を加えました。
綺麗な画像を生成する場合はv2の方が優れている可能性があります。
※2023/05/07
DefbeaCF3AR2D_mix_v2を追加しました。
数時間前に誤ったバージョンをアップロードしていました。現在アップロードされているものが最新です。
BRAをV4からV5に変更しました。
DefactaをDefacta3thに変更しました。
手の破綻が少なくなっている気がします。
・Defacta3th
Defacta3th - v1.0 | Stable Diffusion Checkpoint | Civitai
※2023/05/04
DefbeaCF3AR2D_mixを追加しました。
顔に対してAnimelike_2Dというモデルを少量適用しました。
目のハイライトの入りが若干良い気がします。
現在Animelike_2Dがどこにあるかは不明です。
model_A | model_B | model_O | base_alpha | weight_name | weight_values
DefbeaCF3AR_mix_v1 | Animelike_2D_V2_Pruned_fp16 | DefbeaCF3AR2D_mix | 0 | 0,0,0,0.2,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0.4,0,0.3,0,0,0
========
アニメ調のモデルです。
nsfwを目的として個人的にマージしていましたが、nsfw以外の出来もよかったので共有したいと思います。
人物の顔のパーツや背景の書き込みが好きです。
以下のモデルをマージしました。
・Counterfeit-V3.0
Counterfeit-V3.0 - v3.0 | Stable Diffusion Checkpoint | Civitai
・AniReality-Mix
AniReality-Mix - v1 | Stable Diffusion Checkpoint | Civitai
・(1~6) Defacta
(1~6) Defacta - Defacta 6 | Stable Diffusion Checkpoint | Civitai
・BRA(Beautiful Realistic Asians) V4
BRA(Beautiful Realistic Asians) V4 - v4.0 | Stable Diffusion Checkpoint | Civitai
マージ比率はOrangeMixsを参考にしました。
Merge ratios are based on OrangeMixes.
WarriorMama777/OrangeMixs · Hugging Face
1.
model_A | model_B | model_O | base_alpha | weight_name | weight_values
16Defacta_defacta6 | braBeautifulRealistic_v40 | temp1 | 0 | 1,0.9,0.7,0.5,0.3,0.1,1,1,1,1,1,1,0,0,0,0,0,0,0,0.1,0.3,0.5,0.7,0.9,1
2.
Counterfeit-V3.0 * 0.5 + AniReality-Mix * 0.5 = temp2
3.
model_A | model_B | model_O | base_alpha | weight_name | weight_values
temp2 | temp1 | DefbeaCF3AR_mix_v1 | 0 | 0,0,0,0,0,0,0,0,0,0.3,0.1,0.3,0.3,0.3,0.2,0.1,0,0,0,0.3,0.3,0.2,0.3,0.4,0.5
Модель включает в себя лучшее, на мой взгляд, сочетание реалистичных стилей. Она соединила в себе более 15 различных моделей в четко выверенных пропорциях, что позволяет получать гипер реалистичные портреты невероятного качества. Модель натренирована на многих знаменитостях, рисует их лучше, чем любая Лора или Ликорис. Также содержит реалистичных nsfw контент.
The model includes the best, in my opinion, combination of realistic styles. It combines more than 15 different models in well-adjusted proportions, which allows you to get hyper realistic portraits of incredible quality. The model is trained on many celebrities, draws them better than any LoRaor Lycoris. Also contains realistic nsfw content.
2.8D,much more realistic,merged by;
chilloutmix:0.5
babes:0.5
dreamshaper:0.5
cheesedaddy:0.3
aim at female much more colorful or clear face.
很多朋友来问关于生成图片正向词汇问题,答案是只是用于测试模型成图方向,涉及到模型扩散问题,具体也不是很清楚,可以用SD系统中图片反推/Tagger来找关键词,不一定准确有用。
Many friends come to ask about generating positive vocabulary for images(Short or missing text). The answer is that it is only used to test the direction of model mapping, and involves model diffusion issues. The specific information is not very clear. You can use image reverse inference/Tagger in the SD system to find keywords, which may not be accurate.
none
Update 05/25 :
Version 1.1 added a bit of Pika's New Generation to the mix. Affect mostly hair and lighting and should keep the overall feel about the same. Check out Pika's New Generation model here :
https://civitai.com/models/47067/pikas-new-generation
Original Post :
This is the first merge I ever did, uploading from request.
It's a merge of Okorange (50%) and Galena Redux (50%), then that merge has been merged again with Sardonyx Redux (25%). I highly suggest checking those models, too.
https://civitai.com/models/53360?modelVersionId=57724
https://civitai.com/models/32002/okorange
https://civitai.com/models/52548?modelVersionId=56960
Images were done with Hires fix on, 12 hires step, denoising strength 0.4. Then upscaled in Extra tab x2. Most faces, hair and hands were inpainted.
I use Orangemix VAE but manually boost contrast and saturation a bit in photoshop as the last step in my workflow. (Around 20 each)
a fusion of different furry models among these the big ones like kusvac fluffyrock and other similar ones.
please if you make pictures with this checkpoint show me the results and i open to suggestions uwu
some base models used:
Dungeons and Diffusion v3 - v3 | Stable Diffusion Checkpoint | Civitai
Kavka Mix (Version 1.6) - v1.6 | Stable Diffusion Checkpoint | Civitai
Merged my favorite models with and trained with my artworks and here it is!
Vae: baked in version v2.5D rev1.1(for v.1 i recomend kl-f8-anime2)
Sampling method: DPM++2M Karras
Sampling steps: 28
Upscaler: R-ESRGAN 4x+ Anime6B
Hires steps: 13
Denoising strength: 0.4-0.6
CFG Scale: 8-10
my ko-fi(if u wanna buy me a coffee :)): https://ko-fi.com/yotta53891
Thank you!
im still learning how to make and merge models, please feel free to give me any tips!