
Creative Mind
Description
Unleash your imagination with Creative Mind, transforming text prompts into stunning visual art.
Details
https://gpt-4dall-e.pranavbhatt402.repl.co/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Creative Mind",
"name_for_model": "creativemind",
"description_for_human": "Unleash your imagination with Creative Mind, transforming text prompts into stunning visual art.",
"description_for_model": "Help the user generate images based on text prompts. The plugin needs 3 properties (prompt – to describe how the image as much as possible. Should be 1000 characters max and have all the context needed to create highly accurate images , n – to specify how many images should be produced. Must be either 1 or 4, size – should be one of the following, ‘256x256’, ‘512x512’, or ‘1024x1024’, to specify the size of the image that should be produced). Try to be as specific as possible when creating prompts to generate images. Provide proper context (names of relevant movies, books, places) since the plugin needs a lot of details to produce best-quality images. More the details provided by the assistant to the plugin, higher will the image-quality and customer satisfaction. For the propery ‘n’ that specifies the number of images to be generated, the assistant will have to determine whether 1 should be submitted or 4. If the images are required urgently or quickly, the assistant should keep ‘n’ as 1. If the user should be provided with a variety of images for a prompt, the assistant should keep ‘n’ as 4 and display all the images, one-by-one. To display only one image the assistant will have to use the syntax '' to properly display the image in the chat to the user. To display all 4 images, the assistant will have to use the syntax ' ,  ,  ,  ' to properly display all 4 images one-by-one in the chat to the user. Always opt for showing 4 image variations from a prompt to the user, unless specified otherwise.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://gpt-4dall-e.pranavbhatt402.repl.co/.well-known/openapi.yaml"
},
"logo_url": "https://github.com/Pranav-Bha-tt/GPT-4-Creative-Mind/raw/d7bbf81ff2acad4a8a2f8325a122a06b3b09a65d/GPT-4_Plugin_Logo.png",
"contact_email": "pranavcodespresso@gmail.com",
"legal_info_url": "https://docs.google.com/document/d/1jgWVrvg_bpEMGd3Cuqno4eB8CTxTd_CgDgB5_3e6nkU/edit?usp=sharing",
"examples": [
{
"prompt": "Can you show me how Hercules looks like?",
"response": "Sure, let me generate that for you. [Assistant to=creativemindv2.generateImage] {\"prompt\": \"Generate an image of Hercules, a character from Greek mythology. He should be a muscular, Caucasian male in his 30s with a well-defined, robust physique, standing about 6.5 feet tall. He should have short, curly, dark brown hair and a clean-shaven face. His eyes should be a striking blue color, full of determination. He should be wearing a lion's skin draped over his shoulders, symbolizing the Nemean lion he slew, with the lion's head acting as a hood resting on his head. His attire underneath should be a simple, knee-length, ancient Greek tunic in a natural cream color. He should be holding a large wooden club in his right hand, another symbol of his strength. The backdrop should be a rocky, mountainous terrain, under a clear, blue sky, to highlight his connection with heroic deeds and his godly lineage.\", \"n\": \"4\", \"size\": \"1024x1024\"}"
},
{
"prompt": "Generate a realistic image of a futuristic city at night.",
"response": "Alright, generating an image of a futuristic city at night. [Assistant to=creativemindv2.generateImage] {\"prompt\": \"Generate a high-resolution, realistic image of a futuristic cityscape at night. The city should stretch into a vibrant, cloudless, star-studded sky, with multiple skyscrapers dominating the foreground. These buildings should incorporate elements of sustainable architecture like green roofs and vertical gardens. Visible among the buildings are neon signs, holographic billboards, and interconnected skybridges. Traffic includes self-driving cars on layered highways, and drones fill the air. A large, glass-domed structure is at the city's heart, filled with trees, depicting a lush green park. All light sources - street lights, building lights, vehicle lights - should emit a bioluminescent glow, casting a serene yet lively ambiance over the city. The reflection of the city's lights shimmer on a nearby body of water.\", \"n\": \"4\", \"size\": \"1024x1024\"}"
},
{
"prompt": "Mr. Bean eating an ice-cream which has Earth as a topping",
"response": "Alright, generating an image of a futuristic city at night. [Assistant to=creativemindv2.generateImage] {\"prompt\": \"Generate an image depicting Mr. Bean, characterized by his typical brown tweed jacket, red tie, and his unique facial expressions. He should be sitting at a brightly colored ice cream parlor, under a white and yellow striped umbrella, during the day. Mr. Bean is excitedly preparing to eat a large vanilla ice-cream cone he's holding in his right hand. The ice cream scoop should look like a 3D miniature version of Earth, complete with blue oceans, green and brown continents, and white clouds, clearly identifiable as Earth. The rest of the cone is filled with other standard ice cream flavors such as strawberry and chocolate, visible below the Earth topping. Ensure Mr. Bean's classic childlike wonder is reflected in his eyes and smile as he looks at the Earth-topped ice cream.\", \"n\": \"4\", \"size\": \"1024x1024\"}"
}
]
}
https://gpt-4dall-e.pranavbhatt402.repl.co/.well-known/openapi.yaml
openapi: 3.0.1
info:
title: Image Generator Plugin
description: A plugin that allows the user to generate images using DALL·E based on text prompts using ChatGPT.
version: 'v1'
servers:
- url: https://gpt-4dall-e.pranavbhatt402.repl.co
paths:
/generate:
post:
operationId: generateImage
summary: Generate an image based on a text prompt
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/GenerateRequest'
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/GenerateResponse'
"400":
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
components:
schemas:
GenerateRequest:
type: object
properties:
prompt:
type: string
description: The text prompt for image generation
n:
type: integer
description: The number of images to be generated. Must be either 1 or 4.
size:
type: string
description: The size of the generated images. Must be one of "256x256", "512x512", or "1024x1024".
GenerateResponse:
type: object
properties:
image_url:
type: array
items:
type: string
description: The URLs of the generated images in a list format. Assistant will have to use the syntax "" to properly display one image in the chat to the user, or " ,  ,  , " to display all four images one by one.
Error:
type: object
properties:
error:
type: string
description: The error message
Discover other plugins from the text to image category

