원클릭으로
drawthings-grpc
Use local Draw Things gRPC image generation without changing the default image generation backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use local Draw Things gRPC image generation without changing the default image generation backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | drawthings-grpc |
| description | Use local Draw Things gRPC image generation without changing the default image generation backend. |
| tags | ["draw-things","image-generation","grpc","local","apple-silicon"] |
| version | 0.3.0 |
| author | Agent Hammy |
Use this plugin when the user explicitly asks for Draw Things, local/private image generation, or local model names like Qwen Image, Z Image Turbo, ERNIE, RealVisXL, Juggernaut, FLUX, LoRA, ControlNet, IP-Adapter, or FaceID.
Do not use this as the default image generator. The normal image_generate tool remains the default cloud image provider.
The plugin never downloads all Draw Things models. It only calls Draw Things gRPC Echo and works with models/LoRAs/ControlNets already installed or visible in Draw Things.
drawthings_list: list available local models, LoRAs, ControlNets/IP-Adapters.drawthings_generate: generate text-to-image via Draw Things gRPC.The plugin resolves exact files/names, generated slugs, bundled aliases, and user-configured aliases from ~/.hermes/drawthings-grpc/config.json.
Common aliases:
ernie-image, ernie-image-baseqwen-image-2512, qwen2512, qwen-imagez-image-turbo, zturboflux2-klein, flux-klein, flux2-4brealvisxl, realvisxl-v4juggernaut-xl, juggernaut-v9LoRA aliases include:
qwen-lightning, qwen-image-lightning, lightning-4stepqwen-turbo-lora, turbo-4stepDefaults are layered:
~/.hermes/drawthings-grpc/config.jsonBundled defaults include:
Outputs save to ~/Pictures/Draw Things unless output_path or DRAWTHINGS_OUTPUT_DIR is set.
Install/add the model in Draw Things first. Then optionally add aliases/defaults to:
~/.hermes/drawthings-grpc/config.json
Example:
{
"aliases": {
"my-anime-model": "my_anime_model_q8p.ckpt",
"my-style-lora": "my_style_lora_f16.ckpt"
},
"model_defaults": {
"my_anime_model_q8p.ckpt": {
"steps": 28,
"sampler": "Euler A Trailing",
"cfg": 4.5
}
},
"lora_defaults": {
"my_style_lora_f16.ckpt": {
"lora_weight": 0.8
}
}
}