Перенос пайплайна модели в формат Diffusers
★ 6.5 · ai-tooling
port-pipeline is a Claude Code skill that ports custom model pipeline implementations into Diffusers-compatible pipeline classes with behavior parity, targeting SD.Next repo-local pipeline files such as pipelines/model_<name>.py or pipelines/<model>/pipeline.py. It follows three ordered priorities: preserve externally visible behavior first, avoid introducing new dependencies second, and keep device and attention backend handling fully configurable throughout. Before writing any code, the skill requires the user to supply the source pipeline path, the SD.Next destination path, and the target p
- #pipeline-porting
- #diffusers
- #custom-models
- #sdnext
- #code-migration