| | --- |
| | license: apache-2.0 |
| | --- |
| | |
| | an fp8 version of Tongyi-MAI/Z-Image-Turbo, converted with the checkpoint of the original transformer component with: |
| |
|
| |
|
| | ```bash |
| | python -m sglang.multimodal_gen.tools.convert_hf_to_fp8 \ |
| | --model-dir /root/.cache/huggingface/hub/models--Tongyi-MAI--Z-Image-Turbo/snapshots/f332072aa78be7aecdf3ee76d5c247082da564a6/transformer/ |
| | --save-dir /root/.cache/huggingface/hub/models--Tongyi-MAI--Z-Image-Turbo-fp8/snapshots/f332072aa78be7aecdf3ee76d5c247082da564a6/transformer/ |
| | ``` |
| |
|
| | For SGLang-Diffusion CI usage, guard the `--transformer-path` server arg feature |
| |
|
| |
|