diff --git a/.github/labels.yml b/.github/labels.yml index 7a39ed299..c5ce915db 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -142,6 +142,12 @@ - name: 'scope/ui' description: 'Scope related to UI/UX, or interface improve, perf, and bugs' color: '4468eb' +- name: 'scope/visual-input' + description: 'Scope related to vision/visual input (YOLO, OCR, VLM, etc.)' + color: '4468eb' +- name: 'scope/visual-output' + description: 'Scope related to audio output (SD, Comfy, AI painting, video generation, etc.)' + color: '4468eb' - name: 'security' description: 'Security issue, Pull Request, or advisory related.' color: 'fdf122'