AI Generated Images
Community for AI image generation. Any models are allowed. Creativity is valuable! It is recommended to post the model used for reference, but not a rule.
No explicit violence, gore, or nudity.
This is not a NSFW community although exceptions are sometimes made. Any NSFW posts must be marked as NSFW and may be removed at any moderator's discretion. Any suggestive imagery may be removed at any time.
Refer to https://lemmynsfw.com/ for any NSFW imagery.
No misconduct: Harassment, Abuse or assault, Bullying, Illegal activity, Discrimination, Racism, Trolling, Bigotry.
AI Generated Videos are allowed under the same rules. Photosensitivity warning required for any flashing videos.
To embed images type:
“![](put image url in here)”
Follow all sh.itjust.works rules.
Community Challenge Past Entries
Related communities:
- [email protected]
Useful general AI discussion - [email protected]
Photo-realistic AI images - [email protected] Stable Diffusion Art
- [email protected] Stable Diffusion Anime Art
- [email protected] AI art generated through bots
- [email protected]
NSFW weird and surreal images - [email protected]
NSFW AI generated porn
view the rest of the comments
Sampling is just how many passes Stable Diffusion makes to generate the image. It makes noise based on the seed and then diffuses it with the prior image in "latent space" as many times as you select.
The first few samples are going to be pretty abstract, but with each pass it can add more detail. At a certain point, additional passes aren't likely to get much more detail, though, I think primarily due to the limitation of the resolution (512 for 1.5, for example). Instead, the new noise basically pushes the image in a slightly altered direction.
There's no right answer to how many steps you should use. It's going to vary between models, seeds, and your prompt. I find 20-40 works best in Stable Diffusion 1.5 based models.
If you generate an image that looks great other than some minor oddities, try adjusting the steps up or down a bit and see if it resolves it. If not, use a seed variation (the "Extra" checkbox next to the seed number in AUTO1111) to keep the original seed, but introduce slight alterations.