mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-17 17:28:58 +00:00
## Summary Backport #12562 to cloud/1.45 so Cloud media loader widgets resolve defaults from Cloud input assets instead of server object_info options. ## Changes - **What**: Applies Cloud media input default resolution for LoadImage, LoadVideo, and LoadAudio. - **What**: Keeps the cloud/1.45 canonical `AssetItem.hash` field during manual conflict resolution instead of reintroducing legacy `asset_hash`. - **What**: Backports the related unit and browser regression coverage. - **Breaking**: None. - **Dependencies**: None. ## Review Focus Manual conflicts were limited to `useComboWidget.ts` and `useComboWidget.test.ts`; the browser spec auto-merged. Please verify the conflict resolution around `getCloudInputAssetValue` and the test fixtures using `hash`. Backport of #12562.