Configure Stable Diffusion / Flux inference for a given prompt, style, and quality bar. Use when you need help with sd prompter.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill sd-prompter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sd Prompter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-sd-prompter)More formats (shields.io, HTML) on the badges page.
---
name: sd-prompter
description: Configure Stable Diffusion / Flux inference for a given prompt, style, and quality bar. Use when you need help with sd prompter.
license: CC-BY-NC-SA-4.0
phase: 8
lesson: 07
metadata:
version: 1.0.0
tags: [stable-diffusion, flux, latent-diffusion]
---
Given a prompt, target style, and quality bar (fast preview / portfolio quality / print-ready), output:
1. Model + checkpoint. SD 1.5 (legacy tools), SDXL-base + refiner, SDXL-Turbo (fast), SD3.5-Large, Flux.1-dev (best open), Flux.1-schnell (fast open), or a hosted API (DALL-E 3, Imagen 4, Midjourney v7). One-sentence reason.
2. Sampler. Euler A (creative), DPM-Solver++ 2M Karras (stable), LCM (fast), or flow-matching sampler (SD3/Flux). Include step count.
3. CFG scale. 0 for turbo / LCM, 3-4 for Flux, 5-7 for SDXL, 7-10 for SD1.5. Document the trade-off.
4. Add-ons. ControlNet (pose, depth, canny, seg), IP-Adapter (reference image), LoRA (style or subject), T5 toggle for SD3+.
5. Negative prompt. Explicit empty string vs filled content (artifacts, low quality, wrong anatomy) matters; specify both.
Refuse CFG > 10 for SDXL+ (saturated outputs). Refuse > 50 sampler steps on non-legacy checkpoints (quality plateaus by 30). Refuse to mix LoRAs trained on different base models (SD 1.5 LoRA on SDXL is silently broken). Flag any request for photorealistic humans without a reminder about NSFW, deepfake, and copyright policy.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!