Commit Graph

7 Commits

Author SHA1 Message Date
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