Skip to main content

AI Image Generator Pack

TrustedSandbox optionalv1.0.0MITPartially Verified42Connector

by AgentNode · published 6 months ago · toolpack

Generate images from text prompts using Stable Diffusion and DALL-E.

Create images from natural language descriptions using multiple AI models including Stable Diffusion, DALL-E, and Replicate-hosted models.

langchaincrewaigeneric

Quick Start

bash
agentnode install ai-image-generator-pack

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Usage

From package
python
from ai_image_generator_pack.tool import run

result = run(
    capability="generate_image",
    params={
        "prompt": "A minimalist wireless earbud case on a marble surface, soft studio lighting, product photography",
        "engine": "stable-diffusion",
        "width": 1024,
        "height": 1024,
        "style": "photorealistic"
    }
)

print(f"Image saved to: {result['file_path']}")
print(f"Resolution: {result['width']}x{result['height']}")
print(f"Generation time: {result['elapsed_seconds']:.1f}s")

Environment Variables

STABILITY_API_KEY

Stability AI API key for Stable Diffusion engine. Required if using stable-diffusion engine.

OPENAI_API_KEY

OpenAI API key for DALL-E engine. Required if using dall-e engine.

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence42/100○ Partially Verified
smokeCredential boundary reached (medium confidence)
+12/25
testsTests failed
0/15
importAll tools imported successfully
+15/15
installInstalled in 1.7s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs and imports correctly. requires API credentials for full verification.

install1.7s
import50ms
smoke262ms
tests1.2s

This package requires API credentials for full verification. Install and import checks passed.

Verified in real_auto mode

Python 3.12.3ffmpegpopplertesseractuv

Last verified 18d ago· Runner v2.0.0

Use this when you need to...

  • Generate product mockup images from descriptions
  • Create social media graphics from text briefs
  • Produce concept art for game and app design
  • Generate variations of an existing image style
  • Create data visualization illustrations on demand

README

Version History

Capabilities

image_generationgenerate_imagetool

Connector

stability_aiconnectorapi_key

Permissions

Sandbox optionalFrom a trusted publisher — runs on the host by default. You can require isolation with sandbox.host_trust_policy.

Declared by the publisher. Checked before execution by the policy gate.

Networkunrestricted
Filesystemtemp
Code Executionnone
Data Accessinput_only
User Approvalonce

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install ai-image-generator-pack

Environment Variables

STABILITY_API_KEY
OPENAI_API_KEY

Files (3)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/16/2026
Channelstable
Typetoolpack
Entrypointai_image_generator_pack.tool

Compatibility

Frameworks

langchaincrewaigeneric

Runtime

python

Python Version

>=3.10

Trust & Security

PublisherTrusted
SignatureNone
ProvenanceNone
Security Issues0

Publisher

A

AgentNode

@agentnode