Add missing models (#13456)

This commit is contained in:
Kangyan-Zhou
2025-11-17 13:10:37 -08:00
committed by GitHub
parent 25acbbc612
commit 58f8f4e408
2 changed files with 7 additions and 8 deletions

View File

@@ -320,14 +320,6 @@ jobs:
run: |
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_dependency.sh diffusion
- name: Clean Corrupted Hugging Face Model Cache
run: |
echo "Temp: Deleting potentially corrupted Qwen/Qwen-Image and Qwen/Qwen-Image-Edit cache to ensure a fresh download. This is temporary"
rm -rf /hf_home/hub/models--Qwen--Qwen-Image
rm -rf /hf_home/hub/models--Qwen--Qwen-Image-Edit
rm -rf /hf_home/hub/models--Wan-AI--Wan2.2-I2V-A14B-Diffusers
rm -rf /hf_home/hub/models--Wan-AI--Wan2.2-TI2V-5B-Diffusers
- name: Run diffusion server tests
timeout-minutes: 60
run: |