/img-prompt

极简的图像提示词编辑器,专注于提示词文本组合,可用于Stable Diffusion和Midjourney。

Primary LanguageTypeScript

IMGPrompt

IMGPrompt 是一个极简的图像提示词编辑器,专注于提示词文本组合,可用于 Stable Diffusion 和 Midjourney。它没有预设提示词效果图片,也不需要第三方支持。提示词来自网络收集和 promptoMANIA,标签样式参考了 OpenPromptStudio

即用链接:https://prompt.newzone.top/

image

特点:

  • 将提示词以逗号分隔并标签化。
  • 支持标签的自动去重和自动匹配。
  • 标签与文本关联,点击插入文本,再次点击即可删除文本。
  • 提示词字符统计,建议限制在 380 个以内。

提示词的中文翻译来自 Google/DeepL Translate API,欢迎抓虫。

Deploy

System Requirements:

  • Node.js 18.17 or later.
  • macOS, Windows (including WSL), and Linux are supported.

Deploy With Vercel

Vercel

项目框架于 2023.06.18 迁移到 Next.js。如果你之前已在 Vercel 上进行部署,请前往 Vercel 项目页面,选择「Settings」>「Build & Development Settings」,然后将 Framework Preset 更改为 Next.js。

Installation

# Installation
yarn

# Local Development
yarn dev

# build and start
yarn build && yarn start

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.