Skip to main content

Easy library for guiding generative AI models. Find your latent!

Project description

The Geniverse API

Open source library to access and utilize generative AI models.

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:

  • VQGAN
  • Aphantasia
  • Mini-Dalle

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geniverse-0.1.2.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

geniverse-0.1.2-py3-none-any.whl (22.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page