mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Update block docs for: ideogram.md
This commit is contained in:
56
docs/content/platform/blocks/update/ideogram.md
Normal file
56
docs/content/platform/blocks/update/ideogram.md
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
## Ideogram Model Block
|
||||
|
||||
### What it is
|
||||
A specialized block that interfaces with Ideogram's AI image generation service to create custom images based on text descriptions.
|
||||
|
||||
### What it does
|
||||
Generates images from text prompts using Ideogram's advanced AI models, with options for customizing the image generation process and upscaling the results.
|
||||
|
||||
### How it works
|
||||
The block takes a text prompt and various customization parameters, sends them to Ideogram's API, and returns a URL containing the generated image. If upscaling is requested, it processes the image through an additional enhancement step.
|
||||
|
||||
### Inputs
|
||||
- Credentials: Ideogram API key required for authentication
|
||||
- Prompt: Text description of the image you want to generate
|
||||
- Image Generation Model: Choice of Ideogram's AI models (V2, V1, V1 Turbo, V2 Turbo)
|
||||
- Aspect Ratio: Image dimensions ratio (multiple options from 1:1 to 16:9)
|
||||
- Upscale Image: Option to enhance image resolution using AI
|
||||
- Magic Prompt Option: Setting for automatic prompt enhancement (Auto, On, Off)
|
||||
- Seed: Optional number for reproducible image generation
|
||||
- Style Type: Visual style preference (Auto, General, Realistic, Design, 3D Render, Anime)
|
||||
- Negative Prompt: Description of elements to exclude from the image
|
||||
- Color Palette Preset: Predefined color schemes (None, Ember, Fresh, Jungle, etc.)
|
||||
|
||||
### Outputs
|
||||
- Result: URL of the generated image
|
||||
- Error: Message explaining any issues that occurred during generation
|
||||
|
||||
### Possible use cases
|
||||
- Creating custom illustrations for a blog post
|
||||
- Generating concept art for a video game or film
|
||||
- Designing marketing materials with specific visual requirements
|
||||
- Producing consistent branded imagery with predefined color palettes
|
||||
- Creating architectural visualizations with specific style requirements
|
||||
- Generating product mockups with controlled aspect ratios
|
||||
- Developing storyboard frames for animation or film projects
|
||||
- Creating social media content with platform-specific aspect ratios
|
||||
|
||||
### Advanced Features
|
||||
1. Reproducible Generation:
|
||||
- Use the seed parameter to create consistent results across multiple generations
|
||||
- Useful for maintaining visual consistency in a series of images
|
||||
|
||||
2. Style Control:
|
||||
- Fine-tune the visual output using style presets
|
||||
- Combine with color palettes for branded content
|
||||
|
||||
3. Quality Enhancement:
|
||||
- AI upscaling for higher resolution outputs
|
||||
- Particularly useful for large-format printing or detailed digital displays
|
||||
|
||||
4. Flexible Output Formats:
|
||||
- Multiple aspect ratio options for different use cases
|
||||
- Suitable for various digital platforms and print media
|
||||
|
||||
Note: This block requires valid Ideogram API credentials with appropriate permissions for the selected features.
|
||||
Reference in New Issue
Block a user