Run the script (SDAtom-WebUi-us) without installing

To do this we will use a bookmarklet. To run the script drag 👉 this link 👈 to your bookmarks then click it while you have your webui ((http://127.0.0.1:7860/)) open in your browser. This will run the script but if you reload the page you will have to click the bookmark again. If it doesn't work right click the bookmark and click edit/properties and make sure the url contains the following:

javascript:(function (){document.getElementsByTagName('head')[0].appendChild(document.createElement('script')).src='http://cdn.jsdelivr.net/gh/Kryptortio/SDAtom-WebUi-us/SDAtom-WebUi-us.user.js?'+(new Date()).getTime();}());
			

It's also possible to manually open the script copying the content and pasting it in your developer console (press F12 then go to Console paste and press enter). This must also be done while you have the webui ((http://127.0.0.1:7860/)) open in your browser.

Back to Github repo