git clone git@github.com:Liberty3000/creative-tools.git
cd creative-tools/
virtualenv env .
source env/bin/activate
pip install -r requirements.txt
pip install -e .
An extensible command line utility for text-to-image creation, animation and enhancement.
CLIP-guided image synthesis with VQGAN.
python -m t2i.vqlipse --prompt=$PROMPT
CLIP-guided image synthesis with BigGAN.
python -m t2i.bigsleep --prompt=$PROMPT
Autoregressive image synthesis with 🇷🇺 DALL-E.
python -m t2i.rudalle --prompt=$PROMPT
Diffusion-based image synthesis with Latent Diffusion.
python -m t2i.latent_diffusion --prompt=$PROMPT