Only for SD2.x models such as Waifu Diffusion 1.5, will not work SD1.x models such as Anything, AOM, Counterfeit, and etc.
A painting style LoRA trained on Waifu Diffusion 1.5 beta2, with training data from images of paintings of John William Waterhouse (69 files gathered from wikipedia) with almost no tagging.
Trained with noise offset = 0.1, so it will conflict with other LoRA without noise offset.
Also, it doesn't generate pure landscape well, as John William Waterhouse is purely a "waifu" and mythology painter, all of his paintings contain human subjects (I've tried to fix this problem with v2).
Training parameters:
For v1: Learning rate is 1e-5 for both unet and text_encoder, scheduler constant with warmup. Image repeat = 10.
For v2: Same learning rate, but with augmented data. I cut out the parts of paintings that only have background (for example: https://files.catbox.moe/ad6tyo.png) and add them to the training sets.
For v3: Instead of cutting background part to new images, I erased the subject instead. But it doesn't seem to work well.