Deploy on Banana for fast, affordable, and easy deployment of Openjourney. Get results fast with our user-friendly interface, unbeatable pricing and speed. Click the button above to deploy this model now!


Readme


INPUT

{
  "prompt": "retro serie of different cars with different colors and shapes, mdjrny-v4 style",
  "negative": "",
  "num_inference_steps": 50,
  "guidance_scale": 7.5
}

OUTPUT

{
  "image_base64": "<BASE64_STRING>"
}

CODE SNIPPETS


import banana_dev as banana

model_inputs = {
  "prompt": "retro serie of different cars with different colors and shapes, mdjrny-v4 style",
  "negative": "",
  "num_inference_steps": 50,
  "guidance_scale": 7.5
}

api_key = "YOUR_API_KEY"
model_key = "YOUR_MODEL_KEY"

# Run the model
out = banana.run(api_key, model_key, model_inputs)

logo