UNPKG

koishi-plugin-hhs-huatu

Version:
90 lines 2.88 kB
{ "name": "koishi-plugin-hhs-huatu", "description": "Generate images by diffusion models", "version": "1.0.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist", "data" ], "browser": { "image-size": false, "libsodium-wrappers": false }, "author": "Ninzore <cillerpro@gmail.com>", "contributors": [ "Shigma <shigma10826@gmail.com>", { "name": "Maiko Tan", "email": "maiko.tan.coding@gmail.com" }, "Ninzore <cillerpro@gmail.com>", "hhs2275 <2257438102@qq.com>", "miaomiao-art123 <3481270671@qq.com>" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hhs2275/koishi-plugin-hhs-huatu.git" }, "bugs": { "url": "https://github.com/hhs2275/koishi-plugin-hhs-huatu/issues" }, "homepage": "https://github.com/hhs2275/koishi-plugin-hhs-huatu", "scripts": { "build": "atsc -b", "docs:dev": "vitepress dev docs --open", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs" }, "koishi": { "browser": true, "service": { "optional": [ "translator" ] }, "description": { "en": "Image Generation. Based on [novelai-bot](https://bot.novelai.dev/) plugin, supports v4.5 full, characters feature, director tools, and inpainting.", "zh": "对[novelai-bot](https://bot.novelai.dev/)插件二次开发,已经支持v4.5full和characters功能,导演工具功能,局部重绘,精准参考,点数控制系统", "zh-TW": "基於[novelai-bot](https://bot.novelai.dev/)插件二次開發,已支持v4.5 full和characters功能、導演工具、局部重繪、精準參考、點數控制系統", "fr": "Génération d'images. Basé sur le plugin [novelai-bot](https://bot.novelai.dev/), prend en charge v4.5 full, la fonctionnalité characters, les outils de direction et l'inpainting.", "ja": "画像生成。[novelai-bot](https://bot.novelai.dev/)プラグインの二次開発。v4.5 full、characters機能、ディレクターツール、部分再描画に対応。" } }, "keywords": [ "chatbot", "koishi", "plugin", "novelai", "ai", "paint", "image", "generate" ], "peerDependencies": { "koishi": "^4.18.7" }, "devDependencies": { "@cordisjs/vitepress": "^3.3.2", "@koishijs/plugin-help": "^2.4.5", "@koishijs/translator": "^1.1.1", "@types/adm-zip": "^0.5.7", "@types/libsodium-wrappers-sumo": "^0.7.8", "@types/node": "^22.13.8", "atsc": "^1.2.2", "koishi": "^4.18.7", "sass": "^1.85.1", "typescript": "^5.8.2", "vitepress": "1.0.0-rc.40" }, "dependencies": { "adm-zip": "^0.5.16", "cos-nodejs-sdk-v5": "^2.14.7", "image-size": "^1.2.0", "libsodium-wrappers-sumo": "^0.7.15", "sharp": "^0.33.0" } }