Skip to content

thegeniverse/geniverse

Repository files navigation

The Geniverse API

Join Geniverse Discord Server

   ______           _                         
  / ____/__  ____  (_)   _____  _____________ 
 / / __/ _ \/ __ \/ / | / / _ \/ ___/ ___/ _ \
/ /_/ /  __/ / / / /| |/ /  __/ /  (__  )  __/
\____/\___/_/ /_/_/ |___/\___/_/  /____/\___/ 
                                              
Generate art from text and images with 3 lines.

Text prompt: "A snake eating itself" --- by Victor

Install

pip install geniverse

Usage

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 :)

Models

So far we have adapted to our pipeline the following models:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published