Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 62 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![project hero](https://github.com/invoke-ai/InvokeAI/assets/31807370/6e3728c7-e90e-4711-905c-3b55844ff5be)

# Invoke - Professional Creative AI Tools for Visual Media
# Invoke - 专业级视觉媒体创意 AI 工具

[![discord badge]][discord link] [![latest release badge]][latest release link] [![github stars badge]][github stars link] [![github forks badge]][github forks link] [![CI checks on main badge]][CI checks on main link] [![latest commit to main badge]][latest commit to main link] [![github open issues badge]][github open issues link] [![github open prs badge]][github open prs link] [![translation status badge]][translation status link]

Expand All @@ -13,49 +14,71 @@

Invoke is a leading creative engine built to empower professionals and enthusiasts alike. Generate and create stunning visual media using the latest AI-driven technologies. Invoke offers an industry leading web-based UI, and serves as the foundation for multiple commercial products.

Invoke 是一款领先的创意引擎,旨在赋能专业人士和爱好者。使用最新的 AI 驱动技术生成和创建精美的视觉媒体。Invoke 提供业界领先的 Web UI,并作为多款商业产品的基础。

- Free to use under a commercially-friendly license
- Download and install on compatible hardware
- Generate, refine, iterate on images, and build workflows

- 采用商业友好许可协议,免费使用
- 下载并安装在兼容的硬件上
- 生成、优化、迭代图像,并构建工作流

![Highlighted Features - Canvas and Workflows](https://github.com/invoke-ai/InvokeAI/assets/31807370/708f7a82-084f-4860-bfbe-e2588c53548d)

# Documentation
# Documentation / 文档

| **Quick Links** |
| **Quick Links / 快速链接** |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Installation and Updates][installation docs] - [Documentation and Tutorials][docs home] - [Bug Reports][github issues] - [Contributing][contributing docs] |
| [Installation and Updates / 安装与更新][installation docs] - [Documentation and Tutorials / 文档与教程][docs home] - [Bug Reports / 问题反馈][github issues] - [Contributing / 贡献指南][contributing docs] |

# Installation
# Installation / 安装

To get started with Invoke, [Download the Launcher](https://github.com/invoke-ai/launcher/releases/latest).

## Troubleshooting, FAQ and Support
开始使用 Invoke:[下载启动器](https://github.com/invoke-ai/launcher/releases/latest)。

## Troubleshooting, FAQ and Support / 疑难解答、常见问题与支持

Please review our [FAQ][faq] for solutions to common installation problems and other issues.

请查阅我们的 [常见问题][faq],获取常见安装问题及其他问题的解决方案。

For more help, please join our [Discord][discord link].

## Features
如需更多帮助,请加入我们的 [Discord 社区][discord link]。

## Features / 功能特性

Full details on features can be found in [our documentation][features docs].

### Web Server & UI
功能的完整详情请参阅[我们的文档][features docs]。

### Web Server & UI / Web 服务器与界面

Invoke runs a locally hosted web server & React UI with an industry-leading user experience.

### Unified Canvas
Invoke 运行一个本地 Web 服务器和 React UI,提供业界领先的用户体验。

### Unified Canvas / 统一画布

The Unified Canvas is a fully integrated canvas implementation with support for all core generation capabilities, in/out-painting, brush tools, and more. This creative tool unlocks the capability for artists to create with AI as a creative collaborator, and can be used to augment AI-generated imagery, sketches, photography, renders, and more.

### Workflows & Nodes
统一画布是一个完全集成的画布实现,支持所有核心生成功能、内补/外扩重绘、画笔工具等。这款创意工具让艺术家能够将 AI 作为创意伙伴进行创作,可用于增强 AI 生成的图像、草图、照片、渲染等。

### Workflows & Nodes / 工作流与节点

Invoke offers a fully featured workflow management solution, enabling users to combine the power of node-based workflows with the ease of a UI. This allows for customizable generation pipelines to be developed and shared by users looking to create specific workflows to support their production use-cases.

### Board & Gallery Management
Invoke 提供功能完善的工作流管理方案,让用户将基于节点的工作流的强大功能与 UI 的便捷性相结合。这使得用户可以开发和共享可定制的生成管线,以支持特定的生产场景。

### Board & Gallery Management / 看板与画廊管理

Invoke features an organized gallery system for easily storing, accessing, and remixing your content in the Invoke workspace. Images can be dragged/dropped onto any Image-base UI element in the application, and rich metadata within the Image allows for easy recall of key prompts or settings used in your workflow.

### Model Support
Invoke 提供了有序的画廊系统,方便在 Invoke 工作区中存储、访问和重新组合内容。图片可拖放到应用中任何基于图像的 UI 元素上,图片中的丰富元数据可帮助快速回忆工作流中使用的关键提示词或设置。

### Model Support / 模型支持
- SD 1.5
- SD 2.0
- SDXL
Expand Down Expand Up @@ -84,7 +107,7 @@ Invoke features an organized gallery system for easily storing, accessing, and r
- GPT Image (API Only)
- Wan (API Only)

### Other features
### Other features / 其他功能

- Support for ckpt, diffusers, and some gguf models
- Upscaling Tools
Expand All @@ -94,40 +117,62 @@ Invoke features an organized gallery system for easily storing, accessing, and r
- Node-Based Architecture
- Object Segmentation & Selection Models (SAM / SAM2)

## Contributing
- 支持 ckpt、diffusers 及部分 gguf 模型
- 图像放大工具
- 嵌入管理器与支持
- 模型管理器与支持
- 工作流创建与管理
- 基于节点的架构
- 目标分割与选区模型(SAM / SAM2)

## Contributing / 参与贡献

Anyone who wishes to contribute to this project - whether documentation, features, bug fixes, code cleanup, testing, or code reviews - is very much encouraged to do so.

我们非常欢迎任何希望为本项目做出贡献的人——无论是文档、功能、Bug 修复、代码清理、测试还是代码审查。

Get started with contributing by reading our [contribution documentation][contributing docs], joining the [#dev-chat] or the GitHub discussion board.

阅读我们的[贡献文档][contributing docs]、加入 [#dev-chat] 频道或 GitHub 讨论区,即可开始参与贡献。

We hope you enjoy using Invoke as much as we enjoy creating it, and we hope you will elect to become part of our community.

## Sponsors
我们希望您享受使用 Invoke 的过程,正如我们享受创建它的过程一样,也欢迎您成为我们社区的一员。

## Sponsors / 赞助商

Invoke's open-source development is powered by our sponsors. If Invoke is valuable to you or your business, please consider [sponsoring us][sponsor link] — it directly funds maintenance, new features, and community support.

Invoke 的开源开发由赞助商提供支持。如果 Invoke 对您或您的企业有价值,请考虑[赞助我们][sponsor link]——这将直接用于维护、新功能开发和社区支持。

<!-- Sponsor logos can be added below, or automated with a GitHub Action
such as `JamesIves/github-sponsors-readme-action` to keep them in sync. -->

[![Sponsor Invoke](https://img.shields.io/badge/Sponsor-Invoke-ea4aaa?logo=githubsponsors&logoColor=white)][sponsor link]

We very much thank the following sponsors:

### Backers ($15/mo)
我们衷心感谢以下赞助商:

### Backers ($15/mo) / 支持者($15/月)

* [apokolypsse](https://github.com/apokolypsse)
* [Romeotechguy](https://github.com/Romeotechguy)

### Power Users ($50/mo)
### Power Users ($50/mo) / 高级用户($50/月)

* [mickr777](https://github.com/mickr777)

## Thanks
## Thanks / 致谢

Invoke is a combined effort of [passionate and talented people from across the world][contributors]. We thank them for their time, hard work and effort.

Invoke 是[来自世界各地充满热情和才华的人们][contributors]共同努力的成果。我们感谢他们付出的时间、辛勤工作和努力。

Original portions of the software are Copyright © 2024 by respective contributors.

软件的原创部分版权所有 © 2024,归属各自的贡献者。

[features docs]: https://invoke.ai/
[faq]: https://invoke.ai/troubleshooting/faq/
[contributors]: https://invoke.ai/contributing/contributors/
Expand Down
Loading