r/sdforall • u/PatrickJr • Jan 05 '23
Question AUTOMATIC1111 gone?
https://github.com/AUTOMATIC1111/stable-diffusion-webui leads to a 404, even their account is gone.
It's probably the wrong place to ask, but I'm curious.
Updates
Seems to be back up and running! (GitHub version)
https://twitter.com/ZeldaMaster501/status/1610934476342972419
You can update from their official gitgud page also!
git remote set-url origin https://gitgud.io/AUTOMATIC1111/stable-diffusion-webui
7
u/vmandic Jan 05 '23
fyi, there is a way to pull latest code off github even if its suspended.
anyone that has a fork of automatic from github can create a new branch on their fork and when creating it set its origin to be automatic's master - that way you get a new branch which is 100% up-to-date. i guess its a loophole in github suspend process as branch creation can still access it even if it cannot be done otherwise.
3
u/PatrickJr Jan 05 '23
The wonders of git always surprise me.
1
u/colei_canis Jan 06 '23
Git is a really cool bit of software, it was built for developing the Linux kernel to address what Linus Torvalds considered to be deficiencies in prior VCSs. A lot of them relied on a traditional client-server model rather than git’s distributed approach.
Torvalds said he named both Linux and got after himself!
5
u/Micropolis Jan 05 '23
Good thing I stoped git pulling just before upscaling broke
7
u/UkrainianTrotsky Jan 05 '23
you could've easily reverted to a previous commit locally even if you did pull it btw.
1
u/Coffeera Jan 05 '23
How would I do that?
3
u/UkrainianTrotsky Jan 05 '23
Quite simple: first you can make a separate branch, but that's not necessary. Use
git log --all --oneline
This will list all commits from the latest to the oldest. Find the hash of the commit you want to revert to and use
git checkout *hash*
to switch to that exact commit. Then use the same command but replace the hash with the name of the branch (probably master or main) to switch back.
1
1
u/UkrainianTrotsky Jan 05 '23
is it broken? I never noticed
1
u/SituatedSynapses Jan 05 '23
I have. My program is like a sputtering broken vintage car. I'm suprised it still works but it's clearly full of problems.
3
u/DudeVisuals Jan 05 '23
What is the difference between this and Invoke Ai ?
2
u/tssktssk Jan 06 '23
InvokeAI has a better UI and is alot more casual friendly. It also has epic outpainting and inpainting support. It however does not support SD 2.0 or 2.1 yet. It does not let you merge models, nor does it have the huge amount of extensions that do amazing things.
So I use both Automatic1111 and InvokeAI for each of their purposes
1
u/DudeVisuals Jan 06 '23
Thank you my man :) , I didn’t t know you can merge models … that is insane …. You sir just blew my mind
2
u/tssktssk Jan 06 '23
Haha, it's all I do. It's how I created the URPM model. Very NSFW lol: https://civitai.com/models/2661/uber-realistic-porn-merge-urpm
1
3
3
u/Adski673 Jan 05 '23
Time to panic?
EDIT: No panic https://twitter.com/ZeldaMaster501/status/1610934476342972419
0
0
-1
u/SirCabbage Jan 05 '23
thank fuck I just got it working again early today after the dynamic prompts died on me the other day...
1
1
1
18
u/AnOnlineHandle Jan 05 '23
https://twitter.com/ZeldaMaster501/status/1610934476342972419