概要/About
NAIリークよりシャープで若干鮮やかかつWDのようににじまないマージVAEです。
This is a merged VAE that is sharper and slightly more vivid than the NAI leak and does not bleed like kl-f8-anime2.
アニメ調モデル向けに作成しました。リアル調モデルでの使用は想定していません。
Made for anime style models. Not suitable for realistic models.
注意/Note
NAIのVAEの影響でNansエラー(黒画像)が発生する場合あります。
1111のコマンドライン引数に--no-half-vae(速度低下を引き起こす)か、--disable-nan-check(黒画像が出力される場合がある)を追加してみてください。
If you see a NansException error, Try add --no-half-vae(causes slowdown) or --disable-nan-check(may generate black images) to the commandline arguments.
エンコーダーは調整していません。学習には適していません。
Encoder is not adjusted. not suitable for learning.
バリアントについて/About variant
3種類のVAEを作成しました。
ClearVAE_1はClearVAEより赤みを減らしてコントラストを上げたバリアントとなります。
ClearVAE_1 is a variant with less redness and more contrast than ClearVAE.
Discussion
Great work, to be honest, every time I use the kl-f8 to generate an image, I need to use the image processing tool to desaturate.
THIS IS WHAT I WANT.
Didn't realize how much sharpness I was losing to the VAEs I was using until I tried this. Had to convert it from safetensor to vae.pt using the model toolkit extension for Auto1111 webui.
Does NansLess have a downside along with being less error prone? Or is it a straight improvement?