Simple restart button in your scripts #5573
Gerschel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/Gerschel/stable-diffusion-webui-restart-button
It's just a copy of the one in your settings.
Take the code, add it in to your project while developing, just to make your life a little bit easier.
I put this in everyone of my scripts I'm doing, so I can just do a quick refresh from the project I'm working on, but I still keep this in my scripts in case I have a typo in one of my projects and that ui doesn't load up.
Life pro tip:
Use the nullModel.ckpt ( #908 (comment) ) and set vae to none when you're in you're layout process, unless you need it during that phase, turn off xformers and other stuff. Hard restart. Now you have a quick refresh. Re-enable your stuff when you get to that stage.
You can quickly comment out your commandline args with double semicolon in your .bat file
I keep an empty one and my full settings one. Then I keep a copy of it in another branch and merge it if necessary during a git pull.
Beta Was this translation helpful? Give feedback.
All reactions