Type | |
Stats | 1,703 0 |
Reviews | (92) |
Published | Jun 5, 2023 |
Base Model | |
Training | Steps: 400 Epochs: 2 |
Hash | AutoV2 4ABB851EB7 |
Japanese Explanation:
worst qualityを抑制して、絵のクオリティを下げないためのLoRAです。
-0.3 で適用することをおすすめします。
中身は単純で、" worst quality,male,blurry "で作った画像を学習しています。
そのような低品質な画像をマイナス値で効かせることで、抑制できるわけです。
ネガティヴプロンプトに worst quality,low quality,などと書く必要がなくなります。
flat2やEasyNegativeのようなものを目指して作りましたが、クオリティをUPするためというよりも、
クオリティを下げないための保険のようなものです。
複数のLoRAを適用していて、値をあれこれ調整しているときに、突然クオリティが下がった経験はありませんか?
つまり LoRAの過剰適用によって、worst qualityになってしまう現象です。
それを抑えるのが本来の目的です。
画像にはworst,low,normal,high,bestの5つのqualityがあるはずですが、worstのみを抑制すると、
残りのlowからbestまで幅広く使うはずなので、ガチガチに尖ったシャープ感よりも、少しボケ感のある柔らかい仕上がりになるようです。
モデルはChillOutMix_Niに、BRAv5を3割足したものを使っていますが、この2つにとくに有効です。
ポジティヴプロンプトには realistic,photo ぐらい指定すれば十分です。best qualityに限定しなくていいです。
追記:Galleryにサンプルを追加しておきました~。モデルはChillOutMix_Ni。ネガティヴプロンプトなしでもこれぐらい綺麗ですよ。
追記2:Gallery また増やしました。先日公開されたばかりの AsianRealistic_SDLife_Chiasedamme v4.0 を使って夜景AI美女をうまく作れました。ChillOutMixとかBRAに匹敵する、アジア人向けモデルかも。
English Explanation:
This is LoRA to suppress the worst quality of the picture.
It is recommended to apply at -0.3.
The content is simple, learning images made with "worst quality, male, blurry".
By applying negative values to such low-quality images, it is possible to suppress them.
You no longer need to add nevative prompt like "worst quality, low quality", etc.
I made it aiming for something like flat2 or EasyNegative, but rather than improving the quality,it's like keep quality not to down.
Have you ever experienced the dropping quality suddenly when applying multiple LoRAs and tweaking these values?
In other words, over-using LoRAs made the worst quality.
suppressing it is my primary purpose.
The image should have five qualities: worst, low, normal, high, and best,
but if you suppress only worst,It should be used widely from the remaining low to best, so it has a soft and slightly bokeh feel rather than a over-sharpness.
It seems to have a softer finish.
I used that ChillOutMix_Ni plus 30% BRAv5 merged model, and it is especially effective for these two.
for positive prompts, "realistic,photo" is good enough. you don't have to limit to best quality.