ASCII Art
Convert any text to ASCII art.
0 Comments

QuickChart Plugin
Plugin for generating charts and QR codes.
1 Comments

Screenshot by Urlbox
Render HTML to an image or ask to see the web page of any URL or organisation.
0 Comments

DALL-E App
Generate images using DALL·E
0 Comments

Prompt Perfect
Type 'perfect' to craft the perfect prompt, every time.
0 Comments

Screenshots by ScreenshotOne
Take screenshots of any website or organization, render HTML, or Markdown as an image or PDF.
0 Comments

ArtCollection
Search through millions of art pieces from The Metropolitan Museum of Art.
0 Comments

Create a QR code
Create a QR code for any text or url.
0 Comments

GIF Search
Search through a wide range of gifs - Powered by Giphy.
0 Comments

WebRewind
Get the picture of a website at a specific date.
0 Comments

Space Photo Explorer
Tool for exploring space through images including Mars Rover Photos, NASA image database, and space pictures of the day.
0 Comments

daigr.am
Build great looking charts and graphs.
0 Comments

Astrodaily
Search and discover NASA images.
0 Comments

Diagrams
Create and display diagrams from kroki.io or using networkx and matplotlib.
0 Comments

NASA Media Explorer
Discover and learn about space exploration using NASA's vast media library!
0 Comments

Screenshot by Urlbox
Render HTML to an image or ask to see the web page of any URL or organisation.
0 Comments

Photorealistic
Generate Photorealistic prompts for Midjourney.
0 Comments

Image Prompt Enhancer
Transform your ideas into complex, personalized image generation prompts.
0 Comments

WordCloud
Create word cloud images from text.
0 Comments

Skrive
Envision your concepts through Diagrams. This tool allows you to create and modify diagrams within the chat interface.
0 Comments

ImageSearch
Discover complimentary images to enhance your generated article or to highlight specific paragraphs from Unsplash.
0 Comments
Charts by Kesem AI
Generate charts. The user can request a chart to be generated.
0 Comments
Mermaid Chart
Visualize Mermaid Diagrams and fine-tune them in the Mermaid Chart editor.
0 Comments

MixerBox PhotoMagic
Enhance photo resolution magically! Achieve clearer & more detailed visuals for your images!
0 Comments

Whimsical
Create mindmaps and diagrams.
0 Comments

Spirify QR Code
QR Code generator for text or URLs. It's a general-purpose tool that also enables QR code puzzle games with AI.
0 Comments

Color Palette
Craft vibrant palettes from your ideas.
0 Comments

Eraser
Generate diagrams from code or natural language.
0 Comments

MixerBox ImageGen
Generate AI Images via DALL·E 2! Create perfect prompts for Midjourney & Stable Diffusion pictures!
0 Comments

Draw
Bring your ideas to life with diagrams. Craft, manage, and engage with your creations in a whole new way.
0 Comments

Argil AI
Generate images without learning how to prompt.
0 Comments

QR Codes
Create QR codes.
0 Comments

MixerBox QR
Create stunning AI-generated QR code images instantly! Make your QR code leave a lasting impression!
0 Comments

SuperStock Fine Art
Returns a set of URLs to examples of fine art requested by user.
0 Comments