Kendra Photodromm
aka Cathy / Cathy Kendra / Kendra
Model works good in 0.7-1.1 strength range.
I tested it a lot with endlessReality, epicrealism and photon models. It works with anime and other models too, with interesting results.
Please share feedback so I can improve it
Description
Pony model, was having issues creating SDXL models, but Pony is working pretty good.
FAQ
Comments (6)
Hiya! What optimizer did you use?
I used to do AdamW for Pony, now I found good settings for Prodigy, and used it for t his model. Here is my toml config for kohya_ss - https://justpaste.it/e2phh
@kol200388 ohh I love prodigy. I will try it thank yoy
@kol200388 huh how is it that you have a toml instead of a json xD
@Malessar Kohya_ss spits out a toml config now. IDK this has changed recently. Check out the command line at the top of the paste, it also has important CLI parmeters on how to run it.
@Malessar One thing I forget to mention, due to dataset in this particular model I had to enable color_aug=true option, and cache_latents = false . For most of models you dont need to do this, I only had to do this specific one, due to colors coming out weird, I think it was just due to nature of dataset.
So remove color_aug=true and enable cache_latents=true, this way training will go much faster.