Craiyon AI Image Creator (DALL·E mini)
Pay $9.99 for 1,000 images
Craiyon AI Image Creator (DALL·E mini)
Pay $9.99 for 1,000 images
Craiyon AI Image Creator is an Apify actor that generates AI images from prompts. Users can exclude unwanted elements, select generation types (Photo, Drawing, Vector), choose aspect ratios (Square, Portrait, Landscape). It offers fast and customizable image creation with concurrent request handling
Craiyon AI Image Creator
This Apify actor generates AI images using the Craiyon. It allows you to create multiple images from text prompts with various customization options.
Features
- Generate AI images from text descriptions
- Exclude unwanted elements from generated images
- Choose from multiple model types (Automatic, Photo, Drawing, Vector)
- Select different aspect ratios (Square, Portrait, Landscape)
- Concurrent request handling for faster generation
Usage
- Run this actor in the Apify console
- Provide the desired inputs:
- Prompts: List of text descriptions for image generation
- Things to exclude: Elements you want to exclude from the images
- Generation Type: Select the type of image to generate
- Image Size: Choose the aspect ratio
- Concurrent Requests: Set the number of simultaneous requests
- Proxy Configuration: Configure proxy settings for better reliability
Example Input
1{ 2 "excludeList": "green", 3 "prompts": [ 4 "A beautiful sunset over the mountains", 5 "A futuristic cityscape" 6 ], 7 "generationType": "type_1", 8 "imageSize": "size_1", 9 "concurrentRequests": 25, 10 "proxyConfiguration": { 11 "useApifyProxy": true, 12 "groups": [ 13 "RESIDENTIAL" 14 ] 15 } 16}
Output
The generated images and their metadata are saved to the Apify dataset. The output includes:
prompt
: The text description used to generate the imageexclude_list
: Elements that were excluded from the generationimage_url
: URL of the generated image
Example Output
1[ 2 { 3 "prompt": "A beautiful sunset over the mountains", 4 "exclude_list": "green", 5 "image_url": "https://img.craiyon.com/2025-01-14/PalSpeqIQfqDQgE1oz37Yg.webp" 6 }, 7 { 8 "prompt": "A beautiful sunset over the mountains", 9 "exclude_list": "green", 10 "image_url": "https://img.craiyon.com/2025-01-14/mLAwN3HaReeXvwrNyR23kw.webp" 11 }, 12 { 13 "prompt": "A futuristic cityscape", 14 "excludeList": "green", 15 "image_url": "https://img.craiyon.com/2025-01-14/7YhUvLMQTcyBxued18UNcQ.webp" 16 }, 17 { 18 "prompt": "A futuristic cityscape", 19 "excludeList": "green", 20 "image_url": "https://img.craiyon.com/2025-01-14/OMkpSRdgQPmiG0mio9e3PQ.webp" 21 } 22]
Notes
- The actor uses Craiyon v4 Beta for image generation
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 20 hours ago