______ _
/ ____/__ ____ (_) _____ _____________
/ / __/ _ \/ __ \/ / | / / _ \/ ___/ ___/ _ \
/ /_/ / __/ / / / /| |/ / __/ / (__ ) __/
\____/\___/_/ /_/_/ |___/\___/_/ /____/\___/
Generate art from text and images with 3 lines.
Text prompt: "A snake eating itself" --- by Victor
pip install geniverse
With this example we can generate "a genierative universe"
using VQGAN
. The
result is a list of PIL images. Docs will be
released soon :)
from geniverse.models import TamingDecoder
taming_decoder = TamingDecoder()
image_list = taming_decoder.generate_from_prompt("a generative universe")
For now you can generate images from text prompts, interpolate and create infinite zooms with your results. More examples soon :)
So far we have adapted to our pipeline the following models: