This is a ChatGPT based prompt generation model for MidJorney. The purpose of this model is to simplify the creation of images and increase their creativity. By introducing a partial hint, ChatGPT creates a follow-up that can be used to stimulate creativity and provide new ideas.
Project description
ChatGPT-MidJourney-prompt
This is a ChatGPT based prompt generation model for MidJourney. The purpose of this model is to simplify the creation of images and increase their creativity. By introducing a partial hint, ChatGPT creates a follow-up that can be used to stimulate creativity and provide new ideas.
What's new
24.03.2023
Create PyPi project. Update file structure, add api key authentication to ChatGPT. CLI-app and discord-bot will be available within a few days.
Installation
pip install chatGPTMidJourneyPrompt
Usage
from chatGPTMidJourneyPrompt.mjPrompt import PromptGenerator
# supported authorization methods: via email and password, via token, via api key
config = {
"email": "your_email",
"password": "your_password",
# or
"session_token": "your_session_token",
# or
"api_key": "your_api_key",
}
promptGenerator = PromptGenerator(config)
prompt = promptGenerator.V5("any text")
prompt = promptGenerator.V4("any text")
prompt = promptGenerator.niji("any text")
prompt = promptGenerator.testp("any text")
# or advanced usage if needed
promptConfig = {
"model": "artistic",
"type": "anime",
"renderer": "ray tracing",
"content": "character",
"aspect_ratio": "1:5",
"color": "red",
"url": "example image url",
}
prompt = promptGenerator.V5("any text", config=promptConfig, words=50)
More about config
All config properties
model | type | renderer | content | aspect_ratio | color | url |
---|---|---|---|---|---|---|
weights, artistic | anime, photorealistic, avatar, couple avatar | octane, unreal engine, ray tracing, mixed | character, landscape, object, light, particles | depends on the model | any | any |
Aspect ratios
V5 | V4 | niji | testp |
---|---|---|---|
any | 1:1, 1:2, 2:1, 2:3, 3:2, 4:5, 5:4, 4:7, 7:4, 16:9, 9:16 | 1:2, 2:1 | 2:3, 3:2 |
Model properties support
property | V5 | V4 | niji | testp |
---|---|---|---|---|
model | + | + | + | - |
type | + | + | - | - |
renderer | + | + | + | - |
content | + | + | + | - |
aspect_ratio | + | + | + | + |
color | + | + | + | - |
url | + | + | + | + |
Results
See more examples in my gallery
Short-weights model
prompt:
Sakura blossoms::5, pink flowers::4, Licorice plant::3, Japanese landscape::5, octane render::4, landscape desing::4, red::10, purple::10, , high quality photo::5, soft light::2, sharp-focus::3, hyper realism::4 --v 4 --s 1000 --q 5 --ar 16:9
prompt:
Stars::5, galaxy::4, space::5, , , , --v 4 --ar 3:2 --s 1000 --q 5 --ar 1:2
Artistic model
prompt:
Elven assassin with a masked face and intricate runes. Highly detailed photorealism showcases the intricate details of the mask and runic markings. Focused on the assassin's face, with a blurred background. The lighting is a blend of candlelight and twilight, adding a sense of mystery to the character. The style is a mix of ancient and fantasy. Resolution: --ar 16:9 --s 1000 --q 2 --upbeta --v 4
prompt:
An elven warrior girl wielding a sword, dressed in armor made of intricate metals and fabrics. She stands against a futuristic background with high-tech elements, rendered with the latest technologies. Focused, blurred background, full-body::5 soft light::1 high quality photo::1 --v 4 --ar 3:2 --s 1000 --q 5
Niji
prompt:
Stray dog::3, samurai::5, katana::5, dirt road::3, countryside::3, --niji --q 2
License
This project is licensed under the MIT License.
Acknowledgments
Thanks a lot to the development of AI and separately to ChatGPT for generating the Readme. And also acheong08 for creating ChatGPT.
Future
More advanced options for generating prompts
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file chatGPTMidJourneyPrompt-2.0.3.tar.gz
.
File metadata
- Download URL: chatGPTMidJourneyPrompt-2.0.3.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0f7bd70aa4cf080853ae00356e0b8202207eb299c34cd8be218d08805e4ea7 |
|
MD5 | 102e1577e90349c52acb8dfd2d059bf4 |
|
BLAKE2b-256 | ac795605eebc47fac069185440f966b4599d199d140112f3247a4912462d8d58 |
File details
Details for the file chatGPTMidJourneyPrompt-2.0.3-py3-none-any.whl
.
File metadata
- Download URL: chatGPTMidJourneyPrompt-2.0.3-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e357927f4000bc8cbfc9e7bd43df78b18b27b936928b7a76a6c46a7845d90a7 |
|
MD5 | 26c975939a06878b9179fb25e7421a06 |
|
BLAKE2b-256 | 272806f8495a3ed787b21ec2d284ec5c8a0148d2e9a86e2021471817a54e25c8 |