SkillAgentSearch skills...

Stable Diffusor Docker Text2image

No description available

Install / Use

npx skills add JustinGuese/stable-diffusor-docker-text2image

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated3y ago
Forks41

Languages

Python

Security Score

55/100

Audited on Jun 12, 2023

No findings