Adds stable unCLIP variations which creates different versions of an existing image with a text prompt:
./build.sh run --model 'stabilityai/stable-diffusion-2-1-unclip-small' \
--image parakeet_eating_spaghetti.png \
--prompt 'An impressionist painting of a parakeet eating spaghetti in the desert'
Also adds VAE slicing to lower memory use when generating batches of images:
Adds stable unCLIP variations which creates different versions of an existing image with a text prompt:
Also adds VAE slicing to lower memory use when generating batches of images:
Other changes:
torch
to 2.0.0,transformers
to 4.28.1,diffusers
to 0.15.0, andxformers
to 0.0.17diffusers
pipelines