Posts

Showing posts with the label inpainting

Check point Model Juggling

Image
As I frequently switch between different models to generate images, I occasionally make mistakes by forgetting to adjust some settings after changing models. For example, when generating images with the Pony model, I use the Pony hand LoRA for inpainting hands. However, after switching to the ilxl model, I sometimes mistakenly continue applying the Pony hand LoRA without making adjustments. Ilxl model ( neonCityBlend_ncbIllustriousXL ).  If you look closely at the hands, you can see subtle differences in the art style. (The checkpoint model is for 2D, but the hands appear semi-realistic) This was created with the Pony Hand LoRA ({lora:pony_good_hands:0.9|lora:detailed_hands:0.9}) applied.  (Since it was set up using a wildcard, it's unclear which one was actually used.) So here is my theory For semi-realistic images generated using Stable Diffusion 1.5, where the depiction of hands is unsatisfactory, wouldn't it be effective to improve the results by inpainting with the ilxl c...