https://github.com/iomz/docker-diffusers-jetson
Simple docker image for Diffusers on Jetson devices
https://github.com/iomz/docker-diffusers-jetson
diffusers docker docker-compose jetpack jetson-xavier l4t stable-diffusion
Last synced: 20 days ago
JSON representation
Simple docker image for Diffusers on Jetson devices
- Host: GitHub
- URL: https://github.com/iomz/docker-diffusers-jetson
- Owner: iomz
- License: unlicense
- Created: 2022-11-13T16:38:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T17:32:22.000Z (over 3 years ago)
- Last Synced: 2025-12-01T16:22:30.648Z (5 months ago)
- Topics: diffusers, docker, docker-compose, jetpack, jetson-xavier, l4t, stable-diffusion
- Language: Python
- Homepage: https://iomz.github.io/blog/docker-diffusers-jetson
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-diffusers-jetson
---
[Diffusers](https://github.com/huggingface/diffusers) for NVIDIA Jetson with the [NVIDIA L4T PyTorch] container.
See my post: https://iomz.github.io/blog/docker-diffusers-jetson
# Synopsis
1. Clone this repo.
```sh
git clone https://github.com/iomz/docker-diffusers-jetson
```
2. Clone a model from Huging Face (e.g., runwayml/stable-diffusion-v1-5)
```sh
mkdir -p docker-diffusers-jetson/models && cd $_
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
```
3. Try the txt2img
```sh
docker-compose run --rm txt2img --model models/stable-diffusion-v1-5 "abandoned building in forest with beautiful glass windows"
```