yuxiang-gao / midjourney-api

Repository from Github https://github.comyuxiang-gao/midjourney-apiRepository from Github https://github.comyuxiang-gao/midjourney-api

midjourney-api (WIP)

Self-hostable unofficial API for Midjourney Discord bot

Quickstart

  1. Make a copy of .env.template and fill in the necessary credentials.

    cp .env.template .env
    vim .env 
  2. Build and run the compose file, this will spin up a redis service (for task queue), a FastAPI server, and an ARQ worker.

    docker compose up --build

Credit

https://github.com/yokonsan/midjourney-api

About


Languages

Language:Python 96.2%Language:Dockerfile 3.8%