Skip to content

Commit

Permalink
guide
Browse files Browse the repository at this point in the history
  • Loading branch information
etherealxx committed Jul 5, 2023
1 parent a9f02a2 commit 6f78743
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions volatile_concentration_localux_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@
"To use:\n",
"- Click the play button\n",
"- Wait for less than a minute, until a UI with **big orange button** shows up\n",
"- Choose the model you want, then click the orange button\n",
"- Choose the model you want, **wait** for the **extension checkboxes** to shows up, choose the extension that you wanted, then click the orange button\n",
"- Just wait for about 8 minute until the webui links shows up on the bottom\n",
"\n",
"About the options:\n",
"- `repo_branch`: Read [here](https://github.com/camenduru/stable-diffusion-webui-colab) (just use `stable` as default)\n",
"- `choose_models`: Untick this if you're relaunching the UI, or if you don't want to choose model (The webui will always download sd 1.4 model instead)\n",
"- `controlnet_model`: Tick this if you want to download controlnet models (for controlnet usage). Untick this if you're relaunching the UI. Note that `lite` branch won't download any controlnet model regardless if this checkbox is being ticked or not."
"- `controlnet_model`: Tick this if you want to download controlnet models (for controlnet usage). Untick this if you're relaunching the UI. Note that `lite` branch won't download any controlnet model regardless if this checkbox is being ticked or not.\n",
"\n",
"Got an Error 403 instead of the UI with big orange button? Read [here](https://github.com/etherealxx/volatile-concentration-localux-colab/blob/main/error403guide.md) to fix it."
],
"metadata": {
"id": "mRkHg3INcszO"
Expand Down Expand Up @@ -222,7 +224,7 @@
" tryport += 1\n",
" try:\n",
" print(\"\u001b[1;32mNo need to click on the public url yet. Just wait until a UI with a big orange button shows up below\")\n",
" print(\"\u001b[1;32mIf 'Error 404' shows instead, click the stop button twice until 'Gradio UI interrupted' message shows up, then read here:\")\n",
" print(\"\u001b[1;32mIf 'Error 403' shows instead, click the stop button twice until 'Gradio UI interrupted' message shows up, then read here: https://github.com/etherealxx/volatile-concentration-localux-colab/blob/main/error403guide.md\")\n",
" print('\u001b[0m')\n",
" vclcolab.launch(server_port=tryport)\n",
" break\n",
Expand Down Expand Up @@ -320,7 +322,7 @@
{
"cell_type": "markdown",
"source": [
"(If you got 'Error 404' when the big orange button is supposed to shows up, visit here:)"
"(If you got 'Error 403' when the big orange button is supposed to shows up, read [here](https://github.com/etherealxx/volatile-concentration-localux-colab/blob/main/error403guide.md) for the fix)"
],
"metadata": {
"id": "ZGlOpxFdEIB5"
Expand Down

0 comments on commit 6f78743

Please sign in to comment.