Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.87 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.87 KB

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: