MCPcopy Index your code
hub / github.com/huggingface/diffusers / convert_stable_cascade.py

File convert_stable_cascade.py

scripts/convert_stable_cascade.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Run this script to convert the Stable Cascade model weights to a diffusers pipeline.
2import argparse
3from contextlib import nullcontext
4

Callers

nothing calls this directly

Tested by

no test coverage detected