Skip to content

chrisbabsek/stable-diffusor-docker-text2image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized https://github.com/CompVis/stable-diffusion

needs to run the command a little different to activate docker:

conda run -n ldm /bin/bash -c "python scripts/txt2img.py --prompt 'talking chicken nuggets being scared to be eaten' --plms --ckpt sd-v1-4.ckpt --skip_grid --n_samples 1"

usage

  1. Connect to machine

docker run -v ./images:/app/stable-diffusion/output/ --rm -it --entrypoint bash guestros/stable-duffusion:weights-1.4

  1. execute the command as stated at stable-diffusion inside conda run

conda run -n ldm /bin/bash -c "python scripts/txt2img.py --prompt 'talking chicken nuggets being scared to be eaten' --plms --ckpt sd-v1-4.ckpt --skip_grid --n_samples 1"

  1. images will show up locally in the "image" folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • Dockerfile 2.8%