fix: update CogVideoX models to link sharded transformer files
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s
- CogVideoX-5b: Link 2 shards + index.json instead of single non-existent file - CogVideoX-5b-I2V: Link 3 shards + index.json instead of single non-existent file - Fixes link command failures for these video generation models - Shards are now properly symlinked to ComfyUI diffusion_models directory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -121,8 +121,12 @@ model_categories:
|
||||
resolution: 720p
|
||||
notes: State-of-the-art text-to-video generation, auto-downloaded by DownloadAndLoadCogVideoModel node
|
||||
files:
|
||||
- source: "transformer/diffusion_pytorch_model.safetensors"
|
||||
dest: "cogvideox-5b-transformer.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model-00001-of-00002.safetensors"
|
||||
dest: "cogvideox-5b-transformer-00001-of-00002.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model-00002-of-00002.safetensors"
|
||||
dest: "cogvideox-5b-transformer-00002-of-00002.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model.safetensors.index.json"
|
||||
dest: "cogvideox-5b-transformer.safetensors.index.json"
|
||||
|
||||
- repo_id: THUDM/CogVideoX-5b-I2V
|
||||
description: CogVideoX-5B-I2V - Image-to-video generation
|
||||
@@ -136,8 +140,14 @@ model_categories:
|
||||
resolution: 720p
|
||||
notes: Image-to-video model, auto-downloaded by DownloadAndLoadCogVideoModel node
|
||||
files:
|
||||
- source: "transformer/diffusion_pytorch_model.safetensors"
|
||||
dest: "cogvideox-5b-i2v-transformer.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model-00001-of-00003.safetensors"
|
||||
dest: "cogvideox-5b-i2v-transformer-00001-of-00003.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model-00002-of-00003.safetensors"
|
||||
dest: "cogvideox-5b-i2v-transformer-00002-of-00003.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model-00003-of-00003.safetensors"
|
||||
dest: "cogvideox-5b-i2v-transformer-00003-of-00003.safetensors"
|
||||
- source: "transformer/diffusion_pytorch_model.safetensors.index.json"
|
||||
dest: "cogvideox-5b-i2v-transformer.safetensors.index.json"
|
||||
|
||||
- repo_id: stabilityai/stable-video-diffusion-img2vid
|
||||
description: SVD - 14 frame image-to-video
|
||||
|
||||
Reference in New Issue
Block a user