返回顶部
s

stable-image-ultra

>-

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
91
下载量
0
收藏
概述
安装方式
版本历史

stable-image-ultra

# Stable Image Ultra Generate the highest quality images on AWS Bedrock via Stability AI models. ## Models | Model | ID | Strength | Price | |-------|-----|---------|-------| | **Stable Image Ultra 1.1** | `stability.stable-image-ultra-v1:1` | Photorealism, luxury, fine detail | ~$0.08/img | | **SD 3.5 Large** | `stability.sd3-5-large-v1:0` | Creative diversity, prompt adherence | ~$0.06/img | Default: Stable Image Ultra (highest quality). ## AWS Auth Methods | Method | How to Use | |--------|------------| | **Bearer token** | `AWS_BEARER_TOKEN_BEDROCK` env var or `--bearer-token` | | **Environment variables** | Set `AWS_ACCESS_KEY_ID` + `AWS_SECRET_ACCESS_KEY` | | **Credentials file** | Configure `~/.aws/credentials` | | **Named profile** | `--profile my-profile` or `AWS_PROFILE` env var | | **Direct keys** | `--access-key AKIA... --secret-key ...` | | **Temporary credentials** | Add `--session-token` with direct keys | | **IAM instance role** | Auto-detected on EC2/ECS/Lambda | | **AWS SSO** | Run `aws sso login` first | Auto-detection order: direct keys → profile → bearer token → env vars → credentials file → instance role → SSO. ## Quick Start ```bash # Stable Image Ultra (default, highest quality) python3 {baseDir}/scripts/generate.py "your prompt" -o output.png # Stable Diffusion 3.5 Large python3 {baseDir}/scripts/generate.py "your prompt" -o output.png --model sd35 # With negative prompt python3 {baseDir}/scripts/generate.py "your prompt" -o output.png --negative "blurry, low quality" # With specific auth python3 {baseDir}/scripts/generate.py "your prompt" -o output.png --profile work ``` ## Parameters | Flag | Default | Description | |------|---------|-------------| | `prompt` | — | Text description of the image (max 10,000 chars) | | `-o, --output` | output.png | Output file path | | `-m, --model` | `ultra` | Model: `ultra` or `sd35` | | `-n, --count` | 1 | Number of images (1-5) | | `--negative` | — | Negative prompt (what to avoid) | | `--seed` | random | Seed for reproducibility | | `--region` | us-west-2 | AWS region (Stability AI models require us-west-2) | | `--profile` | — | AWS named profile | | `--access-key` | — | AWS Access Key ID | | `--secret-key` | — | AWS Secret Access Key | | `--session-token` | — | AWS Session Token | | `--bearer-token` | — | Bearer token (overrides env) | ## Workflow 1. Craft a detailed English prompt (Stability AI models perform best in English). 2. Choose model: `ultra` for photorealism, `sd35` for creative/artistic. 3. Run `generate.py` with `timeout=120`. 4. Send resulting image to user via `message` tool. ## Prompt Tips - Detailed English prompts yield best results. - Specify style: "photorealistic", "oil painting", "watercolor", "3D render", "anime". - Use `--negative "blurry, low quality, text, watermark"` to exclude unwanted elements. - Stable Image Ultra excels at: photorealism, luxury brands, fine textures, dynamic lighting. - SD 3.5 Large excels at: diverse styles, complex compositions, typography, prompt following. ## Important Notes - **Region**: Both models are available ONLY in `us-west-2` (Oregon). The script defaults to this region. - **Pricing**: Ultra ~$0.08/image, SD3.5 Large ~$0.06/image. - **API**: Very simple — request is just `{"prompt": "..."}`, response contains base64 images. - For standard/budget images ($0.04/image), use the `nova-canvas` skill instead.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 stable-image-ultra-1776021439 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 stable-image-ultra-1776021439 技能

通过命令行安装

skillhub install stable-image-ultra-1776021439

下载 Zip 包

⬇ 下载 stable-image-ultra v1.0.0

文件大小: 5.52 KB | 发布时间: 2026-4-13 12:09

v1.0.0 最新 2026-4-13 12:09
Initial release: Stable Image Ultra 1.1 + SD 3.5 Large via AWS Bedrock

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部