local-image-gen

Generate images locally with Stable Diffusion using hardware-aware model selection.

10|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/sacredvoid/skillkit --skill local-image-gen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-image-gen
Source: https://github.com/sacredvoid/skillkit/tree/main/skills/local-image-gen
Command: npx skills add https://github.com/sacredvoid/skillkit --skill local-image-gen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate images locally using Stable Diffusion by automatically matching models and settings to your hardware, removing the need for cloud GPUs for many tasks.

Core Features & Use Cases

  • Auto-detect compute environment (OS, RAM, GPU) and adapt the pipeline.
  • Select and run the best-suited diffusion model (SDXL-Turbo / SD-Turbo / Tiny-SD) with appropriate precision and device.
  • Support single and batch image generation across macOS, Linux, and Windows.

Quick Start

Provide a slug and a prompt to generate a local image using the configured hardware-aware settings.

Frequently Asked Questions about local-image-gen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run local image generation with Stable Diffusion without a cloud GPU?

Auto hardware tuning detects your OS, RAM, and GPU to select the optimal diffusion model and precision for local image generation. It adapts the pipeline dynamically, ensuring single and batch image generation runs efficiently on your specific machine.

Can I generate images locally on macOS, Linux, and Windows?

Yes, local image generation fully supports macOS, Linux, and Windows. The system auto-detects your specific operating system and compute environment, adapting the Stable Diffusion pipeline to run natively and efficiently across all three platforms.

Do I need Python and Stable Diffusion already installed for local image generation?

Yes, local image generation requires a Stable Diffusion setup and the ability to run Python scripts for hardware detection and model loading. You must have this environment configured to execute the generation pipeline and achieve auto hardware tuning.

Which Stable Diffusion models are selected for local hardware optimization?

Local image generation selects from SDXL-Turbo, SD-Turbo, and Tiny-SD models based on auto-detected hardware. It matches the diffusion model and precision settings to your specific GPU and RAM profile, ensuring optimal performance for single and batch generation.

What is the best way to generate batch images locally using Stable Diffusion?

The best way to generate batch images locally is using auto hardware tuning to adapt the Stable Diffusion pipeline. By providing a slug and prompt, the system selects the optimal model and precision settings to execute batch image generation efficiently on your hardware.