MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / convert_vq_diffusion_to_diffusers.py

File convert_vq_diffusion_to_diffusers.py

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

Source from the content-addressed store, hash-verified

1"""
2This script ports models from VQ-diffusion (https://github.com/microsoft/VQ-Diffusion) to diffusers.
3
4It currently only supports porting the ITHQ dataset.

Callers

nothing calls this directly

Tested by

no test coverage detected