SDXL support branch made default, closes #7

master
klimaleksus 2024-03-22 00:21:09 +05:00 committed by GitHub
parent 8e4dc7391e
commit 84f856ca29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
**Latest update:** SDXL support! Currently in separete [sdxl](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge/tree/sdxl) branch. To enable it, either: **Latest update:** [SDXL support branch](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge/tree/sdxl) is default now. To use it, just remove and reinstall the extension.
- Remove the extension by deleting its folder, then install it by URL but type `sdxl` to `Specific branch name` input box; or
- Open the console in the extension directory and execute `git pull && git checkout sdxl`, then restart WebUI; or To return to this old master branch (with no SDLX support), either:
- Download the new version of [embedding_merge.py](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge/raw/sdxl/scripts/embedding_merge.py) and replace the old one in the extension `scritps` directory (`/stable-diffusion-webui/extensions/stable-diffusion-webui-embedding-merge/scripts/`) - Remove the extension by deleting its folder, then install it by URL but type `master` to `Specific branch name` input box; or
- Open the console in the extension directory and execute `git pull && git checkout master`, then restart WebUI; or
- Download the new version of [embedding_merge.py](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge/raw/master/scripts/embedding_merge.py) and replace the old one in the extension `scritps` directory (`/stable-diffusion-webui/extensions/stable-diffusion-webui-embedding-merge/scripts/`)
### Discussion: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/7659 ### Discussion: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/7659