Skip to content

Commit bb3b014

Browse files
committed
updated docs
1 parent 72c05f3 commit bb3b014

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

packages/diffusion/stable-diffusion-webui/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

88
* stable-diffusion-webui from https://github.com/AUTOMATIC1111/stable-diffusion-webui (found under `/opt/stable-diffusion-webui`)
99
* with TensorRT extension from https://github.com/AUTOMATIC1111/stable-diffusion-webui-tensorrt
10-
* see the tutorial on the [**Jetson Generative AI Playground**](https://nvidia-ai-iot.github.io/jetson-generative-ai-playground/tutorial_diffusion.html)
1110

11+
> [!IMPORTANT]
12+
> Follow the tutorial on the [**Jetson Generative AI Playground**](https://nvidia-ai-iot.github.io/jetson-generative-ai-playground/tutorial_diffusion.html)
1213
1314
This container has a default run command that will automatically start the webserver like this:
1415

@@ -47,10 +48,10 @@ Stable Diffusion XL
4748
| :-- | :-- |
4849
|    Builds | [![`stable-diffusion-webui_jp51`](https://img.shields.io/github/actions/workflow/status/dusty-nv/jetson-containers/stable-diffusion-webui_jp51.yml?label=stable-diffusion-webui:jp51)](https://github.com/dusty-nv/jetson-containers/actions/workflows/stable-diffusion-webui_jp51.yml) |
4950
|    Requires | `L4T >=34.1.0` |
50-
|    Dependencies | [`build-essential`](/packages/build-essential) [`python`](/packages/python) [`numpy`](/packages/numpy) [`cmake`](/packages/cmake/cmake_pip) [`onnx`](/packages/onnx) [`pytorch`](/packages/pytorch) [`torchvision`](/packages/pytorch/torchvision) [`huggingface_hub`](/packages/llm/huggingface_hub) [`rust`](/packages/rust) [`bitsandbytes`](/packages/llm/bitsandbytes) [`transformers`](/packages/llm/transformers) [`xformers`](/packages/llm/xformers) [`pycuda`](/packages/pycuda) [`opencv`](/packages/opencv) |
51+
|    Dependencies | [`build-essential`](/packages/build-essential) [`python`](/packages/python) [`numpy`](/packages/numpy) [`cmake`](/packages/cmake/cmake_pip) [`onnx`](/packages/onnx) [`pytorch`](/packages/pytorch) [`torchvision`](/packages/pytorch/torchvision) [`huggingface_hub`](/packages/llm/huggingface_hub) [`rust`](/packages/rust) [`bitsandbytes`](/packages/llm/bitsandbytes) [`auto_gptq`](/packages/llm/auto_gptq) [`transformers`](/packages/llm/transformers) [`xformers`](/packages/llm/xformers) [`pycuda`](/packages/pycuda) [`opencv`](/packages/opencv) |
5152
|    Dependants | [`l4t-diffusion`](/packages/l4t/l4t-diffusion) |
5253
|    Dockerfile | [`Dockerfile`](Dockerfile) |
53-
| &nbsp;&nbsp;&nbsp;Images | [`dustynv/stable-diffusion-webui:r35.2.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) `(2023-09-02, 6.7GB)`<br>[`dustynv/stable-diffusion-webui:r35.3.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) `(2023-08-29, 6.8GB)`<br>[`dustynv/stable-diffusion-webui:r35.4.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) `(2023-08-29, 6.8GB)` |
54+
| &nbsp;&nbsp;&nbsp;Images | [`dustynv/stable-diffusion-webui:r35.2.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) `(2023-09-11, 6.8GB)`<br>[`dustynv/stable-diffusion-webui:r35.3.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) `(2023-09-07, 6.8GB)`<br>[`dustynv/stable-diffusion-webui:r35.4.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) `(2023-08-29, 6.8GB)` |
5455
| &nbsp;&nbsp;&nbsp;Notes | disabled on JetPack 4 |
5556

5657
</details>
@@ -61,8 +62,8 @@ Stable Diffusion XL
6162

6263
| Repository/Tag | Date | Arch | Size |
6364
| :-- | :--: | :--: | :--: |
64-
| &nbsp;&nbsp;[`dustynv/stable-diffusion-webui:r35.2.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) | `2023-09-02` | `arm64` | `6.7GB` |
65-
| &nbsp;&nbsp;[`dustynv/stable-diffusion-webui:r35.3.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) | `2023-08-29` | `arm64` | `6.8GB` |
65+
| &nbsp;&nbsp;[`dustynv/stable-diffusion-webui:r35.2.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) | `2023-09-11` | `arm64` | `6.8GB` |
66+
| &nbsp;&nbsp;[`dustynv/stable-diffusion-webui:r35.3.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) | `2023-09-07` | `arm64` | `6.8GB` |
6667
| &nbsp;&nbsp;[`dustynv/stable-diffusion-webui:r35.4.1`](https://hub.docker.com/r/dustynv/stable-diffusion-webui/tags) | `2023-08-29` | `arm64` | `6.8GB` |
6768

6869
> <sub>Container images are compatible with other minor versions of JetPack/L4T:</sub><br>

packages/diffusion/stable-diffusion-webui/docs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
* stable-diffusion-webui from https://github.com/AUTOMATIC1111/stable-diffusion-webui (found under `/opt/stable-diffusion-webui`)
55
* with TensorRT extension from https://github.com/AUTOMATIC1111/stable-diffusion-webui-tensorrt
6-
* see the tutorial on the [**Jetson Generative AI Playground**](https://nvidia-ai-iot.github.io/jetson-generative-ai-playground/tutorial_diffusion.html)
76

7+
> [!IMPORTANT]
8+
> Follow the tutorial on the [**Jetson Generative AI Playground**](https://nvidia-ai-iot.github.io/jetson-generative-ai-playground/tutorial_diffusion.html)
89
910
This container has a default run command that will automatically start the webserver like this:
1011

0 commit comments

Comments
 (0)