Skip to content

iomz/docker-diffusers-jetson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-diffusers-jetson

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.
git clone https://github.com/iomz/docker-diffusers-jetson
  1. Clone a model from Huging Face (e.g., runwayml/stable-diffusion-v1-5)
mkdir -p docker-diffusers-jetson/models && cd $_
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
  1. Try the txt2img
docker-compose run --rm txt2img --model models/stable-diffusion-v1-5 "abandoned building in forest with beautiful glass windows"