Text-to-Image Prompt Generator for Diffusion Models
This API will help you get varied prompts for Text-to-Image Diffusion models such as Stable Diffusion-based online services. I tried to replicate the wildcard approach I use in Automatic1111 to easily get thousands of images to browse afterwards and refine the better ones. Basically the idea is that if you ask for a human character for example, you ask for a woman/man, with /eyecolor/ eyes,…
Text-to-Image Prompt Generator for Diffusion Models endpoints
| Method | Endpoint | Description |
|---|---|---|
| Full Prompts | ||
| GET |
Full Female Character Prompt /getFullFemaleCharacterPrompt |
Get a full prompt for a female character. This combines other endpoints, please see the docs for details. |
| GET |
Full Male Character Prompt /getFullMaleCharacterPrompt |
Get a full prompt for a male character. This combines other endpoints, please see the docs for details. |
| GET |
Full Female Character Prompt (possible Nsfw) /getFullNsfwFemaleCharacterPrompt |
Get a full prompt for a female character, with less restrictions. This combines other endpoints, please see the docs for details. |
| GET |
Full Male Character Prompt (possible Nsfw) /getFullNsfwMaleCharacterPrompt |
Get a full prompt for a male character, with less restrictions. This combines other endpoints, please see the docs for details. |
| GET |
Full Random Prompt for Anything /getFullRandomPrompt |
Get a full prompt for a random subject. This combines other endpoints, please see the docs for details. |
| GET |
Full Random Prompt for Anything (possible Nsfw) /getFullRandomPromptWithPossibleNsfw |
Get a full prompt for a random subject, Nsfw included. This combines other endpoints, please see the docs for details. |
| GET |
Random Prompt from CivitAI.com /getTotallyRandomPromptFromCivitAI |
Get a random prompt extracted from a database of 80k+ images posted on CivitAI.com. Very very random. Very very unsafe and likely to produce explicitly Nsfw prompts. Please see… |
| Prompt parts | ||
| GET |
Color /getColor |
Get a random color |
| GET |
Location /getLocation |
Get a random location or setting |
| GET |
Landmark /getLandmark |
Get a random famous location |
| GET |
Landscape /getLandscape |
Get a random landscape or scenery |
| GET |
Character Pose /getPose |
Get a random pose |
| GET |
Objects and Machines /getObject |
Get a random stuff (mostly buildings, machines or objects) |
| GET |
Vehicle /getVehicle |
Get a random vehicle |
| GET |
Profession or Status /getProfession |
Get a random profession or status (fictional or real) |
| GET |
Camera model /getCamera |
Get a random camera model |
| GET |
Artist /getArtist |
Get a random artist's name |
| GET |
Photographer /getPhotographer |
Get a random photographer's name |
| GET |
Style Modifier /getStyleModifier |
Get a random style-modifying word or expression |
| GET |
Light Modifier /getLightingModifier |
Get a random light-modifying word or expression |
| GET |
Beauty Adjective /getBeautyAdjective |
Get a random adjective that implies some sort of beauty or is at least positive |
| GET |
Quality Adjective /getQualityAdjective |
Get a random adjective that implies some sort of image quality or is at least positive |
| GET |
Animal /getAnimal |
Get a random animal |
| GET |
Creature (mostly fantastic) /getFantasticalCreature |
Get a random fantastical creature |
| GET |
Female Portrait /getCharacterPortraitFemale |
Get a random description of a woman's face, including eyes color, hair color, haircut, and possibly a beauty-adjective and/or a nationality and/or an expression |
| GET |
Male Portrait /getCharacterPortraitMale |
Get a random description of a man's face, including eyes color, hair color, haircut, facial hair and possibly a beauty-adjective and/or a nationality and/or an expression |
| GET |
Female Attire /getFemaleAttire |
Get a random description of a woman's attire, more or less detailed, with possibly colors |
| GET |
Male Attire /getMaleAttire |
Get a random description of a man's attire, more or less detailed, with possibly colors |
| GET |
Female Character Full Body /getCharacterFemale |
combines the `/getCharacterPortraitFemale` and `/getFemaleAttire` endpoints and possibly adds a random pose |
| GET |
Male Character Full Body /getCharacterMale |
combines the `/getCharacterPortraitMale` and `/getMaleAttire` endpoints and possibly adds a random pose |
| GET |
Nsfw Pose /getNsfwPose |
get a random 'suggestive' pose |
| GET |
Nsfw Female Attire /getNsfwFemaleAttire |
get a random woman's attire, without restrictions on Nsfw clothing |
| GET |
Nsfw Male Attire /getNsfwMaleAttire |
get a random man's attire, without restrictions on Nsfw clothing |
| GET |
Nsfw Female Character /getNsfwCharacterFemale |
combines the `/getCharacterPortraitFemale` and `/getNsfwFemaleAttire` endpoints and possibly adds a `/getNsfwPose` pose |
| GET |
Nsfw Male Character /getNsfwCharacterMale |
combines the `/getCharacterPortraitMale` and `/getNsfwMaleAttire` endpoints and possibly adds a `/getNsfwPose` pose |
Text-to-Image Prompt Generator for Diffusion Models pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $2.99 / month | 3 / second |
|
| ULTRA Recommended | $4.99 / month | 30 / second |
|
| MEGA | $14.99 / month | — |
|