Shortcut to start the GUI #50
Replies: 3 comments 4 replies
-
|
I will add the bat file to the repo. It should help other users... should be included in the next release. Thank's for the submission! |
Beta Was this translation helpful? Give feedback.
-
I believe what you are referring to is: If you don't use Chrome, obviously you would just change the path to whatever it is you use. I always use incognito mode for A1111 to avoid any extension compatibility issues. I also want to add that if you're a Windows 10 user and would like to run the server in a Windows Terminal instead of the standard Command Prompt, you can change your registry to execute batch files in a Windows Terminal instead. Windows Key > Type regedit > Navigate to: Computer\HKEY_CLASSES_ROOT\batfile\shell\open\command > Set the "(Default)" Value Data to: This should execute the wt.exe (Windows Terminal) on the first available instance (-w 0) in a new tab. This should execute from the directory from where it was called. I was really hoping someone would have an icon made though, which is why I came to this thread. I like to send a shortcut of my batch launchers to my desktop and change their icons to something appropriate. |
Beta Was this translation helpful? Give feedback.
-
|
Add --inbrowser in your .bat file and it will automatically open the browser |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Create new file inside /kohya_ss folder with *.bat extension (eg. gui.bat) and paste below code:
or
Not sure what is the difference, but both ways work.
Now you can start the GUI with one click.
EDIT:
Add this argument to autolaunch GUI in browser. Suggested by @txirrindulari
%PYTHON% kohya_gui.py --inbrowser
Beta Was this translation helpful? Give feedback.
All reactions