| 1 | # Script for converting a HF Diffusers saved pipeline to a Stable Diffusion checkpoint. |
| 2 | # *Only* converts the UNet, VAE, and Text Encoder. |
| 3 | # Does not convert optimizer state or any other thing. |
| 4 | # Written by jachiam |
nothing calls this directly
no test coverage detected