diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-22 12:26:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 12:26:23 +0000 |
commit | 2e9289bcbf944b378187a52f7db123a904bef355 (patch) | |
tree | ffc162b96901a9afc5639e35bdb8fda6fc8cb6a0 /README.md | |
parent | 7fd0ccdffca18fbae2d579f23fb35f3a15232a99 (diff) | |
parent | 7d94e5f33b700e86fae9bd9cb842f51fe422d175 (diff) | |
download | stable-diffusion-webui-gfx803-2e9289bcbf944b378187a52f7db123a904bef355.tar.gz stable-diffusion-webui-gfx803-2e9289bcbf944b378187a52f7db123a904bef355.tar.bz2 stable-diffusion-webui-gfx803-2e9289bcbf944b378187a52f7db123a904bef355.zip |
Merge pull request #12722 from ravi9/intel-readme
Update README.md with install instructions on Intel CPUs, GPUs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -78,7 +78,7 @@ A browser interface based on Gradio library for Stable Diffusion. - Clip skip
- Hypernetworks
- Loras (same as Hypernetworks but more pretty)
-- A sparate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
+- A separate UI where you can choose, with preview, which embeddings, hypernetworks or Loras to add to your prompt
- Can select to load a different VAE from settings screen
- Estimated completion time in progress bar
- API
@@ -93,7 +93,10 @@ A browser interface based on Gradio library for Stable Diffusion. - Reorder elements in the UI from settings screen
## Installation and Running
-Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
+Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for:
+- [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended)
+- [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
+- [Intel CPUs, Intel GPUs (both integrated and discrete)](https://github.com/openvinotoolkit/stable-diffusion-webui/wiki/Installation-on-Intel-Silicon) (external wiki page)
Alternatively, use online services (like Google Colab):
|