Analyze an external model URL (typically Hugging Face) to determine implementation style and estimate SD.Next porting difficulty using the port-model workflow.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./.github/skills/analyze-model/SKILL.mdGiven an external model URL, inspect how the model is implemented and estimate how hard it is to port into SD.Next according to the port-model skill.
.github/instructions/core.instructions.md for relevant core runtime and model integration guidance before proceeding.Example:
For each analyzed model, provide:
Classify into one of these (or closest fit):
Process in this order:
secrets.json for huggingface_token and retry with auth. If access still fails, abort analysis and report model URL, access requirement, and required user action.model_index.json, config.json, scheduler/tokenizer files), Diffusers-style layout signals, and any custom module or remote code requirements.trust_remote_code, fully custom inference framework, or node-based host integration (for example ComfyUI).pipelines/model_name.py, modules/sd_detect.py, modules/sd_models.py, modules/modeldata.py, optional custom packages under pipelines/model/, and reference/preview catalog updates.Return sections in this order:
If critical information is missing, explicitly list unknowns and what to inspect next.
058a7f0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.