Comfy-Org / Comfy-Org/Comfy-Desktop
PyAV version error on the last update
- Dominant language
- TypeScript
- Stars
- 458
- Forks
- 59
- Avg merge
- 22h 18m
- Merged PRs (30d)
- 45
Description
On my last update of ComfyUI Desktop I encounter this error :
cannot import name 'ColorPrimaries' from 'av.video.reformatter'
After some digging it seems that the PyAV version installed was 16.X which does not expose ColorPrimaries.
I have to update it to PyAV 17 to solve the bug.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the PyAV dependency declaration and the update path used by ComfyUI Desktop, then check why the update installs PyAV 16.x. Verify the issue by testing the ColorPrimaries import with the installed version and confirm done when the desktop update provides PyAV 17 and the import succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100