| 1 | # https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_to_original_stable_diffusion.py |
| 2 | |
| 3 | # Script for converting a HF Diffusers saved pipeline to a Stable Diffusion checkpoint. |
| 4 | # *Only* converts the UNet, VAE, and Text Encoder. |
nothing calls this directly
no test coverage detected