An open API service indexing awesome lists of open source software.

https://github.com/shawnxie94/aether

Codex插件,能将图片沉淀为可复用的视觉记忆,助你持续创作出美学风格一致的图片。The Codex plugin can turn images into reusable visual memories, helping you consistently create images with a unified aesthetic style.
https://github.com/shawnxie94/aether

ai-image-generation codex-plugin codex-skill creative-tools image-generation prompt-refinement visual-memory

Last synced: 16 days ago
JSON representation

Codex插件,能将图片沉淀为可复用的视觉记忆,助你持续创作出美学风格一致的图片。The Codex plugin can turn images into reusable visual memories, helping you consistently create images with a unified aesthetic style.

Awesome Lists containing this project

README

          

# Aether

![](docs/assets/readme/aether-hero-visual-memory.png)

English | [简体中文](README.md)

Aether turns reference images, prompt ideas, and generated results into reusable visual memory, helping you keep creating images with a consistent aesthetic direction.

## Core Capabilities

- **Reusable visual memory:** Extract stable visual language from reference images and generated results, then save it as memory that can be reused over time instead of one-off prompt text.
- **Memory-aware prompt refinement:** Recall saved style, lighting, palette, composition, mood, scene, character, and negative rules, then combine them into a more stable prompt while preserving the user's original intent.
- **Evolvable visual systems:** Decide whether new visual material should become new memory, be added to existing memory, be saved as a variant, or become a merge candidate, so the visual library can grow without becoming chaotic.
- **Generation feedback loop:** Record generated results, visual consistency reviews, and user feedback, so later prompts can reuse what worked and avoid known drift.
- **Natural-language workflow:** Use natural language to complete the full process of capturing, refining, generating, and reusing visual memory.

## Quick Start

Install with npm:

```bash
npx aether-codex-plugin install
```

Verify the local installation:

```bash
aether doctor
```

Restart Codex after installation, or open a new thread so the plugin skills can reload.

## Example Results

> The examples use `gpt-image-2`. Results may vary across image models.

| Reference | Generated |
| --- | --- |
| Sketch style reference | Sketch style generated output |
| Night city reference | Night city generated output |
| Soft portrait reference | Soft portrait generated output |

## Usage

After installation, invoke Aether as a Codex plugin with `@Aether`, or as a skill with `$aether-orchestrator`. Aether automatically chooses the right workflow from your natural-language request.

| Workflow | Example |
| --- | --- |
| Capture visual memory | Capture visual memory workflow screenshot |
| Browse visual memory | Browse visual memory workflow screenshot |
| Refine prompts | Prompt refinement workflow screenshot |
| Generate images | Image generation workflow screenshot |
| Edit images | Image editing workflow screenshot |

## License

MIT. See [LICENSE](LICENSE).