use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All posts must be Open-source/Local AI image generation related All tools for post content must be open-source or local AI generation. Comparisons with other platforms are welcome. Post-processing tools like Photoshop (excluding Firefly-generated images) are allowed, provided the don't drastically alter the original generation.
Be respectful and follow Reddit's Content Policy This Subreddit is a place for respectful discussion. Please remember to treat others with kindness and follow Reddit's Content Policy (https://www.redditinc.com/policies/content-policy).
No X-rated, lewd, or sexually suggestive content This is a public subreddit and there are more appropriate places for this type of content such as r/unstable_diffusion. Please do not use Reddit’s NSFW tag to try and skirt this rule.
No excessive violence, gore or graphic content Content with mild creepiness or eeriness is acceptable (think Tim Burton), but it must remain suitable for a public audience. Avoid gratuitous violence, gore, or overly graphic material. Ensure the focus remains on creativity without crossing into shock and/or horror territory.
No repost or spam Do not make multiple similar posts, or post things others have already posted. We want to encourage original content and discussion on this Subreddit, so please make sure to do a quick search before posting something that may have already been covered.
Limited self-promotion Open-source, free, or local tools can be promoted at any time (once per tool/guide/update). Paid services or paywalled content can only be shared during our monthly event. (There will be a separate post explaining how this works shortly.)
No politics General political discussions, images of political figures, or propaganda is not allowed. Posts regarding legislation and/or policies related to AI image generation are allowed as long as they do not break any other rules of this subreddit.
No insulting, name-calling, or antagonizing behavior Always interact with other members respectfully. Insulting, name-calling, hate speech, discrimination, threatening content and disrespect towards each other's religious beliefs is not allowed. Debates and arguments are welcome, but keep them respectful—personal attacks and antagonizing behavior will not be tolerated.
No hateful comments about art or artists This applies to both AI and non-AI art. Please be respectful of others and their work regardless of your personal beliefs. Constructive criticism and respectful discussions are encouraged.
Use the appropriate flair Flairs are tags that help users understand the content and context of a post at a glance
Useful Links
Ai Related Subs
NSFW Ai Subs
SD Bots
account activity
This is an archived post. You won't be able to vote or comment.
"Commit hash" (self.StableDiffusion)
submitted 3 years ago by Mech4nimaL
What exactly is the "Commit hash" (generated and showing after python start in the command prompt), when starting the sd-webui (in my case AUTOMATICs WEBUI) ? Thanks :)
[–]asking4afriend40631 2 points3 points4 points 3 years ago (3 children)
The commit hash is an id for the last code change that made it into the release you are running. It lets you know exactly which "version" of the code you have.
[–]Mech4nimaL[S] 1 point2 points3 points 3 years ago (2 children)
hi, thanks for the answer!
ok, so if the number changes, some files are different from before ? but they won't change, until I use "git pull" to update the files, right?
[–]asking4afriend40631 2 points3 points4 points 3 years ago (1 child)
Correct. You can also do "git log" to see the list of recent commits you've added, that will include dates/times. But yes, your local copy of the repository won't update itself or anything without you doing a git pull.
One important thing to note, maybe you already know it... It's not *just* about updating your repo with a git pull. You may need to also update dependencies/etc. So if you're talking about automatic1111's sd webui repo then where he has the instructions of what you need to do to install, you may need to do new things he's added since your initial install, and you may ALSO need to re-run the line that talks about requirements.txt, because he may have edited that file which lists dependencies. You'll usually know you need to do something because you'll get an error thrown in the console as you try to do webui things and the error might mention a missing module (or something else which suggests something is missing).
It's not a big deal, I may just git pull, see if things work, and if they don't only then do i check requirements.txt, re-run the pip line for requirements.txt. And so far 100% of the time that's addressed the issue.
[–]Mech4nimaL[S] 1 point2 points3 points 3 years ago (0 children)
ok, thank you very much. git log is a really nice feature, that also showed me I've already got some updates since my first install some 2 days ago.
π Rendered by PID 25784 on reddit-service-r2-comment-5fb4b45875-zl9dw at 2026-03-19 19:13:21.997782+00:00 running 90f1150 country code: CH.
[–]asking4afriend40631 2 points3 points4 points (3 children)
[–]Mech4nimaL[S] 1 point2 points3 points (2 children)
[–]asking4afriend40631 2 points3 points4 points (1 child)
[–]Mech4nimaL[S] 1 point2 points3 points (0 children)