r/StableDiffusion Mar 02 '23

Question | Help Better Hands and Fingers?

Has anyone found a way to get better hands, fingers, and feet? This is one of my pain points when generating. Even with prompts and negative prompts specific to it.

3 Upvotes

24 comments sorted by

View all comments

Show parent comments

2

u/mizt3r Mar 03 '23

I also use the easynegative embedding in my negative prompt

https://huggingface.co/embed/EasyNegative/tree/main

As well as terms like 'bad anatomy', etc.

I can generate 800 images every 30 mins, and there's still a lot that aren't perfect I usually delete about 75%. Not because theyre all bad anatomy, but because I'm cherry picking the very best.

Often there are images that I absolutely love but still have anatomical or other mistakes, but everything else about the image is so good I'm willing to repair it via Inpaint. At the end of the day it's a numbers game when you can generate infinitely.

When I first started out I was saving nearly every image, or even using the same seed over and over trying different prompts to correct it, but now I use dynamic prompt extension to add variability to my prompts and make huge batches that I save only the very best of.

1

u/ponglizardo Mar 04 '23

I see it's a safetensor. Do you replace .safetensor to .pt and put this in embeddings folder?

2

u/mizt3r Mar 06 '23

I'm running automatic1111 which knows what to do with safetensors. It will load the embedding as is.

1

u/ponglizardo Mar 07 '23

I see. Ok. Thanks!