integrating-models Skill
Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model. Published by huggingface in diffusers.
What is integrating-models Skill?
Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model. Published by huggingface in diffusers. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use integrating-models Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/diffusers
- Skill file: .ai/skills/model-integration/SKILL.md
What it does
Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an already-supported model.
Skill instructions
Goal Integrate a new model into diffusers end-to-end, to full numerical parity with the reference implementation — one workflow at a time. Setup — gather before starting Before writing any code, gather info in this order: 1. Reference repo — ask for the github link. If they've already set it up locally, ask for the path. Otherwise, ask what setup steps are needed (install deps, download checkpoints, set env vars, etc.) and run through them before proceeding. 2. Inference script — ask for a runnable end-to-end script for a basic workflow first (e.g. T2V). Then ask what other workflows they want to support (I2V, V2V, etc.) and agree on the full implementation order together. 3. Standard vs modular — default to modular. Modular Diffusers is the preferred implementation for new pipelines; the standard DiffusionPipeline is still supported but no longer the default. We prefer modular especially for models that don't fit a fixed task-based structure (modality baked into the checkpoint) or tha
Explore related resources
Frequently asked questions
What is integrating-models?
integrating-models is a open-source AI agent skill with Copy skill directory. Use when adding a new model or pipeline to diffusers, setting up file structure for a new model, converting a pipeline to modular format, or converting weights for a new version of an.
Who is integrating-models best for?
integrating-models is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install integrating-models?
Install or run integrating-models using Copy skill directory. Check integrating-models for the latest setup command.
Is integrating-models actively maintained?
integrating-models may need a closer maintenance check before production use.
Auto-fetched from GitHub.