Orchestrates Stable Diffusion image generation with ControlNet pose conditioning via the Automatic1111 API. Chains OpenPose detection, depth estimation, and img2img endpoints.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill stable-diffusion-controlnet-pose-pipeline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stable Diffusion Controlnet Pose Pipeline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-stable-diffusion-controlnet-pose-pipeline)More formats (shields.io, HTML) on the badges page.
---
name: "Stable Diffusion ControlNet Pose Pipeline"
slug: "stable-diffusion-controlnet-pose-pipeline"
description: "Orchestrates Stable Diffusion image generation with ControlNet pose conditioning via the Automatic1111 API. Chains OpenPose detection, depth estimation, and img2img endpoints."
github_stars: 33793
verification: "security_reviewed"
source: "https://github.com/lllyasviel/ControlNet"
category: "Image & Creative Automation"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "lllyasviel/ControlNet"
github_stars: 33793
---
# Stable Diffusion ControlNet Pose Pipeline
Orchestrates Stable Diffusion image generation with ControlNet pose conditioning via the Automatic1111 API. Chains OpenPose detection, depth estimation, and img2img endpoints.
## Installation
Use the upstream install or setup path that matches your environment:
- conda env create -f environment.yaml
- conda activate control
Requirements and caveats from upstream:
- python gradio_canny2image.py
- python gradio_hough2image.py
- python gradio_hed2image.py
Basic usage or getting-started notes:
- Note that the UI is based on Gradio, and Gradio is somewhat difficult to customize. Right now you need to draw scribbles outside the UI (using your favorite drawing software, for example, MS Paint) and then import the...
- Note that the below example is 768×768. No prompts. No "positive" prompts. No "negative" prompts.
- Below is another challenging example:
- Source: https://github.com/lllyasviel/ControlNet
- Extracted from upstream docs: https://raw.githubusercontent.com/lllyasviel/ControlNet/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/stable-diffusion-controlnet-pose-pipeline/)
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!