noryev / module-sdxl

Example of the Lilypad Module Stable Diffusion SDXL 0.9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDXL v0.9 in Docker 🐋

export HUGGINGFACE_TOKEN=<my huggingface token>
docker build -t sdxl:v0.9 --build-arg HUGGINGFACE_TOKEN=$HUGGINGFACE_TOKEN .
mkdir -p outputs
docker run -ti --gpus all \
    -v $PWD/outputs:/outputs \
    -e OUTPUT_DIR=/outputs/ \
    -e PROMPT="an astronaut riding an orange horse" \
    sdxl:v0.9

Will overwrite outputs/image0.png each time.

About

Example of the Lilypad Module Stable Diffusion SDXL 0.9


Languages

Language:Python 71.1%Language:Dockerfile 28.9%