mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Update block docs for: google_maps.md
This commit is contained in:
42
docs/content/platform/blocks/update/google_maps.md
Normal file
42
docs/content/platform/blocks/update/google_maps.md
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
## Ideogram Model Block
|
||||
|
||||
### What it is
|
||||
A specialized block that generates and optionally upscales images using the Ideogram AI image generation service.
|
||||
|
||||
### What it does
|
||||
This block creates images from text descriptions using various Ideogram AI models, with options to customize the generation process and enhance the output quality through upscaling.
|
||||
|
||||
### How it works
|
||||
The block takes a text prompt and various customization options, sends this information to the Ideogram AI service, and returns a URL linking to the generated image. If upscaling is requested, it processes the image through an additional enhancement step.
|
||||
|
||||
### Inputs
|
||||
- Credentials: Ideogram API key required for accessing the service
|
||||
- Prompt: Text description of the image you want to generate
|
||||
- Image Generation Model: Choice of Ideogram model version (V2, V1, V1 Turbo, V2 Turbo)
|
||||
- Aspect Ratio: Desired dimensions of the output image (various options from square to wide/tall formats)
|
||||
- Upscale Image: Option to enhance image quality (AI Upscale or No Upscale)
|
||||
- Magic Prompt Option: Setting to automatically enhance your text prompt (Auto, On, or Off)
|
||||
- Seed: Optional number for reproducible image generation
|
||||
- Style Type: Visual style preference (Auto, General, Realistic, Design, 3D Render, Anime)
|
||||
- Negative Prompt: Optional text describing elements to exclude from the image
|
||||
- Color Palette Preset: Predefined color schemes (None, Ember, Fresh, Jungle, Magic, etc.)
|
||||
|
||||
### Outputs
|
||||
- Result: URL of the generated image
|
||||
- Error: Message explaining any issues that occurred during image generation
|
||||
|
||||
### Possible use cases
|
||||
1. Digital Marketing: Creating unique promotional images for social media campaigns
|
||||
2. Content Creation: Generating custom illustrations for blog posts or articles
|
||||
3. Design Prototyping: Quickly visualizing design concepts for client presentations
|
||||
4. Educational Materials: Creating visual aids for learning materials
|
||||
5. Product Visualization: Generating product concept images for early-stage development
|
||||
|
||||
### Additional Notes
|
||||
- The block supports various aspect ratios suitable for different platforms and use cases
|
||||
- Advanced settings allow fine-tuned control over the image generation process
|
||||
- The upscaling feature can enhance image quality for professional use
|
||||
- Built-in color palette presets help maintain consistent visual themes
|
||||
- Seed values enable regenerating the exact same image when needed
|
||||
|
||||
Reference in New Issue
Block a user