npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-miaomiao-draw

v1.1.6

Published

喵喵画图 - 基于梦羽API的图像生成插件

Downloads

170

Readme

koishi-plugin-miaomiao-draw

🎨 喵喵画图 - AI图像生成插件

功能特性

  • 🎨 支持多种AI绘画模型
  • ⚙️ 个人参数自定义配置
  • 🔧 灵活的参数调整
  • 💎 积分消耗显示
  • 🌟 简单易用的命令界面

安装

npm install koishi-plugin-miaomiao-draw

配置

在Koishi控制台中配置以下参数:

  • apiKey: API密钥(必填)
  • baseUrl: API基础URL(默认: https://sd.exacg.cc)
  • defaultModel: 默认模型索引(默认: 0)
  • defaultWidth: 默认图像宽度(默认: 512)
  • defaultHeight: 默认图像高度(默认: 512)
  • defaultSteps: 默认生成步数(默认: 20)
  • defaultCfg: 默认CFG引导强度(默认: 7.0)
  • defaultNegativePrompt: 默认负面提示词(默认: 空)

使用方法

基本指令

  • 喵喵画图 [提示词] - 生成一张图片
  • 喵喵画图 帮助 - 显示帮助信息
  • 喵喵画图 模型列表 - 显示可用的模型列表
  • 喵喵画图 参数 - 查看当前参数配置
  • 喵喵画图 参数 [参数名] [参数值] - 设置个人参数

可用模型

| 索引 | 模型名称 | |------|----------| | 0 | MiaoMiao Harem 1.7 | | 1 | Miaomiao Harem vPred Dogma 1.1 | | 2 | MiaoMiao Harem 1.6G | | 3 | MiaoMiao Pixel 像素 1.0 | | 4 | NoobAIXL V1.1 | | 5 | NoobAIXL V1.0 | | 6 | illustrious_pencil 融合 | | 7 | Wainsfw illustrious v14 | | 8 | Qwen image |

可设置参数

  • model - 模型索引 (0-8)
  • width - 图像宽度 (64-2048)
  • height - 图像高度 (64-2048)
  • steps - 生成步数 (1-50)
  • cfg - CFG引导强度 (1-10)
  • negative - 负面提示词

使用示例

# 基本使用
喵喵画图 一只可爱的猫咪

# 设置模型
喵喵画图 参数 model 3

# 设置图像尺寸
喵喵画图 参数 width 768
喵喵画图 参数 height 768

# 设置负面提示词
喵喵画图 参数 negative blurry, low quality

# 查看当前配置
喵喵画图 参数

许可证

MIT