Skip to content

Liberty3000/creative-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creative-tools

torch torchvision neptune

Installation

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 .

Toolkit

t2i text-to-image generation

An extensible command line utility for text-to-image creation, animation and enhancement.

VQLIPSE

CLIP-guided image synthesis with VQGAN.

python -m t2i.vqlipse --prompt=$PROMPT

VQLIPSE

BigSleep

CLIP-guided image synthesis with BigGAN.

python -m t2i.bigsleep --prompt=$PROMPT

BigSleep

ruDALL-E

Autoregressive image synthesis with 🇷🇺 DALL-E.

python -m t2i.rudalle  --prompt=$PROMPT

ruDALL-E

Latent Diffusion

Diffusion-based image synthesis with Latent Diffusion.

python -m t2i.latent_diffusion --prompt=$PROMPT

Latent Diffusion

About

A toolkit for generative modeling and creative synthesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages