✨ Eagle 4.0 Beta 插件,从 Stable Diffusion / NovelAI 生成的图片读取 prompt ✨
Extract prompts from images generated by Stable Diffusion / NovelAI
从Releases下载打包好的 eagleplugin 文件,双击打开即可自动安装。
Download the packaged eagleplugin file from Releases and double-click to install it automatically.
克隆项目到本地,进入项目文件夹。执行
npm install
安装依赖。
执行
npm build
后,插件所需的全部文件生成在/dist 文件夹中
Clone the project to your local machine and navigate to the project folder. Run
npm install
to install dependencies.
After running
npm build,
all the necessary files for the plugin will be generated in the /dist folder.


