Commit Graph

8 Commits

Author SHA1 Message Date
hlky
4a15702fe9
License header 2022-09-26 14:02:48 +01:00
Andrew Ginns
52130af8ae
Add clarity for model location in webui script. (#1317) 2022-09-25 21:23:18 +03:00
Joshua Kimsey
f5164629be Added ability to auto-download sd concepts repo
Added the ability to download the zip file for the sd concepts library. Zip file will be extracted, and have the core concepts directory moved to the correct location.
2022-09-21 06:06:06 -04:00
Joshua Kimsey
e6af9e379c Improved webui.sh
Added: More commenting to explain what each part is doing
Added: variables to handle the upscaler model URL's to allow for easy changing if needed.

Changed: Order of selection menu to list Streamlit first, since it will be the primary UI going forward.
2022-09-21 00:20:44 -04:00
Joshua Kimsey
48d5f35ff5 Updated webui.sh for StreamLit + Enhancements
Added: Automatic downloads for upscaler models
Added: Prompt to ensure users have placed their SD models in the right spot, with automatic handling for placing them.

Changed: Significantly cleaned up `webui.sh` to have a consistent formatting, as well as follow proper Bash conventions.
Changed: Compartmentalised the code to be easier to add or change features or functions down the road.

Fixed: Potential issue with conda activation from the script, which was solved by using the `#!/bin/bash -i` shebang.
2022-09-20 01:01:44 -04:00
Thomas Mello
606aea2866
chore: update maintenance scripts and docs (#891)
* automate conda_env_name as per name in yaml

* Embed installation links directly in README.md

Include links to Windows, Linux, and Google Colab installations.

* Fix conda update in webui.sh for pip bug

* Add info about new PRs

Co-authored-by: Hafiidz <3688500+Hafiidz@users.noreply.github.com>
Co-authored-by: Tom Pham <54967380+TomPham97@users.noreply.github.com>
Co-authored-by: GRMrGecko <grmrgecko@gmail.com>
2022-09-09 13:09:13 +03:00
Mr. Gecko
2b1ac8daf7
Remove .bashrc modification from webui.sh (#735) 2022-09-07 04:04:11 +01:00
Mr. Gecko
d04a6ade6f
Add webui.sh for linux people not wanting docker version (#723) 2022-09-07 03:28:46 +01:00