Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
chore(webui): bump some version, fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Apr 11, 2023
1 parent f31049b commit b8d8ea7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ I have written a [notebook](./xformers_build.ipynb) to build xformers from sourc

## CHANGELOG

### 2023.4.10

- **stable_diffusion_1_5_webui.ipynb**
- Upgrade webui version
- Upgrade some extensions' version
- Change some extensions git url to original repo

### 2023.4.9

- **stable_diffusion_1_5_webui.ipynb**
Expand Down
8 changes: 4 additions & 4 deletions stable_diffusion_1_5_webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
" !pip install -q xformers==0.0.16 triton==2.0.0 -U\n",
" \n",
"\n",
"!git clone -b v2.0 https://github.com/camenduru/stable-diffusion-webui {rootDir}/stable-diffusion-webui\n",
"!git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui {rootDir}/stable-diffusion-webui\n",
"!wget https://raw.githubusercontent.com/camenduru/stable-diffusion-webui-scripts/main/run_n_times.py -O {rootDir}/stable-diffusion-webui/scripts/run_n_times.py\n",
"if deforumExtension:\n",
" !git clone https://github.com/deforum-art/deforum-for-automatic1111-webui {rootDir}/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui\n",
Expand All @@ -379,9 +379,9 @@
"if huggingFaceExtension:\n",
" !git clone https://github.com/camenduru/stable-diffusion-webui-huggingface {rootDir}/stable-diffusion-webui/extensions/stable-diffusion-webui-huggingface\n",
"if civitaiBrowserExtension:\n",
" !git clone -b v2.0 https://github.com/camenduru/sd-civitai-browser {rootDir}/stable-diffusion-webui/extensions/sd-civitai-browser\n",
" !git clone https://github.com/Vetchems/sd-civitai-browser {rootDir}/stable-diffusion-webui/extensions/sd-civitai-browser\n",
"if openPoseExtension:\n",
" !git clone https://github.com/camenduru/openpose-editor {rootDir}/stable-diffusion-webui/extensions/openpose-editor\n",
" !git clone https://github.com/fkunn1326/openpose-editor {rootDir}/stable-diffusion-webui/extensions/openpose-editor\n",
"if controlNetExtension:\n",
" !git clone https://github.com/Mikubill/sd-webui-controlnet {rootDir}/stable-diffusion-webui/extensions/sd-webui-controlnet\n",
"if additionalNetworksExtension:\n",
Expand Down Expand Up @@ -554,7 +554,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.11.1"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit b8d8ea7

Please sign in to comment.