Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Midjourney API
|
2 |
+
|
3 |
+
**Model Page:** [Midjourney API](https://www.cometapi.com/midjourney-api/)
|
4 |
+
|
5 |
+
This model card illustartes the steps to use Midjourney API's endpoint. You can also check out other model cards:
|
6 |
+
|
7 |
+
**Model Information**
|
8 |
+
|
9 |
+
Renowned for its exceptional text-to-image generative AI capabilities, Midjourney is a preferred tool among graphic designers, photographers, and creatives aiming to explore AI-driven artistry. Despite the absence of an official API from Midjourney, CometAPI has introduced the unofficial Midjourney API, empowering developers to incorporate this cutting-edge text-to-image model into their AI applications.
|
10 |
+
|
11 |
+
## Usage Steps
|
12 |
+
|
13 |
+
Below we share the code snippets on how to use Midjourney API's upscale endpoint.
|
14 |
+
|
15 |
+
- The programming language is Python
|
16 |
+
- The origin task ID should be the task ID of the fetched imagine endpoint
|
17 |
+
|
18 |
+
Getting started with MidJourney V7 is very simple—just add the `--v 7` parameter at the end of your prompt. This simple command tells CometAPI to use the latest V7 model to generate your image.
|