Commit Graph

18 Commits

Author SHA1 Message Date
aedh carrick
e3250c357e
Update Web_based_UI_for_Stable_Diffusion_colab.ipynb 2023-09-12 16:13:00 -05:00
aedh carrick
468ea33ba1
fixed typo in last cell 2023-09-12 16:10:25 -05:00
aedh carrick
70e6d12451 added cloudflared tunnel. 2023-09-12 10:29:03 -05:00
pre-commit-ci[bot]
a9bc7eae19 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-06-23 02:58:24 +00:00
aedh carrick
50c9cb1652 fixed typo, tested 2022-11-06 18:50:43 -06:00
aedh carrick
4be125a7d5 cleaned code, added option to save models to drive for faster loading, untested!!! 2022-11-06 18:11:52 -06:00
aedh carrick
ef8daeecf0 improved error checks/handling 2022-11-03 14:27:51 -05:00
aedh carrick
a848240014
typo 2022-10-30 08:54:46 -05:00
aedh carrick
7633f02631 added reminder to choose gpu backend in colab 2022-10-30 08:49:47 -05:00
aedh carrick
e5f6f2faa4 changed repo path from hard coded to variable 2022-10-29 10:05:03 -05:00
aedh carrick
3fddf6848e
Added cell to prefetch models.
Added a config cell for the Colab instance.  Now it can pre-fetch models.  Folder on Google drive can be specified. If models are found there, they will be symlinked instead of downloaded.  Any models found in folder, but not in download list, will be symlinked to models/custom.
Also added comments to code and titles to cells.
Should just be able to enter settings in first cell, then hit 'run all'.
Well... twice.
2022-10-29 07:22:38 -05:00
aedh carrick
a1e2ee2587
Fixed typo in last command
changed:
"!streamlit run scripts/webui_streamlit.py --theme.base dark --server.headless true true 2>&1 | tee -a /content/log.txt"
to:
"!streamlit run scripts/webui_streamlit.py --theme.base dark --server.headless true 2>&1 | tee -a /content/log.txt"
avoids 'unknown argument error'
2022-10-24 18:04:53 -05:00
ZeroCool940711
cb501565c2 More renaming and changed to links related to the organization, docs and repo names. 2022-10-23 18:54:10 -07:00
ZeroCool940711
97eb1b169b More renaming and changes to links related to the organization, docs an repo names. 2022-10-23 17:17:50 -07:00
ZeroCool940711
73fadb231f Fixed links so they point to the new repo and organization names. 2022-10-23 16:22:40 -07:00
aedh carrick
b80576eb9e
Update Web_based_UI_for_Stable_Diffusion_colab.ipynb
New to git and this is my first pull request so pls don't laugh.  Just tried to clean it up a bit.  No need to change directory when we're already in the correct one. Also, if we're crashing/rebooting kernel, best to do it sooner than later. No need to load/reload things. Also redirected localtunnel to txt file, so Streamlit can send output to cell.
(Streamlit should also save output in 'log.txt'.)
2022-10-23 14:26:12 -05:00
ZeroCool940711
f89b359037 Added Open in Colab button to notebook. 2022-10-21 22:20:33 -07:00
ZeroCool940711
f0bc44c646 Added Colab notebook to run the Streamlit version of the UI. 2022-10-21 22:15:32 -07:00