👋Welcome to ImaginePy

ImaginePy is reversed API for AI Image Generation.

Overview

  • 🎨 Turn words into art

  • 👓 Choose from an array of art styles

  • 🔧 Adjust your masterpiece with creative controls!

  • 📦 Stay ahead of the game with the ever-growing art library!

  • 🌇 Generate wallpapers

  • 🔎 Discover and explore similar artistic designs

  • This is refactored and improved version of the original from hyugogirubato

Installation

pip install imaginepy

From source code

The following steps are instructions on download, preparing, and running the code under a Venv environment. You can skip steps 3-5 with a simple python setup.py install call instead, but you miss out on a wide array of benefits.

  1. git clone https://github.com/ItsCEED/ImaginePy-Midjourney-Free-Alternative

  2. cd ImaginePy-Midjourney-Free-Alternative

  3. python -m venv env

  4. source env/bin/activate

  5. python setup.py install

As seen in Step 5, running the imaginepy executable is somewhat different from a normal PIP installation. See Venv's Docs on various ways of making calls in the virtual-environment.

Last updated