AI Image Generator Pack
★Trusted◇Sandbox optionalv1.0.0MIT○Partially Verified42Connectorby AgentNode · published 5 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.
Quick Start
agentnode install ai-image-generator-packRuns in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.
Usage
From packagefrom 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_KEYStability AI API key for Stable Diffusion engine. Required if using stable-diffusion engine.
OPENAI_API_KEYOpenAI 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
Package installs and imports correctly. requires API credentials for full verification.
This package requires API credentials for full verification. Install and import checks passed.
Verified in real_auto mode
Last verified 3d 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
Connector
Permissions
Declared by the publisher. Checked before execution by the policy gate.
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.
agentnode install ai-image-generator-packEnvironment Variables
STABILITY_API_KEYOPENAI_API_KEYFiles (3)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode