Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

geniverse

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geniverse

Open-source library for guiding generative AI models.

  • 0.1.10
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc