byjim60105· 41 skills
Generate images via the Stable Diffusion WebUI / Forge HTTP API (AUTOMATIC1111-compatible /sdapi/v1/*). Use when the user wants to (1) discover or pick a model / extra module (TE/VAE) / sampler / scheduler / style preset from a running sd-webui server, (2) generate an image with a given prompt (txt2img), (3) check generation progress, (4) cancel/interrupt an in-flight generation, (5) inspect or change a global sd-webui option (e.g. active checkpoint), or (6) test connectivity. This skill talks to a *generic* sd-webui-compatible server (AUTOMATIC1111, Forge, reForge, sd-webui-forge-classic). Do NOT trigger for requests that are purely writing the prompt itself.
$npx -y skills add jim60105/copilot-prompt --skill image-generator-sd-webuiInstalls into the current project.
Run `npx skills use "https://github.com/jim60105/copilot-prompt" --skill "jim60105/copilot-prompt/image-generator-sd-webui"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jim60105/copilot-prompt" that are relevant to the current task. Run `npx skills add "https://github.com/jim60105/copilot-prompt"` and select the relevant skills, then follow their instructions.