Load Video From Cloud
LoadVideoFromCloud
Load video from cloud storage (supports Aliyun OSS and AWS S3)
Pack: ComfyUI-CloudStorage
custom_nodes.ComfyUI-CloudStorage
Inputs (14)
| Name | Type | Required |
|---|---|---|
| storage_type | COMBO | required |
| endpoint | STRING | required |
| bucket | STRING | required |
| file_key | STRING | required |
| force_rate | FLOAT | required |
| custom_width | INT | required |
| custom_height | INT | required |
| frame_load_cap | INT | required |
| skip_first_frames | INT | required |
| select_every_nth | INT | required |
| region | STRING | optional |
| meta_batch | VHS_BatchManager | optional |
| vae | VAE | optional |
| format | COMBO | optional |
Outputs (4)
| Name | Type |
|---|---|
| IMAGE | IMAGE |
| frame_count | INT |
| audio | AUDIO |
| video_info | VHS_VIDEOINFO |